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

  /external/libpcap/pcap/
bpf.h 194 * 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
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
    [all...]
  /external/libpcap/
pcap-common.c 877 * pfsync output; DLT_PFSYNC is 18, which collides with DLT_CIP in
1009 * Map DLT_PFSYNC, whatever it might be, to LINKTYPE_PFSYNC.
1011 if (dlt == DLT_PFSYNC)
    [all...]
pcap.c 1124 DLT_CHOICE(DLT_PFSYNC, "Packet filter state syncing"),
    [all...]
gencode.c     [all...]

Completed in 294 milliseconds