Home
last modified time | relevance | path

Searched refs:DLT_LINUX_SLL (Results 1 – 7 of 7) sorted by relevance

/external/tcpdump/missing/
Ddlnames.c99 #ifdef DLT_LINUX_SLL
100 DLT_CHOICE(DLT_LINUX_SLL, "Linux cooked"),
/external/libpcap/pcap/
Dbpf.h323 #define DLT_LINUX_SLL 113 macro
/external/libpcap/
Dpcap-linux.c2732 handle->linktype = DLT_LINUX_SLL;
2779 handle->linktype = DLT_LINUX_SLL;
3112 handle->linktype == DLT_LINUX_SLL ||
3185 handle->linktype = DLT_LINUX_SLL;
3218 handle->linktype = DLT_LINUX_SLL;
3308 case DLT_LINUX_SLL:
Dpcap.c1121 DLT_CHOICE(DLT_LINUX_SLL, "Linux cooked"),
DINSTALL.txt360 pcap/sll.h - public definition of DLT_LINUX_SLL header
Dgencode.c1192 case DLT_LINUX_SLL: /* fake header for Linux cooked socket */
3046 case DLT_LINUX_SLL:
7471 case DLT_LINUX_SLL:
/external/tcpdump/
Dtcpdump.c207 #ifdef DLT_LINUX_SLL
208 { sll_if_print, DLT_LINUX_SLL },