Home
last modified time | relevance | path

Searched refs:nlpid (Results 1 – 13 of 13) sorted by relevance

/external/scapy/scapy/layers/
Dclns.py64 nlpid = orb(s[0])
65 pdu_cls = _cln_protocols.get(nlpid, _GenericClnsPdu)
71 def register_cln_protocol(nlpid, cln_protocol_class): argument
72 if nlpid is None or cln_protocol_class is None:
75 chk = _cln_protocols.get(nlpid, None)
79 _cln_protocols[nlpid] = cln_protocol_class
/external/tcpdump/
Dprint-fr.c192 int length, u_int addr_len, u_int dlci, uint8_t *flags, uint16_t nlpid) in fr_hdr_print() argument
199 if (nlpid <= 0xff) /* if its smaller than 256 then its a NLPID */ in fr_hdr_print()
204 tok2str(nlpid_values,"unknown", nlpid), in fr_hdr_print()
205 nlpid, in fr_hdr_print()
212 tok2str(ethertype_values, "unknown", nlpid), in fr_hdr_print()
213 nlpid, in fr_hdr_print()
244 uint16_t nlpid; in fr_print() local
313 nlpid = p[hdr_len - 1]; in fr_print()
316 fr_hdr_print(ndo, length, addr_len, dlci, flags, nlpid); in fr_print()
320 switch (nlpid) { in fr_print()
[all …]
DINSTALL.txt96 nlpid.c - OSI NLPID value-to-name table
97 nlpid.h - OSI NLPID definitions
DMakefile.in88 nlpid.c \
283 nlpid.h \
DAndroid.bp52 "nlpid.c",
Dprint-isoclns.c610 uint8_t nlpid; member
745 uint8_t nlpid; member
1080 uint8_t nlpid; member
1114 if (esis_header->nlpid != NLPID_ESIS) { in esis_print()
1115 ND_PRINT((ndo, " nlpid 0x%02x packet not supported", esis_header->nlpid)); in esis_print()
/external/libpcap/msdos/
Dmakefile128 ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h ppp.h sll.h \
166 ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h ppp.h sll.h \
Dmakefile.wc118 ethertyp.h nlpid.h llc.h gencode.h atmuni31.h sunatmpo.h ppp.h sll.h &
/external/scapy/scapy/contrib/
Disis.uts16 assert(p[ISIS_CommonHdr].nlpid == 0x83)
/external/tcpdump/win32/prj/
DGNUmakefile153 ../../nlpid.o \
DWinDump.dsp152 SOURCE=..\..\nlpid.c
/external/libpcap/
DMakefile.in146 nlpid.h \
DINSTALL.md302 nlpid.h - OSI network layer protocol identifier definitions