Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDif_ether.h87 #define arp_pro ea_hdr.ar_pro
HDif_ether.c379 ah->ar_pro = htons(ETHERTYPE_IP); in arprequest()
704 switch (ntohs(ar->ar_pro)) { in arpintr()
1078 ah->ar_pro = htons(ETHERTYPE_IP); /* let's be sure! */ in in_arpinput()
/NextBSD/sys/net/
HDif_arp.h54 u_short ar_pro; /* format of protocol address */ member
HDif_arcsubr.c201 mtod(m, struct arphdr *)->ar_pro = atype - 1; in arc_output()
569 mtod(m, struct arphdr *)->ar_pro = htons(ETHERTYPE_IP); in arc_input()
582 mtod(m, struct arphdr *)->ar_pro = htons(ETHERTYPE_IP); in arc_input()
/NextBSD/contrib/tcpdump/
HDprint-arp.c60 u_short ar_pro; /* format of protocol address */ member
94 #define PRO(ap) EXTRACT_16BITS(&(ap)->ar_pro)
/NextBSD/tools/tools/net80211/wesside/wesside/
HDwesside.c1171 h->ar_pro = htons(ETHERTYPE_IP); in decrypt_arpreq()
1671 h->ar_pro = htons(ETHERTYPE_IP); in do_arp()
/NextBSD/sys/dev/xen/netback/
HDnetback_unit_tests.c2106 ep->ea_hdr.ar_pro = htons(ETHERTYPE_IP); in xnb_add_mbuf_cksum_arp()