Home
last modified time | relevance | path

Searched refs:ARPOP_INVREPLY (Results 1 – 2 of 2) sorted by relevance

/src/contrib/tcpdump/
H A Dprint-arp.c64 #define ARPOP_INVREPLY 9 /* response identifying peer */ macro
102 { ARPOP_INVREPLY, "Inverse Reply" },
324 case ARPOP_INVREPLY: in atmarp_print()
458 case ARPOP_INVREPLY: in arp_print()
/src/sys/net/
H A Dif_arp.h61 #define ARPOP_INVREPLY 9 /* response identifying peer */ macro