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

/freebsd-13-stable/contrib/tcpdump/
H A Dllc.h95 #ifndef LLCSAP_ISONS
96 #define LLCSAP_ISONS 0xfe macro
H A Dprint-llc.c56 { LLCSAP_ISONS, "OSI" },
325 if (ssap == LLCSAP_ISONS && dsap == LLCSAP_ISONS
H A Dprint-atm.c287 llchdr != LLC_UI_HDR(LLCSAP_ISONS) &&
H A Dprint-juniper.c888 case (LLCSAP_ISONS<<8 | LLCSAP_ISONS):
/freebsd-13-stable/contrib/libpcap/
H A Dllc.h96 #ifndef LLCSAP_ISONS
97 #define LLCSAP_ISONS 0xfe macro
H A Dnametoaddr.c614 { "iso", LLCSAP_ISONS },
H A Dgencode.c1965 case LLCSAP_ISONS:
2203 case LLCSAP_ISONS:
3063 case LLCSAP_ISONS:
3181 case LLCSAP_ISONS:
3182 proto = (proto << 8 | LLCSAP_ISONS);
3495 case LLCSAP_ISONS:
3914 case LLCSAP_ISONS:
5451 b1 = gen_linktype(cstate, LLCSAP_ISONS);
6523 * NLPID at the beginning; "gen_linktype(cstate, LLCSAP_ISONS)"
6547 b0 = gen_linktype(cstate, LLCSAP_ISONS<<
[all...]

Completed in 128 milliseconds