Home
last modified time | relevance | path

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

/external/tcpdump/missing/
Ddlnames.c67 #ifdef DLT_PPP_BSDOS
68 DLT_CHOICE(DLT_PPP_BSDOS, "BSD/OS PPP"),
/external/libpcap/pcap/
Dbpf.h171 #define DLT_PPP_BSDOS 14 /* BSD/OS Point-to-point Protocol */ macro
175 #define DLT_PPP_BSDOS 16 /* BSD/OS Point-to-point Protocol */ macro
/external/libpcap/
Dpcap-common.c1040 { DLT_PPP_BSDOS, LINKTYPE_PPP_BSDOS },
Dpcap.c1123 DLT_CHOICE(DLT_PPP_BSDOS, "BSD/OS PPP"),
Dpcap-bpf.c1884 v = DLT_PPP_BSDOS;
Dgencode.c1080 case DLT_PPP_BSDOS:
3018 case DLT_PPP_BSDOS:
/external/tcpdump/
Dtcpdump.c382 #ifdef DLT_PPP_BSDOS
383 { ppp_bsdos_if_print, DLT_PPP_BSDOS },