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

/external/libpcap/
H A Dllc.h58 #ifndef LLCSAP_SNAP
59 #define LLCSAP_SNAP 0xaa macro
H A Dgencode.c2630 snapblock[0] = LLCSAP_SNAP; /* DSAP = SNAP */
2631 snapblock[1] = LLCSAP_SNAP; /* SSAP = SNAP */
/external/tcpdump/
H A Dllc.h88 #ifndef LLCSAP_SNAP
89 #define LLCSAP_SNAP 0xaa macro
H A Dprint-llc.c59 { LLCSAP_SNAP, "SNAP" },
303 if (ssap == LLCSAP_SNAP && dsap == LLCSAP_SNAP
H A Dprint-atm.c161 if (llchdr != LLC_UI_HDR(LLCSAP_SNAP) &&

Completed in 1671 milliseconds