Searched refs:nlpid (Results 1 – 12 of 12) sorted by relevance
/external/tcpdump/ |
D | print-fr.c | 189 fr_hdr_print(int length, u_int addr_len, u_int dlci, u_int8_t *flags, u_int16_t nlpid) in fr_hdr_print() argument 196 if (nlpid <= 0xff) /* if its smaller than 256 then its a NLPID */ in fr_hdr_print() 201 tok2str(nlpid_values,"unknown", nlpid), in fr_hdr_print() 202 nlpid, in fr_hdr_print() 209 tok2str(ethertype_values, "unknown", nlpid), in fr_hdr_print() 210 nlpid, in fr_hdr_print() 238 u_int16_t nlpid; in fr_print() local 275 nlpid = p[hdr_len - 1]; in fr_print() 278 fr_hdr_print(length, addr_len, dlci, flags, nlpid); in fr_print() 282 switch (nlpid) { in fr_print() [all …]
|
D | Android.mk | 5 nlpid.c l2vpn.c machdep.c parsenfsfh.c in_cksum.c \
|
D | Makefile.in | 75 nlpid.c l2vpn.c machdep.c parsenfsfh.c in_cksum.c \ 166 nlpid.h \
|
D | print-isoclns.c | 611 u_int8_t nlpid; member 753 u_int8_t nlpid; member 1018 u_int8_t nlpid; member 1054 if (esis_header->nlpid != NLPID_ESIS) { in esis_print() 1055 printf(" nlpid 0x%02x packet not supported", esis_header->nlpid); in esis_print()
|
D | INSTALL.txt | 121 nlpid.c - OSI NLPID value-to-name table 122 nlpid.h - OSI NLPID definitions
|
/external/libpcap/msdos/ |
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 \
|
D | makefile.wc | 117 ethertyp.h nlpid.h llc.h gencode.h atmuni31.h sunatmpo.h ppp.h sll.h &
|
D | makefile.dj | 129 pcap-bpf.h ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h \
|
/external/tcpdump/win32/prj/ |
D | GNUmakefile | 153 ../../nlpid.o \
|
D | WinDump.dsp | 152 SOURCE=..\..\nlpid.c
|
/external/libpcap/ |
D | Makefile.in | 123 nlpid.h \
|
D | INSTALL.txt | 352 nlpid.h - OSI network layer protocol identifier definitions
|