HomeSort by relevance Sort by last modified time
    Searched refs:DLT_SLIP_BSDOS (Results 1 - 7 of 7) sorted by null

  /external/tcpdump/missing/
dlnames.c 69 #ifdef DLT_SLIP_BSDOS
70 DLT_CHOICE(DLT_SLIP_BSDOS, "BSD/OS SLIP"),
  /external/libpcap/pcap/
bpf.h 166 * for DLT_SLIP_BSDOS and DLT_PPP_BSDOS, which are 15 and 16, but they
170 #ifndef DLT_SLIP_BSDOS
171 #define DLT_SLIP_BSDOS 13 /* BSD/OS Serial Line IP */
175 #define DLT_SLIP_BSDOS 15 /* BSD/OS Serial Line IP */
304 * DLT_SLIP_BSDOS in NetBSD, so we don't use 13 for it in OSes other
    [all...]
  /external/libpcap/
pcap-common.c 972 { DLT_SLIP_BSDOS, LINKTYPE_SLIP_BSDOS },
    [all...]
pcap.c 1110 DLT_CHOICE(DLT_SLIP_BSDOS, "BSD/OS SLIP"),
    [all...]
pcap-bpf.c     [all...]
gencode.c 1003 case DLT_SLIP_BSDOS:
    [all...]
  /external/tcpdump/
tcpdump.c 178 #ifdef DLT_SLIP_BSDOS
179 { sl_bsdos_if_print, DLT_SLIP_BSDOS },
    [all...]

Completed in 61 milliseconds