Home
last modified time | relevance | path

Searched refs:LLCSAP_SNAP (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/libpcap/
H A Dllc.h87 #ifndef LLCSAP_SNAP
88 #define LLCSAP_SNAP 0xaa macro
H A Dgencode.c3656 snapblock[0] = LLCSAP_SNAP; /* DSAP = SNAP */ in gen_snap()
3657 snapblock[1] = LLCSAP_SNAP; /* SSAP = SNAP */ in gen_snap()
/dragonfly/contrib/tcpdump/
H A Dllc.h86 #ifndef LLCSAP_SNAP
87 #define LLCSAP_SNAP 0xaa macro
H A Dprint-llc.c53 { LLCSAP_SNAP, "SNAP" },
259 if (ssap == LLCSAP_SNAP && dsap == LLCSAP_SNAP in llc_print()
H A Dprint-atm.c270 if (llchdr != LLC_UI_HDR(LLCSAP_SNAP) && in atm_if_print()