Home
last modified time | relevance | path

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

/external/tcpdump/missing/
Ddlnames.c72 #ifdef DLT_PPP_BSDOS
73 DLT_CHOICE(DLT_PPP_BSDOS, "BSD/OS PPP"),
/external/libpcap/pcap/
Dbpf.h172 #define DLT_PPP_BSDOS 14 /* BSD/OS Point-to-point Protocol */ macro
176 #define DLT_PPP_BSDOS 16 /* BSD/OS Point-to-point Protocol */ macro
/external/libpcap/
Dpcap-common.c973 { DLT_PPP_BSDOS, LINKTYPE_PPP_BSDOS },
Dpcap.c1111 DLT_CHOICE(DLT_PPP_BSDOS, "BSD/OS PPP"),
Dpcap-bpf.c1860 v = DLT_PPP_BSDOS;
Dgencode.c1048 case DLT_PPP_BSDOS:
3114 case DLT_PPP_BSDOS:
/external/tcpdump/
Dtcpdump.c185 #ifdef DLT_PPP_BSDOS
186 { ppp_bsdos_if_print, DLT_PPP_BSDOS },