Home
last modified time | relevance | path

Searched refs:ar_pro (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/u-boot/net/
H A Drarp.c40 (ntohs(arp->ar_pro) != PROT_IP) || in rarp_receive()
84 rarp->ar_pro = htons(PROT_IP); in rarp_request()
H A Darp.c68 arp->ar_pro = htons(PROT_IP); in arp_raw_request()
148 if (ntohs(arp->ar_pro) != PROT_IP) in arp_receive()
H A Dlink_local.c251 eth_get_name(), ntohs(arp->ar_pro), in link_local_receive_arp()
/openbmc/linux/net/bridge/netfilter/
H A Debt_arp.c36 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 Debt_arpreply.c36 ap->ar_pro != htons(ETH_P_IP) || in ebt_arpreply_tg()
H A Debt_log.c150 ntohs(ah->ar_hrd), ntohs(ah->ar_pro), in ebt_log_packet()
/openbmc/linux/net/ipv4/
H A Darp.c593 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 Dipconfig.c531 if (rarp->ar_pro != htons(ETH_P_IP)) in ic_rarp_recv()
/openbmc/linux/include/uapi/linux/
H A Dif_arp.h147 __be16 ar_pro; /* format of protocol address */ member
/openbmc/u-boot/drivers/net/
H A Dsandbox.c89 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 Dsandbox-raw.c85 arp->ar_pro = htons(PROT_IP); in sb_eth_raw_recv()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/zeroconf/zeroconf/
H A D0001-zeroconf-Rename-arp_op-to-avoid-namespace-conflicts-.patch61 ap.arp.ar_pro = htons(ARP_IP_PROTO);
/openbmc/linux/net/openvswitch/
H A Dflow.h244 __be16 ar_pro; /* format of protocol address */ member
H A Dflow.c772 arp->ar_pro == htons(ETH_P_IP) && in key_extract_l3l4()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mei/
H A Dnet.c96 arp->ar_pro != htons(ETH_P_IP)) in iwl_mei_rx_filter_arp()
/openbmc/u-boot/test/dm/
H A Deth.c288 ut_assert(arp->ar_pro == htons(PROT_IP)); in sb_check_arp_reply()
/openbmc/u-boot/include/
H A Dnet.h402 u16 ar_pro; /* Format of protocol address */ member
/openbmc/inarp/
H A Dinarp.c132 arp.arp.ar_pro = htons(ETH_P_ARP); in send_arp_packet()
/openbmc/linux/net/bridge/
H A Dbr_arp_nd_proxy.c143 if (parp->ar_pro != htons(ETH_P_IP) || in br_do_proxy_suppress_arp()
/openbmc/linux/drivers/net/ethernet/via/
H A Dvia-velocity.h1201 __be16 ar_pro; member
/openbmc/linux/net/netfilter/
H A Dnf_log_syslog.c90 ntohs(ah->ar_hrd), ntohs(ah->ar_pro), ntohs(ah->ar_op)); in dump_arp_packet()
/openbmc/linux/net/batman-adv/
H A Ddistributed-arp-table.c1029 if (arphdr->ar_pro != htons(ETH_P_IP)) in batadv_arp_get_type()
H A Dbridge_loop_avoidance.c1135 if (arphdr->ar_pro != htons(ETH_P_IP)) in batadv_bla_process_claim()
/openbmc/linux/net/ipv4/netfilter/
H A Darp_tables.c102 (arphdr->ar_pro & arpinfo->arpro_mask) != arpinfo->arpro)) in arp_packet_match()
/openbmc/linux/net/core/
H A Dflow_dissector.c573 arp->ar_pro != htons(ETH_P_IP) || in __skb_flow_dissect_arp()

12