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

/freebsd-11.0-release/sys/net/
H A Dif_arp.h51 #define ARPHRD_FRELAY 15 /* frame relay hardware format */ macro
H A Dif_spppfr.c134 unsigned short htype; /* hardware type = ARPHRD_FRELAY */
413 if ((ntohs (req->htype) != ARPHRD_FRELAY ||
498 reply->htype = htons (ARPHRD_FRELAY);
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-arp.c56 #define ARPHRD_FRELAY 15 /* frame relay hardware format */ macro
116 { ARPHRD_FRELAY, "FrameRelay" },
318 case ARPHRD_FRELAY:

Completed in 27 milliseconds