Searched refs:ar_pro (Results 1 – 9 of 9) sorted by relevance
77 if (ntohs(ap->ar_pro) == ETHERTYPE_IP) in interpret_arp()143 "Protocol type = %04x (%s)", ntohs(ap->ar_pro), in interpret_arp()144 print_ethertype(ntohs(ap->ar_pro))); in interpret_arp()
39 #define arp_pro ea_hdr.ar_pro
51 #define arp_pro ea_hdr.ar_pro
41 ushort_t ar_pro; /* format of protocol address */ member
49 ushort_t ar_pro; /* format of protocol address */ member
71 #define arp_pro ea_hdr.ar_pro
138 req->ar_pro = htons(ETHERTYPE_IP); in doifrevarp()291 else if (ans->ar_pro != htons(ETHERTYPE_IP)) in rarp_recv()
523 else if (ans->ar_pro != htons(ETHERTYPE_IP)) in do_rarp()
1224 arh->ar_pro = htons(ETHERTYPE_IP); /* Protocol type: IP */ in vsw_publish_macaddr()