Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/libpcap/
Dllc.h67 #ifndef LLCSAP_ISONS
68 #define LLCSAP_ISONS 0xfe macro
Dnametoaddr.c337 { "iso", LLCSAP_ISONS },
Dgencode.c1743 case LLCSAP_ISONS:
1951 case LLCSAP_ISONS:
2870 case LLCSAP_ISONS:
2953 case LLCSAP_ISONS:
2954 proto = (proto << 8 | LLCSAP_ISONS);
3294 case LLCSAP_ISONS:
3478 case LLCSAP_ISONS:
4904 b1 = gen_linktype(LLCSAP_ISONS);
5876 b0 = gen_linktype(LLCSAP_ISONS<<8 | LLCSAP_ISONS);
5883 b0 = gen_linktype(LLCSAP_ISONS);
/freebsd-10-stable/contrib/tcpdump/
Dllc.h97 #ifndef LLCSAP_ISONS
98 #define LLCSAP_ISONS 0xfe macro
Dprint-llc.c64 { LLCSAP_ISONS, "OSI" },
301 if (ssap == LLCSAP_ISONS && dsap == LLCSAP_ISONS in llc_print()
Dprint-atm.c198 llchdr != LLC_UI_HDR(LLCSAP_ISONS) && in atm_if_print()
Dprint-juniper.c855 case (LLCSAP_ISONS<<8 | LLCSAP_ISONS): in juniper_mfr_print()