Home
last modified time | relevance | path

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

/NextBSD/contrib/tcpdump/
HDprint-arp.c56 #define ARPHRD_FRELAY 15 /* frame relay hardware format */ macro
116 { ARPHRD_FRELAY, "FrameRelay" },
318 case ARPHRD_FRELAY: in arp_print()
/NextBSD/sys/net/
HDif_arp.h51 #define ARPHRD_FRELAY 15 /* frame relay hardware format */ macro
HDif_spppfr.c413 if ((ntohs (req->htype) != ARPHRD_FRELAY || in sppp_fr_arp()
498 reply->htype = htons (ARPHRD_FRELAY); in sppp_fr_arp()