Searched refs:arp_op (Results 1 – 4 of 4) sorted by relevance
103 ah->arp_op = htons(ARPOP_REQUEST); in arpwhohas()205 if (ah->arp_op == htons(ARPOP_REQUEST)) { in arprecv()215 if (ah->arp_op != htons(ARPOP_REPLY)) { in arprecv()268 if (arp->arp_op != htons(ARPOP_REQUEST)) { in arp_reply()286 arp->arp_op = htons(ARPOP_REPLY); in arp_reply()
90 ap->arp_op = htons(ARPOP_REVREQUEST); in rarp_getipaddress()187 if (ap->arp_op != htons(ARPOP_REVREPLY)) { in rarprecv()190 printf("bad op=0x%x\n", ntohs(ap->arp_op)); in rarprecv()
89 #define arp_op ea_hdr.ar_op macro
481 ntohs(ap->arp_op) != REVARP_REQUEST || in rarp_check()853 ap->arp_op = htons(REVARP_REPLY); in rarp_reply()