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

/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-fr.c42 #include "nlpid.h"
191 fr_hdr_print(int length, u_int addr_len, u_int dlci, u_int8_t *flags, u_int16_t nlpid) argument
198 if (nlpid <= 0xff) /* if its smaller than 256 then its a NLPID */
203 tok2str(nlpid_values,"unknown", nlpid),
204 nlpid,
211 tok2str(ethertype_values, "unknown", nlpid),
212 nlpid,
240 u_int16_t nlpid; local
277 nlpid = p[hdr_len - 1];
280 fr_hdr_print(length, addr_len, dlci, flags, nlpid);
[all...]
H A Dprint-isoclns.c47 #include "nlpid.h"
613 u_int8_t nlpid; member in struct:isis_common_header
755 u_int8_t nlpid; member in struct:clnp_header_t
1020 u_int8_t nlpid; member in struct:esis_header_t
1056 if (esis_header->nlpid != NLPID_ESIS) {
1057 printf(" nlpid 0x%02x packet not supported", esis_header->nlpid);
/freebsd-9.3-release/usr.sbin/tcpdump/tcpdump/
H A DMakefile20 nlpid.c \

Completed in 61 milliseconds