Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/tcpdump/
Dprint-arp.c72 #define ARPOP_INVREPLY 9 /* response identifying peer */ macro
110 { ARPOP_INVREPLY, "Inverse Reply" },
274 case ARPOP_INVREPLY: in atmarp_print()
395 case ARPOP_INVREPLY: in arp_print()
/freebsd-9-stable/sys/net/
Dif_arp.h63 #define ARPOP_INVREPLY 9 /* response identifying peer */ macro
Dif_spppfr.c461 case ARPOP_INVREPLY: in sppp_fr_arp()
527 reply->op = htons (ARPOP_INVREPLY); in sppp_fr_arp()