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

  /external/tcpdump/missing/
dlnames.c 78 #ifdef DLT_PPP_SERIAL
79 DLT_CHOICE(DLT_PPP_SERIAL, "PPP over serial"),
  /external/libpcap/pcap/
bpf.h 224 #define DLT_PPP_SERIAL 50 /* PPP over serial with HDLC encapsulation */
    [all...]
  /external/libpcap/
pcap-common.c 136 * HDLC"). This is, for example, what you get with NetBSD's DLT_PPP_SERIAL.
138 * We give it the same value as NetBSD's DLT_PPP_SERIAL, in the hopes that
139 * nobody else will choose a DLT_ value of 50, and so that DLT_PPP_SERIAL
989 { DLT_PPP_SERIAL, LINKTYPE_PPP_HDLC },
    [all...]
pcap-dag.c 1136 p->dlt_list[dlt_index++] = DLT_PPP_SERIAL;
1181 p->dlt_list[dlt_index++] = DLT_PPP_SERIAL;
    [all...]
pcap-win32.c 565 p->linktype = DLT_PPP_SERIAL;
pcap.c 1113 DLT_CHOICE(DLT_PPP_SERIAL, "PPP over serial"),
    [all...]
gencode.c 1030 case DLT_PPP_SERIAL: /* NetBSD sync/async serial PPP */
    [all...]
  /external/tcpdump/
tcpdump.c 201 #ifdef DLT_PPP_SERIAL
202 { ppp_hdlc_if_print, DLT_PPP_SERIAL },
    [all...]

Completed in 40 milliseconds