Searched refs:DLT_PPI (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/tcpdump/
H A Dprint-ppi.c5 /* \summary: Oracle DLT_PPI printer */
25 #ifdef DLT_PPI
133 #endif /* DLT_PPI */
H A Dprint.c57 #ifdef DLT_PPI
58 { ppi_if_print, DLT_PPI },
/freebsd-11-stable/sys/net/
H A Ddlt.h724 #define DLT_PPI 192 macro
/freebsd-11-stable/contrib/libpcap/pcap/
H A Ddlt.h722 #define DLT_PPI 192 macro
/freebsd-11-stable/contrib/libpcap/
H A Dgencode.c964 * For DLT_PPI captures, generate a check of the per-packet
967 * XXX - TurboCap cards use DLT_PPI for Ethernet.
970 * than using something such as DLT_PPI where you don't know
1365 case DLT_PPI:
2906 case DLT_PPI:
2926 case DLT_PPI:
2971 if (cstate->linktype == DLT_PPI)
3194 case DLT_PPI:
3733 case DLT_PPI:
5236 case DLT_PPI
[all...]
H A Dpcap-bpf.c3163 #ifdef DLT_PPI
3164 case DLT_PPI:
H A Dpcap-npf.c1034 p->linktype = DLT_PPI;
H A Dpcap-tc.c601 p->dlt_list[1] = DLT_PPI;

Completed in 130 milliseconds