Home
last modified time | relevance | path

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

/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/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/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/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()