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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
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.c983 DLT_CHOICE(DLT_PFSYNC, "Packet filter state syncing"),
H A Dgencode.c1418 case DLT_PFSYNC:
3368 case DLT_PFSYNC:

Completed in 122 milliseconds