Searched refs:nlpid (Results 1 - 6 of 6) sorted by relevance
/external/tcpdump/ |
H A D | print-fr.c | 40 #include "nlpid.h" 189 fr_hdr_print(int length, u_int addr_len, u_int dlci, u_int8_t *flags, u_int16_t nlpid) argument 196 if (nlpid <= 0xff) /* if its smaller than 256 then its a NLPID */ 201 tok2str(nlpid_values,"unknown", nlpid), 202 nlpid, 209 tok2str(ethertype_values, "unknown", nlpid), 210 nlpid, 238 u_int16_t nlpid; local 275 nlpid = p[hdr_len - 1]; 278 fr_hdr_print(length, addr_len, dlci, flags, nlpid); [all...] |
H A D | Android.mk | 5 nlpid.c l2vpn.c machdep.c parsenfsfh.c in_cksum.c \
|
H A D | print-isoclns.c | 45 #include "nlpid.h" 611 u_int8_t nlpid; member in struct:isis_common_header 753 u_int8_t nlpid; member in struct:clnp_header_t 1018 u_int8_t nlpid; member in struct:esis_header_t 1054 if (esis_header->nlpid != NLPID_ESIS) { 1055 printf(" nlpid 0x%02x packet not supported", esis_header->nlpid);
|
/external/libpcap/msdos/ |
H A D | makefile | 130 ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h ppp.h sll.h \
170 ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h ppp.h sll.h \
|
H A D | makefile.dj | 129 pcap-bpf.h ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h \
|
/external/tcpdump/win32/prj/ |
H A D | GNUmakefile | 153 ../../nlpid.o \
|
Completed in 143 milliseconds