| /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 438 ip_dst = batadv_arp_ip_dst(skb, hdr_size); in batadv_dbg_arp() 442 batadv_arp_hw_dst(skb, hdr_size), &ip_dst); in batadv_dbg_arp() 632 batadv_dat_select_candidates(struct batadv_priv *bat_priv, __be32 ip_dst, in batadv_dat_select_candidates() argument 648 dat.ip = ip_dst; in batadv_dat_select_candidates() 654 "%s(): IP=%pI4 hash(IP)=%u\n", __func__, &ip_dst, in batadv_dat_select_candidates() 1064 __be32 ip_src, ip_dst; in batadv_arp_get_type() local 1101 ip_dst = batadv_arp_ip_dst(skb, hdr_size); in batadv_arp_get_type() 1103 ipv4_is_loopback(ip_dst) || ipv4_is_multicast(ip_dst) || in batadv_arp_get_type() 1105 ipv4_is_zeronet(ip_dst) || ipv4_is_lbcast(ip_dst)) in batadv_arp_get_type() [all …]
|
| /OK3568_Linux_fs/kernel/net/ipv4/netfilter/ |
| H A D | nf_log_arp.c | 39 unsigned char ip_dst[4]; member 89 ap->mac_src, ap->ip_src, ap->mac_dst, ap->ip_dst); in dump_arp_packet()
|
| /OK3568_Linux_fs/kernel/drivers/net/bonding/ |
| H A D | bond_alb.c | 49 __be32 ip_dst; /* target IP address */ member 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() 433 client_info->ip_dst, in rlb_update_client() 564 hash_index = _simple_hash((u8 *)&arp->ip_dst, sizeof(arp->ip_dst)); in rlb_choose_channel() 569 (client_info->ip_dst == arp->ip_dst)) { in rlb_choose_channel() 610 client_info->ip_dst = arp->ip_dst; in rlb_choose_channel()
|
| H A D | bond_debugfs.c | 39 &client_info->ip_dst, in bond_debug_rlb_hash_show()
|
| /OK3568_Linux_fs/kernel/net/bridge/netfilter/ |
| H A D | ebt_log.c | 49 unsigned char ip_dst[4]; member 170 ap->mac_dst, ap->ip_dst); in ebt_log_packet()
|
| /OK3568_Linux_fs/buildroot/package/dhcpdump/ |
| H A D | 0001-use-non-bsd-structures.patch | 13 strcpy(ip_destination, (u_char *)inet_ntoa(ip->ip_dst));
|
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | ping.c | 103 net_copy_ip((void *)&ip->ip_dst, &ip->ip_src); in ping_receive()
|
| H A D | net.c | 1177 dst_ip = net_read_ip(&ip->ip_dst); in net_process_received_packet() 1237 xsum += (ntohl(ip->ip_dst.s_addr) >> 16) & 0x0000ffff; in net_process_received_packet() 1238 xsum += (ntohl(ip->ip_dst.s_addr) >> 0) & 0x0000ffff; in net_process_received_packet() 1456 net_copy_ip((void *)&ip->ip_dst, &dest); in net_set_ip_header()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_selftests.c | 41 u32 ip_dst; member 183 ihdr->daddr = htonl(attr->ip_dst); in stmmac_test_get_udp_skb() 223 __be32 ip_dst = htonl(attr->ip_dst); 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() 1393 attr.ip_dst = dst; in __stmmac_test_l3filt() 1525 attr.ip_dst = 0; in __stmmac_test_l4filt() 1648 attr.ip_dst = ip_addr; in stmmac_test_arpoffload()
|
| H A D | dwmac-rk-tool.c | 43 u32 ip_dst; member 429 ihdr->daddr = htonl(attr->ip_dst); in dwmac_rk_get_skb()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | bond_alb.h | 96 __be32 ip_dst; /* the client IP 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/bits/ |
| H A D | in.h | 145 struct in_addr ip_dst; /* First hop; zero without source route. */ 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/bits/ |
| H A D | in.h | 145 struct in_addr ip_dst; /* First hop; zero without source route. */ member
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | net.h | 371 struct in_addr ip_dst; /* Destination IP address */ member 395 struct in_addr ip_dst; /* Destination 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 | 515 data->ip_dst[0] = in aq_set_data_fl3l4() 523 data->ip_dst[i] = in aq_set_data_fl3l4() 546 if (data->ip_dst[0] && !data->is_ipv6) in aq_set_data_fl3l4()
|
| /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()
|
| /OK3568_Linux_fs/kernel/net/bridge/ |
| H A D | br_multicast.c | 687 __be32 ip_dst, __be32 group, in br_ip4_multicast_alloc_query() argument 740 ip_eth_mc_map(ip_dst, eth->h_dest); in br_ip4_multicast_alloc_query() 757 iph->daddr = ip_dst; in br_ip4_multicast_alloc_query() 995 struct br_ip *ip_dst, in br_multicast_alloc_query() argument 1005 ip4_dst = ip_dst ? ip_dst->dst.ip4 : htonl(INADDR_ALLHOSTS_GROUP); in br_multicast_alloc_query() 1015 if (ip_dst) in br_multicast_alloc_query() 1016 ip6_dst = ip_dst->dst.ip6; in br_multicast_alloc_query() 1433 struct br_ip *ip_dst, in __br_multicast_send_query() argument 1444 skb = br_multicast_alloc_query(br, pg, ip_dst, group, with_srcs, in __br_multicast_send_query()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| H A D | hw_atl_a0.c | 927 data->ip_dst[0]); in hw_atl_a0_hw_fl3l4_set() 934 data->ip_dst); in hw_atl_a0_hw_fl3l4_set()
|
| H A D | hw_atl_utils.h | 377 u32 ip_dst[4]; member
|
| H A D | hw_atl_b0.c | 1486 data->ip_dst[0]); in hw_atl_b0_hw_fl3l4_set() 1493 data->ip_dst); in hw_atl_b0_hw_fl3l4_set()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | ip_defrag.c | 240 iphdr->ip_dst = addr4; in send_udp_frags()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | action.c | 695 struct nfp_fl_set_ipv6_addr *ip_dst, in nfp_fl_set_ip6() argument 724 exact, mask, ip_dst); in nfp_fl_set_ip6()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_tc.c | 704 req.ip_dst[0] = l3_key->ipv4.daddr.s_addr; in bnxt_hwrm_cfa_flow_alloc() 711 memcpy(req.ip_dst, l3_key->ipv6.daddr.s6_addr32, in bnxt_hwrm_cfa_flow_alloc() 712 sizeof(req.ip_dst)); in bnxt_hwrm_cfa_flow_alloc()
|