Searched defs:nlpid (Results 1 - 2 of 2) sorted by relevance

/external/tcpdump/
H A Dprint-fr.c40 #include "nlpid.h"
177 fr_hdr_print(int length, u_int addr_len, u_int dlci, u_int8_t *flags, u_int16_t nlpid) argument
184 if (nlpid <= 0xff) /* if its smaller than 256 then its a NLPID */
189 tok2str(nlpid_values,"unknown", nlpid),
190 nlpid,
197 tok2str(ethertype_values, "unknown", nlpid),
198 nlpid,
227 u_int16_t nlpid; local
265 nlpid = p[hdr_len - 1];
268 fr_hdr_print(length, addr_len, dlci, flags, nlpid);
[all...]
H A Dprint-isoclns.c45 #include "nlpid.h"
547 u_int8_t nlpid; member in struct:isis_common_header
693 u_int8_t nlpid; member in struct:clnp_header_t
960 u_int8_t nlpid; member in struct:esis_header_t
996 if (esis_header->nlpid != NLPID_ESIS) {
997 printf(" nlpid 0x%02x packet not supported", esis_header->nlpid);

Completed in 43 milliseconds