Home
last modified time | relevance | path

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

/external/tcpdump/missing/
Ddlnames.c95 #ifdef DLT_LINUX_SLL
96 DLT_CHOICE(DLT_LINUX_SLL, "Linux cooked"),
/external/tcpdump/
Dprint.c127 #ifdef DLT_LINUX_SLL
128 { sll_if_print, DLT_LINUX_SLL },
/external/libpcap/pcap/
Ddlt.h255 #define DLT_LINUX_SLL 113 macro
/external/scapy/scapy/
Ddata.py83 DLT_LINUX_SLL = 113 variable
/external/libpcap/
Dpcap-linux.c2969 handle->linktype = DLT_LINUX_SLL;
3034 handle->linktype = DLT_LINUX_SLL;
3081 handle->linktype = DLT_LINUX_SLL;
3435 handle->linktype == DLT_LINUX_SLL ||
3510 handle->linktype = DLT_LINUX_SLL;
3544 handle->linktype = DLT_LINUX_SLL;
3639 case DLT_LINUX_SLL:
Dpcap-common.c1445 case DLT_LINUX_SLL: in swap_pseudo_headers()
DINSTALL.txt332 pcap/sll.h - public definition of DLT_LINUX_SLL header
Dgencode.c1315 case DLT_LINUX_SLL: /* fake header for Linux cooked socket */ in init_linktype()
3098 case DLT_LINUX_SLL: in gen_linktype()
7568 case DLT_LINUX_SLL: in gen_inbound()
/external/scapy/scapy/layers/
Dl2.py450 conf.l2types.register(DLT_LINUX_SLL, CookedLinux)