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

/freebsd-13-stable/sys/net/
H A Dif_arp.h52 #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-13-stable/contrib/tcpdump/
H A Dprint-arp.c55 #define ARPHRD_FRELAY 15 /* frame relay hardware format */ macro
115 { ARPHRD_FRELAY, "FrameRelay" },
380 case ARPHRD_FRELAY:

Completed in 42 milliseconds