Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Ddebugnet_inet.c252 ah->ar_pro = htons(ETHERTYPE_IP); in debugnet_send_arp()
306 if (ntohs(ah->ar_pro) != ETHERTYPE_IP) { in debugnet_handle_arp()
308 ntohs(ah->ar_pro)); in debugnet_handle_arp()
384 ah->ar_pro = htons(ETHERTYPE_IP); in debugnet_handle_arp()
H A Dif_arp.h52 u_short ar_pro; /* format of protocol address */ member
/freebsd/sys/netinet/
H A Dif_ether.h86 #define arp_pro ea_hdr.ar_pro
H A Dif_ether.c403 ah->ar_pro = htons(ETHERTYPE_IP); in arprequest_internal()
723 switch (ntohs(ar->ar_pro)) { in arpintr()
1088 ah->ar_pro = htons(ETHERTYPE_IP); /* let's be sure! */ in in_arpinput()
/freebsd/contrib/tcpdump/
H A Dprint-arp.c55 nd_uint16_t ar_pro; /* format of protocol address */ member
89 #define PRO(ap) GET_BE_U_2((ap)->ar_pro)
/freebsd/tools/tools/net80211/wesside/wesside/
H A Dwesside.c1170 h->ar_pro = htons(ETHERTYPE_IP); in decrypt_arpreq()
1670 h->ar_pro = htons(ETHERTYPE_IP); in do_arp()
/freebsd/sys/dev/xen/netback/
H A Dnetback_unit_tests.c2093 ep->ea_hdr.ar_pro = htons(ETHERTYPE_IP); in xnb_add_mbuf_cksum_arp()