Home
last modified time | relevance | path

Searched refs:ar_op (Results 1 – 25 of 41) sorted by relevance

12

/OK3568_Linux_fs/u-boot/net/
H A Darp.c72 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 Dlink_local.c252 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 Drarp.c39 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 Darp.c599 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 D0001-zeroconf-Rename-arp_op-to-avoid-namespace-conflicts-.patch62 - ap.arp.ar_op = htons(arp_op);
63 + ap.arp.ar_op = htons(arpop);
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsandbox.c84 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 Dsandbox-raw.c92 arp->ar_op = htons(ARPOP_REPLY); in sb_eth_raw_recv()
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dsta_rx.c47 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 Dif_ether.h82 #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 Dif_ether.h82 #define arp_op ea_hdr.ar_op
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_arp_nd_proxy.c163 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 Dif_arp.h149 __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 Dif_arp.h149 __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 Dif_arp.h149 __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 Dif_arp.h59 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 Dif_arp.h59 unsigned short int ar_op; /* ARP opcode (command). */ member
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Debt_arpreply.c34 if (ap->ar_op != htons(ARPOP_REQUEST) || in ebt_arpreply_tg()
H A Debt_arp.c30 NF_INVF(info, EBT_ARP_OPCODE, info->opcode != ah->ar_op)) in ebt_arp_mt()
H A Debt_log.c151 ntohs(ah->ar_op)); in ebt_log_packet()
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Dnf_log_arp.c72 ntohs(ah->ar_hrd), ntohs(ah->ar_pro), ntohs(ah->ar_op)); in dump_arp_packet()
H A Dipt_CLUSTERIP.c624 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 Dflow.h233 __be16 ar_op; /* ARP opcode (command) */ member
H A Dflow.c626 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 Dflow_dissector.c488 (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 Dnet.h415 u16 ar_op; /* Operation */ member

12