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.c627 { "iso", LLCSAP_ISONS },
Dgencode.c1967 case LLCSAP_ISONS: in gen_ether_linktype()
2202 case LLCSAP_ISONS: in gen_linux_sll_linktype()
3061 case LLCSAP_ISONS: in ethertype_to_ppptype()
3164 case LLCSAP_ISONS: in gen_linktype()
3165 ll_proto = (ll_proto << 8 | LLCSAP_ISONS); in gen_linktype()
3477 case LLCSAP_ISONS: in gen_linktype()
3897 case LLCSAP_ISONS: in gen_llc_linktype()
5441 b1 = gen_linktype(cstate, LLCSAP_ISONS); in gen_proto_abbrev_internal()
6539 b0 = gen_linktype(cstate, LLCSAP_ISONS<<8 | LLCSAP_ISONS); in gen_proto()
6546 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()