Home
last modified time | relevance | path

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

/src/sys/net/
H A Ddebugnet_inet.c251 ah->ar_pro = htons(ETHERTYPE_IP); in debugnet_send_arp()
305 if (ntohs(ah->ar_pro) != ETHERTYPE_IP) { in debugnet_handle_arp()
307 ntohs(ah->ar_pro)); in debugnet_handle_arp()
383 ah->ar_pro = htons(ETHERTYPE_IP); in debugnet_handle_arp()
H A Dif_arp.h52 u_short ar_pro; /* format of protocol address */ member
/src/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()
/src/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)
/src/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()
/src/sys/dev/xen/netback/
H A Dnetback_unit_tests.c2093 ep->ea_hdr.ar_pro = htons(ETHERTYPE_IP); in xnb_add_mbuf_cksum_arp()
/src/sys/contrib/dev/rtw89/
H A Dfw.c2800 arp_hdr->ar_pro = htons(ETH_P_IP);