Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/tcpdump/
Dprint-arp.c66 #define ARPOP_REVREPLY 4 /* response giving protocol address */ macro
104 { ARPOP_REVREPLY, "Reverse Reply" },
444 case ARPOP_REVREPLY: in arp_print()
/freebsd-12-stable/sys/net/
Dif_arp.h62 #define ARPOP_REVREPLY 4 /* response giving protocol address */ macro
Dif_infiniband.c196 case ARPOP_REVREPLY: in infiniband_requestencap()
Dif_ethersubr.c176 case ARPOP_REVREPLY: in ether_requestencap()
/freebsd-12-stable/stand/libsa/
Drarp.c192 if (ap->arp_op != htons(ARPOP_REVREPLY)) { in rarprecv()
/freebsd-12-stable/usr.sbin/rarpd/
Drarpd.c77 #define REVARP_REPLY ARPOP_REVREPLY
/freebsd-12-stable/sys/dev/bce/
Dif_bce.c9797 case ARPOP_REVREPLY: in bce_dump_enet()