Searched refs:DLT_PFSYNC (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/libpcap/pcap/
H A Dbpf.h194 * 18 is used for DLT_PFSYNC in OpenBSD, NetBSD, DragonFly BSD and
200 * for DLT_CIP in Suse 6.3, so we don't define it as DLT_PFSYNC
208 #define DLT_PFSYNC 18 macro
370 * assigned 121 as DLT_PFSYNC. Its libpcap does DLT_ <-> LINKTYPE_
374 * OpenBSD, from which pf came, however, uses 18 for DLT_PFSYNC;
378 * NetBSD and DragonFly BSD also use 18 for DLT_PFSYNC; their
380 * for DLT_PFSYNC, so it might not be able to write out dump files
388 * We'll define DLT_PFSYNC as 121 on FreeBSD and define it as 18 on
402 #define DLT_PFSYNC 121 macro
1170 * DLT_PFSYNC ha
1175 #define DLT_PFSYNC macro
[all...]
/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-common.c876 * pfsync output; DLT_PFSYNC is 18, which collides with DLT_CIP in
973 * Map DLT_PFSYNC, whatever it might be, to LINKTYPE_PFSYNC.
975 if (dlt == DLT_PFSYNC)
1006 * Map LINKTYPE_PFSYNC to DLT_PFSYNC, whatever it might be.
1012 return (DLT_PFSYNC);
H A Dpcap.c984 DLT_CHOICE(DLT_PFSYNC, "Packet filter state syncing"),
H A Dgencode.c1420 case DLT_PFSYNC:
3370 case DLT_PFSYNC:
/freebsd-10.0-release/contrib/ipfilter/
H A Dpcap-bpf.h179 * 18 is used for DLT_PFSYNC in OpenBSD; don't use it for anything else.
300 * XXX: is there a conflict with DLT_PFSYNC 18 as well?
304 #define DLT_PFSYNC 18 macro
/freebsd-10.0-release/sys/net/
H A Dbpf.h407 #define DLT_PFSYNC 121 macro
1130 * DLT_PFSYNC has different values on different platforms, and all of
1135 #define DLT_PFSYNC 246 macro
/freebsd-10.0-release/sys/netpfil/pf/
H A Dif_pfsync.c331 bpfattach(ifp, DLT_PFSYNC, PFSYNC_HDRLEN);

Completed in 261 milliseconds