Home
last modified time | relevance | path

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

/src/contrib/tcpdump/
H A Dprint-arp.c62 #define ARPOP_REVREPLY 4 /* response giving protocol address */ macro
100 { ARPOP_REVREPLY, "Reverse Reply" },
438 case ARPOP_REVREPLY: in arp_print()
/src/sys/net/
H A Dif_arp.h59 #define ARPOP_REVREPLY 4 /* response giving protocol address */ macro
H A Dif_infiniband.c239 case ARPOP_REVREPLY: in infiniband_requestencap()
H A Dif_ethersubr.c172 case ARPOP_REVREPLY: in ether_requestencap()
/src/stand/libsa/
H A Drarp.c187 if (ap->arp_op != htons(ARPOP_REVREPLY)) { in rarprecv()
/src/usr.sbin/rarpd/
H A Drarpd.c67 #define REVARP_REPLY ARPOP_REVREPLY
/src/sys/dev/bce/
H A Dif_bce.c9606 case ARPOP_REVREPLY: in bce_dump_enet()