Home
last modified time | relevance | path

Searched refs:NLPID_SNAP (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/netgraph/
HDng_rfc1490.c77 #define NLPID_SNAP 0x80 macro
336 case NLPID_SNAP: in ng_rfc1490_rcvdata()
414 mtod(m, u_char *)[2] = NLPID_SNAP; in ng_rfc1490_rcvdata()
433 mtod(m, u_char *)[2] = NLPID_SNAP; in ng_rfc1490_rcvdata()
/NextBSD/contrib/tcpdump/
HDnlpid.h21 #define NLPID_SNAP 0x80 macro
HDnlpid.c29 { NLPID_SNAP, "SNAP" },
HDprint-fr.c335 case NLPID_SNAP: in fr_print()