Home
last modified time | relevance | path

Searched refs:arp_op (Results 1 – 4 of 4) sorted by relevance

/freebsd/stand/libsa/
H A Darp.c103 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()
H A Drarp.c90 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()
/freebsd/sys/netinet/
H A Dif_ether.h89 #define arp_op ea_hdr.ar_op macro
/freebsd/usr.sbin/rarpd/
H A Drarpd.c481 ntohs(ap->arp_op) != REVARP_REQUEST || in rarp_check()
853 ap->arp_op = htons(REVARP_REPLY); in rarp_reply()