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

/freebsd-9.3-release/sys/net/
H A Dif_arp.h51 #define ARPHRD_FRELAY 15 /* frame relay hardware format */ macro
H A Dif_spppfr.c139 unsigned short htype; /* hardware type = ARPHRD_FRELAY */
438 if ((ntohs (req->htype) != ARPHRD_FRELAY ||
523 reply->htype = htons (ARPHRD_FRELAY);
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-arp.c59 #define ARPHRD_FRELAY 15 /* frame relay hardware format */ macro
119 { ARPHRD_FRELAY, "FrameRelay" },
321 case ARPHRD_FRELAY:

Completed in 57 milliseconds