| /OK3568_Linux_fs/u-boot/net/ |
| H A D | arp.c | 72 arp->ar_op = htons(ARPOP_REQUEST); in arp_raw_request() 161 switch (ntohs(arp->ar_op)) { in arp_receive() 166 arp->ar_op = htons(ARPOP_REPLY); in arp_receive() 231 ntohs(arp->ar_op)); in arp_receive()
|
| H A D | link_local.c | 252 ntohs(arp->ar_op)); in link_local_receive_arp() 260 if (arp->ar_op != htons(ARPOP_REQUEST) && in link_local_receive_arp() 261 arp->ar_op != htons(ARPOP_REPLY)) { in link_local_receive_arp() 280 if (arp->ar_op == htons(ARPOP_REQUEST) && in link_local_receive_arp()
|
| H A D | rarp.c | 39 if ((ntohs(arp->ar_op) != RARPOP_REPLY) || in rarp_receive() 88 rarp->ar_op = htons(RARPOP_REQUEST); in rarp_request()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | arp.c | 599 arp->ar_op = htons(type); in arp_create() 648 int *addr_type, __be16 ar_op, in arp_is_garp() argument 657 if (is_garp && ar_op == htons(ARPOP_REPLY)) in arp_is_garp() 739 if (arp->ar_op != htons(ARPOP_REPLY) && in arp_process() 740 arp->ar_op != htons(ARPOP_REQUEST)) in arp_process() 800 if (arp->ar_op == htons(ARPOP_REQUEST) && skb_metadata_dst(skb)) in arp_process() 807 if (arp->ar_op == htons(ARPOP_REQUEST) && in arp_process() 815 if (arp->ar_op == htons(ARPOP_REQUEST) && in arp_process() 871 is_garp = arp_is_garp(net, dev, &addr_type, arp->ar_op, in arp_process() 882 (arp->ar_op == htons(ARPOP_REPLY) && in arp_process() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/zeroconf/zeroconf/ |
| H A D | 0001-zeroconf-Rename-arp_op-to-avoid-namespace-conflicts-.patch | 62 - ap.arp.ar_op = htons(arp_op); 63 + ap.arp.ar_op = htons(arpop);
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | sandbox.c | 84 if (ntohs(arp->ar_op) == ARPOP_REQUEST) { in sb_eth_send() 103 arp_recv->ar_op = htons(ARPOP_REPLY); in sb_eth_send()
|
| H A D | sandbox-raw.c | 92 arp->ar_op = htons(ARPOP_REPLY); in sb_eth_raw_recv()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H A D | sta_rx.c | 47 if (arp->hdr.ar_op == htons(ARPOP_REPLY) || in mwifiex_discard_gratuitous_arp() 48 arp->hdr.ar_op == htons(ARPOP_REQUEST)) { in mwifiex_discard_gratuitous_arp()
|
| /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 | if_ether.h | 82 #define arp_op ea_hdr.ar_op
|
| /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 | if_ether.h | 82 #define arp_op ea_hdr.ar_op
|
| /OK3568_Linux_fs/kernel/net/bridge/ |
| H A D | br_arp_nd_proxy.c | 163 if (parp->ar_op != htons(ARPOP_RREQUEST) && in br_do_proxy_suppress_arp() 164 parp->ar_op != htons(ARPOP_RREPLY) && in br_do_proxy_suppress_arp() 172 if (parp->ar_op != htons(ARPOP_REQUEST)) in br_do_proxy_suppress_arp()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | if_arp.h | 149 __be16 ar_op; /* ARP opcode (command) */ 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/linux/ |
| H A D | if_arp.h | 149 __be16 ar_op; /* ARP opcode (command) */ 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/linux/ |
| H A D | if_arp.h | 149 __be16 ar_op; /* ARP opcode (command) */ 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/net/ |
| H A D | if_arp.h | 59 unsigned short int ar_op; /* ARP opcode (command). */ 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/net/ |
| H A D | if_arp.h | 59 unsigned short int ar_op; /* ARP opcode (command). */ member
|
| /OK3568_Linux_fs/kernel/net/bridge/netfilter/ |
| H A D | ebt_arpreply.c | 34 if (ap->ar_op != htons(ARPOP_REQUEST) || in ebt_arpreply_tg()
|
| H A D | ebt_arp.c | 30 NF_INVF(info, EBT_ARP_OPCODE, info->opcode != ah->ar_op)) in ebt_arp_mt()
|
| H A D | ebt_log.c | 151 ntohs(ah->ar_op)); in ebt_log_packet()
|
| /OK3568_Linux_fs/kernel/net/ipv4/netfilter/ |
| H A D | nf_log_arp.c | 72 ntohs(ah->ar_hrd), ntohs(ah->ar_pro), ntohs(ah->ar_op)); in dump_arp_packet()
|
| H A D | ipt_CLUSTERIP.c | 624 if (arp->ar_op != htons(ARPOP_REPLY) && in arp_mangle() 625 arp->ar_op != htons(ARPOP_REQUEST)) in arp_mangle()
|
| /OK3568_Linux_fs/kernel/net/openvswitch/ |
| H A D | flow.h | 233 __be16 ar_op; /* ARP opcode (command) */ member
|
| H A D | flow.c | 626 if (ntohs(arp->ar_op) <= 0xff) in key_extract_l3l4() 627 key->ip.proto = ntohs(arp->ar_op); in key_extract_l3l4()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | flow_dissector.c | 488 (arp->ar_op != htons(ARPOP_REPLY) && in __skb_flow_dissect_arp() 489 arp->ar_op != htons(ARPOP_REQUEST))) in __skb_flow_dissect_arp() 508 key_arp->op = ntohs(arp->ar_op) & 0xff; in __skb_flow_dissect_arp()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | net.h | 415 u16 ar_op; /* Operation */ member
|