Home
last modified time | relevance | path

Searched refs:LLCSAP_ISONS (Results 1 – 7 of 7) sorted by relevance

/external/libpcap/
Dllc.h96 #ifndef LLCSAP_ISONS
97 #define LLCSAP_ISONS 0xfe macro
Dnametoaddr.c599 { "iso", LLCSAP_ISONS },
Dgencode.c1853 case LLCSAP_ISONS: in gen_ether_linktype()
2091 case LLCSAP_ISONS: in gen_linux_sll_linktype()
2951 case LLCSAP_ISONS: in ethertype_to_ppptype()
3070 case LLCSAP_ISONS: in gen_linktype()
3071 proto = (proto << 8 | LLCSAP_ISONS); in gen_linktype()
3400 case LLCSAP_ISONS: in gen_linktype()
3774 case LLCSAP_ISONS: in gen_llc_linktype()
5242 b1 = gen_linktype(cstate, LLCSAP_ISONS); in gen_proto_abbrev()
6175 b0 = gen_linktype(cstate, LLCSAP_ISONS<<8 | LLCSAP_ISONS); in gen_proto()
6182 b0 = gen_linktype(cstate, LLCSAP_ISONS); in gen_proto()
/external/tcpdump/
Dllc.h95 #ifndef LLCSAP_ISONS
96 #define LLCSAP_ISONS 0xfe macro
Dprint-llc.c56 { LLCSAP_ISONS, "OSI" },
325 if (ssap == LLCSAP_ISONS && dsap == LLCSAP_ISONS in llc_print()
Dprint-atm.c287 llchdr != LLC_UI_HDR(LLCSAP_ISONS) && in atm_if_print()
Dprint-juniper.c888 case (LLCSAP_ISONS<<8 | LLCSAP_ISONS): in juniper_mfr_print()