Home
last modified time | relevance | path

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

/external/libpcap/
Dllc.h69 #ifndef LLCSAP_IP
70 #define LLCSAP_IP 0x06 macro
Dgencode.c1854 case LLCSAP_IP: in gen_ether_linktype()
2092 case LLCSAP_IP: in gen_linux_sll_linktype()
3773 case LLCSAP_IP: in gen_llc_linktype()
/external/tcpdump/
Dllc.h68 #ifndef LLCSAP_IP
69 #define LLCSAP_IP 0x06 macro
Dprint-llc.c46 { LLCSAP_IP, "IP" },
282 if (ssap == LLCSAP_IP && dsap == LLCSAP_IP && in llc_print()
Dprint-atm.c288 llchdr != LLC_UI_HDR(LLCSAP_IP)) { in atm_if_print()