/openbmc/u-boot/net/ |
H A D | rarp.c | 40 (ntohs(arp->ar_pro) != PROT_IP) || in rarp_receive() 84 rarp->ar_pro = htons(PROT_IP); in rarp_request()
|
H A D | arp.c | 68 arp->ar_pro = htons(PROT_IP); in arp_raw_request() 148 if (ntohs(arp->ar_pro) != PROT_IP) in arp_receive()
|
H A D | link_local.c | 251 eth_get_name(), ntohs(arp->ar_pro), in link_local_receive_arp()
|
/openbmc/linux/net/bridge/netfilter/ |
H A D | ebt_arp.c | 36 NF_INVF(info, EBT_ARP_PTYPE, info->ptype != ah->ar_pro)) in ebt_arp_mt() 43 if (ah->ar_pln != sizeof(__be32) || ah->ar_pro != htons(ETH_P_IP)) in ebt_arp_mt()
|
H A D | ebt_arpreply.c | 36 ap->ar_pro != htons(ETH_P_IP) || in ebt_arpreply_tg()
|
H A D | ebt_log.c | 150 ntohs(ah->ar_hrd), ntohs(ah->ar_pro), in ebt_log_packet()
|
/openbmc/linux/net/ipv4/ |
H A D | arp.c | 593 arp->ar_pro = htons(ETH_P_IP); in arp_create() 599 arp->ar_pro = htons(AX25_P_IP); in arp_create() 605 arp->ar_pro = htons(AX25_P_IP); in arp_create() 613 arp->ar_pro = htons(ETH_P_IP); in arp_create() 727 if (arp->ar_pro != htons(ETH_P_IP) || in arp_process() 745 arp->ar_pro != htons(ETH_P_IP)) in arp_process() 749 if (arp->ar_pro != htons(AX25_P_IP) || in arp_process() 754 if (arp->ar_pro != htons(AX25_P_IP) || in arp_process()
|
H A D | ipconfig.c | 531 if (rarp->ar_pro != htons(ETH_P_IP)) in ic_rarp_recv()
|
/openbmc/linux/include/uapi/linux/ |
H A D | if_arp.h | 147 __be16 ar_pro; /* format of protocol address */ member
|
/openbmc/u-boot/drivers/net/ |
H A D | sandbox.c | 89 arp_recv->ar_pro = htons(PROT_IP); in sandbox_eth_arp_req_to_reply() 188 arp_recv->ar_pro = htons(PROT_IP); in sandbox_eth_recv_arp_req()
|
H A D | sandbox-raw.c | 85 arp->ar_pro = htons(PROT_IP); in sb_eth_raw_recv()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/zeroconf/zeroconf/ |
H A D | 0001-zeroconf-Rename-arp_op-to-avoid-namespace-conflicts-.patch | 61 ap.arp.ar_pro = htons(ARP_IP_PROTO);
|
/openbmc/linux/net/openvswitch/ |
H A D | flow.h | 244 __be16 ar_pro; /* format of protocol address */ member
|
H A D | flow.c | 772 arp->ar_pro == htons(ETH_P_IP) && in key_extract_l3l4()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mei/ |
H A D | net.c | 96 arp->ar_pro != htons(ETH_P_IP)) in iwl_mei_rx_filter_arp()
|
/openbmc/u-boot/test/dm/ |
H A D | eth.c | 288 ut_assert(arp->ar_pro == htons(PROT_IP)); in sb_check_arp_reply()
|
/openbmc/u-boot/include/ |
H A D | net.h | 402 u16 ar_pro; /* Format of protocol address */ member
|
/openbmc/inarp/ |
H A D | inarp.c | 132 arp.arp.ar_pro = htons(ETH_P_ARP); in send_arp_packet()
|
/openbmc/linux/net/bridge/ |
H A D | br_arp_nd_proxy.c | 143 if (parp->ar_pro != htons(ETH_P_IP) || in br_do_proxy_suppress_arp()
|
/openbmc/linux/drivers/net/ethernet/via/ |
H A D | via-velocity.h | 1201 __be16 ar_pro; member
|
/openbmc/linux/net/netfilter/ |
H A D | nf_log_syslog.c | 90 ntohs(ah->ar_hrd), ntohs(ah->ar_pro), ntohs(ah->ar_op)); in dump_arp_packet()
|
/openbmc/linux/net/batman-adv/ |
H A D | distributed-arp-table.c | 1029 if (arphdr->ar_pro != htons(ETH_P_IP)) in batadv_arp_get_type()
|
H A D | bridge_loop_avoidance.c | 1135 if (arphdr->ar_pro != htons(ETH_P_IP)) in batadv_bla_process_claim()
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | arp_tables.c | 102 (arphdr->ar_pro & arpinfo->arpro_mask) != arpinfo->arpro)) in arp_packet_match()
|
/openbmc/linux/net/core/ |
H A D | flow_dissector.c | 573 arp->ar_pro != htons(ETH_P_IP) || in __skb_flow_dissect_arp()
|