Home
last modified time | relevance | path

Searched refs:NLPID_CLNP (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/tcpdump/
H A Dnlpid.h22 #define NLPID_CLNP 0x81 /* iso9577 */ macro
H A Dnlpid.c27 { NLPID_CLNP, "CLNP" },
H A Dprint-chdlc.c91 if (GET_U_1(p + 1) == NLPID_CLNP || in chdlc_print()
H A Dprint-fr.c333 case NLPID_CLNP: in fr_print()
H A Dprint-isoclns.c744 case NLPID_CLNP: in isoclns_print()
1101 if (GET_U_1(pptr) == NLPID_CLNP) { in clnp_print()
/freebsd-src/sys/netgraph/
H A Dng_rfc1490.c77 #define NLPID_CLNP 0x81 macro
373 case NLPID_CLNP: in ng_rfc1490_rcvdata()