Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Ddebugnet_inet.c250 ah->ar_pro = htons(ETHERTYPE_IP); in debugnet_send_arp()
304 if (ntohs(ah->ar_pro) != ETHERTYPE_IP) { in debugnet_handle_arp()
306 ntohs(ah->ar_pro)); in debugnet_handle_arp()
376 ah->ar_pro = htons(ETHERTYPE_IP); in debugnet_handle_arp()
H A Dif_arp.h55 u_short ar_pro; /* format of protocol address */ member
/f-stack/freebsd/netinet/
H A Dif_ether.h89 #define arp_pro ea_hdr.ar_pro
H A Dif_ether.c417 ah->ar_pro = htons(ETHERTYPE_IP); in arprequest_internal()
747 switch (ntohs(ar->ar_pro)) { in arpintr()
1124 ah->ar_pro = htons(ETHERTYPE_IP); /* let's be sure! */ in in_arpinput()
/f-stack/tools/compat/include/netinet/
H A Dif_ether.h89 #define arp_pro ea_hdr.ar_pro
/f-stack/tools/compat/include/net/
H A Dif_arp.h55 u_short ar_pro; /* format of protocol address */ member