Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-common.c110 #define LINKTYPE_SLIP DLT_SLIP
1227 { DLT_SLIP, LINKTYPE_SLIP },
Dpcap-pf.c423 p->linktype = DLT_SLIP; in pcap_activate_pf()
Dpcap-bpf.c2273 case DLT_SLIP:
Dgencode.c1222 case DLT_SLIP: in init_linktype()
3287 case DLT_SLIP: in gen_linktype()
8290 case DLT_SLIP: in gen_inbound()
/external/tcpdump/missing/
Ddlnames.c60 DLT_CHOICE(DLT_SLIP, "SLIP"),
/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.c223 { sl_if_print, DLT_SLIP },
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs4514 pub const DLT_SLIP: ::c_uint = 8; // Serial Line IP constant