Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libpcap/
HDllc.h96 #ifndef LLCSAP_ISONS
97 #define LLCSAP_ISONS 0xfe macro
HDnametoaddr.c620 { "iso", LLCSAP_ISONS },
HDgencode.c1969 case LLCSAP_ISONS: in gen_ether_linktype()
2204 case LLCSAP_ISONS: in gen_linux_sll_linktype()
3120 case LLCSAP_ISONS: in ethertype_to_ppptype()
3224 case LLCSAP_ISONS: in gen_linktype()
3225 ll_proto = (ll_proto << 8 | LLCSAP_ISONS); in gen_linktype()
3535 case LLCSAP_ISONS: in gen_linktype()
3955 case LLCSAP_ISONS: in gen_llc_linktype()
5495 b1 = gen_linktype(cstate, LLCSAP_ISONS); in gen_proto_abbrev_internal()
6585 b0 = gen_linktype(cstate, LLCSAP_ISONS<<8 | LLCSAP_ISONS); in gen_proto()
6592 b0 = gen_linktype(cstate, LLCSAP_ISONS); in gen_proto()
/freebsd-14-stable/contrib/tcpdump/
HDllc.h95 #ifndef LLCSAP_ISONS
96 #define LLCSAP_ISONS 0xfe macro
HDprint-llc.c54 { LLCSAP_ISONS, "OSI" },
324 if (ssap == LLCSAP_ISONS && dsap == LLCSAP_ISONS in llc_print()
HDprint-atm.c269 llchdr != LLC_UI_HDR(LLCSAP_ISONS) && in atm_if_print()
HDprint-juniper.c949 case (LLCSAP_ISONS<<8 | LLCSAP_ISONS): in juniper_mfr_if_print()