| /OK3568_Linux_fs/kernel/net/batman-adv/ |
| H A D | distributed-arp-table.c | 432 __be32 ip_src, ip_dst; in batadv_dbg_arp() local 437 ip_src = batadv_arp_ip_src(skb, hdr_size); in batadv_dbg_arp() 441 batadv_arp_hw_src(skb, hdr_size), &ip_src, in batadv_dbg_arp() 1064 __be32 ip_src, ip_dst; in batadv_arp_get_type() local 1100 ip_src = batadv_arp_ip_src(skb, hdr_size); in batadv_arp_get_type() 1102 if (ipv4_is_loopback(ip_src) || ipv4_is_multicast(ip_src) || in batadv_arp_get_type() 1104 ipv4_is_zeronet(ip_src) || ipv4_is_lbcast(ip_src) || in batadv_arp_get_type() 1166 batadv_dat_arp_create_reply(struct batadv_priv *bat_priv, __be32 ip_src, in batadv_dat_arp_create_reply() argument 1173 ip_src, hw_dst, hw_src, hw_dst); in batadv_dat_arp_create_reply() 1200 __be32 ip_dst, ip_src; in batadv_dat_snoop_outgoing_arp_request() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/bonding/ |
| H A D | bond_alb.c | 47 __be32 ip_src; /* sender IP address */ member 255 hash_index = _simple_hash((u8 *)&(arp->ip_src), sizeof(arp->ip_src)); in rlb_update_entry_from_arp() 259 (client_info->ip_src == arp->ip_dst) && in rlb_update_entry_from_arp() 260 (client_info->ip_dst == arp->ip_src) && in rlb_update_entry_from_arp() 435 client_info->ip_src, in rlb_update_client() 539 if ((client_info->ip_src == src_ip) && in rlb_req_update_subnet_clients() 568 if ((client_info->ip_src == arp->ip_src) && in rlb_choose_channel() 599 client_info->ip_src == arp->ip_src)) { in rlb_choose_channel() 603 u32 hash_src = _simple_hash((u8 *)&arp->ip_src, in rlb_choose_channel() 604 sizeof(arp->ip_src)); in rlb_choose_channel() [all …]
|
| H A D | bond_debugfs.c | 38 &client_info->ip_src, in bond_debug_rlb_hash_show()
|
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | ping.c | 90 src_ip = net_read_ip((void *)&ip->ip_src); in ping_receive() 103 net_copy_ip((void *)&ip->ip_dst, &ip->ip_src); in ping_receive() 104 net_copy_ip((void *)&ip->ip_src, &net_ip); in ping_receive()
|
| H A D | net.c | 1186 src_ip = net_read_ip(&ip->ip_src); in net_process_received_packet() 1235 xsum += (ntohl(ip->ip_src.s_addr) >> 16) & 0x0000ffff; in net_process_received_packet() 1236 xsum += (ntohl(ip->ip_src.s_addr) >> 0) & 0x0000ffff; in net_process_received_packet() 1454 net_copy_ip((void *)&ip->ip_src, &source); in net_set_ip_header()
|
| /OK3568_Linux_fs/kernel/net/ipv4/netfilter/ |
| H A D | nf_log_arp.c | 37 unsigned char ip_src[4]; member 89 ap->mac_src, ap->ip_src, ap->mac_dst, ap->ip_dst); in dump_arp_packet()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | sandbox.c | 137 net_copy_ip((void *)&ipr->ip_dst, &ip->ip_src); in sb_eth_send() 138 net_write_ip((void *)&ipr->ip_src, in sb_eth_send()
|
| /OK3568_Linux_fs/kernel/net/bridge/netfilter/ |
| H A D | ebt_log.c | 47 unsigned char ip_src[4]; member 169 ap->mac_src, ap->ip_src, in ebt_log_packet()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | ip_defrag.c | 106 sum = raw_checksum((uint8_t *)&iphdr->ip_src, 2 * sizeof(iphdr->ip_src), in udp_checksum() 239 iphdr->ip_src.s_addr = htonl(INADDR_LOOPBACK); in send_udp_frags()
|
| /OK3568_Linux_fs/buildroot/package/dhcpdump/ |
| H A D | 0001-use-non-bsd-structures.patch | 12 strcpy(ip_origin, (u_char *)inet_ntoa(ip->ip_src));
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_selftests.c | 40 u32 ip_src; member 182 ihdr->saddr = htonl(attr->ip_src); in stmmac_test_get_udp_skb() 222 __be32 ip_src = htonl(attr->ip_src); in stmmac_test_get_arp_skb() local 226 skb = arp_create(ARPOP_REQUEST, ETH_P_ARP, ip_dst, priv->dev, ip_src, in stmmac_test_get_arp_skb() 1394 attr.ip_src = src; in __stmmac_test_l3filt() 1625 u32 ip_src = 0xdeadbeef; in stmmac_test_arpoffload() local 1646 attr.ip_src = ip_src; in stmmac_test_arpoffload()
|
| H A D | dwmac-rk-tool.c | 42 u32 ip_src; member 428 ihdr->saddr = htonl(attr->ip_src); in dwmac_rk_get_skb()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | bond_alb.h | 95 __be32 ip_src; /* the server IP address */ member
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | net.h | 370 struct in_addr ip_src; /* Source IP address */ member 394 struct in_addr ip_src; /* Source IP address */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/netinet/ |
| H A D | ip.h | 128 struct in_addr ip_src, ip_dst; /* source and dest address */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/netinet/ |
| H A D | ip.h | 128 struct in_addr ip_src, ip_dst; /* source and dest address */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_filters.c | 513 data->ip_src[0] = in aq_set_data_fl3l4() 525 data->ip_src[i] = in aq_set_data_fl3l4() 544 if (data->ip_src[0] && !data->is_ipv6) in aq_set_data_fl3l4()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| H A D | hw_atl_a0.c | 930 data->ip_src[0]); in hw_atl_a0_hw_fl3l4_set() 937 data->ip_src); in hw_atl_a0_hw_fl3l4_set()
|
| H A D | hw_atl_utils.h | 378 u32 ip_src[4]; member
|
| H A D | hw_atl_b0.c | 1489 data->ip_src[0]); in hw_atl_b0_hw_fl3l4_set() 1496 data->ip_src); in hw_atl_b0_hw_fl3l4_set()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | action.c | 696 struct nfp_fl_set_ipv6_addr *ip_src, in nfp_fl_set_ip6() argument 719 exact, mask, ip_src); in nfp_fl_set_ip6()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_tc.c | 707 req.ip_src[0] = l3_key->ipv4.saddr.s_addr; in bnxt_hwrm_cfa_flow_alloc() 715 memcpy(req.ip_src, l3_key->ipv6.saddr.s6_addr32, in bnxt_hwrm_cfa_flow_alloc() 716 sizeof(req.ip_src)); in bnxt_hwrm_cfa_flow_alloc()
|
| H A D | bnxt_hsi.h | 6589 __be32 ip_src[4]; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/ |
| H A D | IEEE_types.h | 281 UINT32 ip_src; // source ip addr 300 UINT8 ip_src[16]; /* source ip addr */
|