Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/sys/net/
H A Dif_arp.h59 #define ARPOP_REVREPLY 4 /* response giving protocol address */ macro
H A Dif_infiniband.c202 case ARPOP_REVREPLY: in infiniband_requestencap()
H A Dif_ethersubr.c178 case ARPOP_REVREPLY: in ether_requestencap()
/freebsd/stand/libsa/
H A Drarp.c187 if (ap->arp_op != htons(ARPOP_REVREPLY)) { in rarprecv()
/freebsd/usr.sbin/rarpd/
H A Drarpd.c67 #define REVARP_REPLY ARPOP_REVREPLY
/freebsd/sys/dev/bce/
H A Dif_bce.c9607 case ARPOP_REVREPLY: in bce_dump_enet()