Home
last modified time | relevance | path

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

/external/tcpdump/missing/
Ddlnames.c60 DLT_CHOICE(DLT_SLIP, "SLIP"),
/external/libpcap/
Dpcap-common.c115 #define LINKTYPE_SLIP DLT_SLIP
1221 { DLT_SLIP, LINKTYPE_SLIP },
Dpcap-pf.c420 p->linktype = DLT_SLIP; in pcap_activate_pf()
Dpcap-bpf.c2260 case DLT_SLIP:
Dgencode.c1223 case DLT_SLIP: in init_linktype()
3229 case DLT_SLIP: in gen_linktype()
8250 case DLT_SLIP: in gen_inbound()
/external/libpcap/pcap/
Ddlt.h70 #define DLT_SLIP 8 /* Serial Line IP */ macro
/external/scapy/scapy/
Ddata.py52 DLT_SLIP = 8 variable
/external/tcpdump/
Dprint.c146 { sl_if_print, DLT_SLIP },
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs3203 pub const DLT_SLIP: ::c_uint = 8; // Serial Line IP constant