Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dllc.h69 #ifndef LLCSAP_IP
70 #define LLCSAP_IP 0x06 macro
H A Dgencode.c1970 case LLCSAP_IP: in gen_ether_linktype()
2205 case LLCSAP_IP: in gen_linux_sll_linktype()
3954 case LLCSAP_IP: in gen_llc_linktype()
/freebsd/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()