Home
last modified time | relevance | path

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

/external/libpcap/
Dllc.h58 #ifndef LLCSAP_SNAP
59 #define LLCSAP_SNAP 0xaa macro
Dgencode.c3449 snapblock[0] = LLCSAP_SNAP; /* DSAP = SNAP */
3450 snapblock[1] = LLCSAP_SNAP; /* SSAP = SNAP */
/external/tcpdump/
Dllc.h88 #ifndef LLCSAP_SNAP
89 #define LLCSAP_SNAP 0xaa macro
Dprint-llc.c59 { LLCSAP_SNAP, "SNAP" },
306 if (ssap == LLCSAP_SNAP && dsap == LLCSAP_SNAP in llc_print()
Dprint-atm.c195 if (llchdr != LLC_UI_HDR(LLCSAP_SNAP) && in atm_if_print()