Home
last modified time | relevance | path

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

/NextBSD/contrib/tcpdump/
HDprint-arp.c69 #define ARPOP_INVREPLY 9 /* response identifying peer */ macro
107 { ARPOP_INVREPLY, "Inverse Reply" },
271 case ARPOP_INVREPLY: in atmarp_print()
392 case ARPOP_INVREPLY: in arp_print()
/NextBSD/sys/net/
HDif_arp.h63 #define ARPOP_INVREPLY 9 /* response identifying peer */ macro
HDif_spppfr.c436 case ARPOP_INVREPLY: in sppp_fr_arp()
502 reply->op = htons (ARPOP_INVREPLY); in sppp_fr_arp()