Home
last modified time | relevance | path

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

/src/contrib/libpcap/
H A Dllc.h69 #ifndef LLCSAP_IP
70 #define LLCSAP_IP 0x06 macro
H A Dgencode.c2075 case LLCSAP_IP: in gen_ether_linktype()
2310 case LLCSAP_IP: in gen_linux_sll_linktype()
4059 case LLCSAP_IP: in gen_llc_linktype()
/src/contrib/tcpdump/
H A Dllc.h68 #ifndef LLCSAP_IP
69 #define LLCSAP_IP 0x06 macro
H A Dprint-llc.c44 { LLCSAP_IP, "IP" },
281 if (ssap == LLCSAP_IP && dsap == LLCSAP_IP && in llc_print()
H A Dprint-atm.c270 llchdr != LLC_UI_HDR(LLCSAP_IP)) { in atm_if_print()