Searched refs:ARPOP_REPLY (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/net/
H A Dif_arp.h57 #define ARPOP_REPLY 2 /* response to previous request */ macro
H A Ddebugnet_inet.c344 if (op == ARPOP_REPLY) {
383 ah->ar_op = htons(ARPOP_REPLY);
H A Dif_infiniband.c206 case ARPOP_REPLY:
H A Dif_ethersubr.c182 case ARPOP_REPLY:
/freebsd-current/contrib/tcpdump/
H A Dprint-arp.c62 #define ARPOP_REPLY 2 /* response to previous request */ macro
100 { ARPOP_REPLY, "Reply" },
310 case ARPOP_REPLY:
420 case ARPOP_REPLY:
/freebsd-current/stand/libsa/
H A Darp.c215 if (ah->arp_op != htons(ARPOP_REPLY)) {
286 arp->arp_op = htons(ARPOP_REPLY);
/freebsd-current/sys/netinet/
H A Dif_ether.c825 if (op == ARPOP_REPLY)
1086 ah->ar_op = htons(ARPOP_REPLY);
/freebsd-current/sys/dev/bce/
H A Dif_bce.c9613 case ARPOP_REPLY:

Completed in 109 milliseconds