HomeSort by: relevance | last modified time | path
    Searched refs:DLT_PPI (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-ppi.c 10 /* \summary: Per-Packet Information (DLT_PPI) printer */
36 #ifdef DLT_PPI
134 #endif /* DLT_PPI */
print.c 197 #ifdef DLT_PPI
198 { ppi_if_print, DLT_PPI },
  /src/sys/net/
dlt.h 820 #define DLT_PPI 192
  /src/external/bsd/libpcap/dist/pcap/
dlt.h 818 #define DLT_PPI 192
  /src/external/bsd/libpcap/dist/
pcap-airpcap.c 313 case DLT_PPI:
875 p->linktype = DLT_PPI;
903 p->dlt_list[1] = DLT_PPI;
gencode.c 982 * For DLT_PPI captures, generate a check of the per-packet
985 * XXX - TurboCap cards use DLT_PPI for Ethernet.
988 * than using something such as DLT_PPI where you don't know
1374 case DLT_PPI:
2964 case DLT_PPI:
2984 case DLT_PPI:
3033 if (cstate->linktype == DLT_PPI)
3242 case DLT_PPI:
3779 case DLT_PPI:
5298 case DLT_PPI
    [all...]
pcap-bpf.c 3413 #ifdef DLT_PPI
3414 case DLT_PPI:
pcap-tc.c 547 p->dlt_list[1] = DLT_PPI;
pcap-npf.c 1213 p->linktype = DLT_PPI;

Completed in 51 milliseconds