HomeSort by relevance Sort by last modified time
    Searched defs:DLT_PFSYNC (Results 1 - 25 of 31) sorted by null

1 2

  /external/libpcap/pcap/
dlt.h 126 * 18 is used for DLT_PFSYNC in OpenBSD, NetBSD, DragonFly BSD and
132 * for DLT_CIP in Suse 6.3, so we don't define it as DLT_PFSYNC
140 #define DLT_PFSYNC 18
302 * assigned 121 as DLT_PFSYNC. In current versions, its libpcap
303 * does DLT_ <-> LINKTYPE_ mapping, mapping DLT_PFSYNC to a
304 * LINKTYPE_PFSYNC value of 246, so it should write out DLT_PFSYNC
309 * OpenBSD, from which pf came, however, uses 18 for DLT_PFSYNC;
311 * write out DLT_PFSYNC dump files with use 18 as the link-layer
314 * NetBSD, DragonFly BSD, and Darwin also use 18 for DLT_PFSYNC; in
316 * mapping DLT_PFSYNC to a LINKTYPE_PFSYNC value of 246, so the
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go 171 DLT_PFSYNC = 0x12
    [all...]
zerrors_darwin_amd64.go 171 DLT_PFSYNC = 0x12
    [all...]
zerrors_darwin_arm.go 170 DLT_PFSYNC = 0x12
    [all...]
zerrors_darwin_arm64.go 172 DLT_PFSYNC = 0x12
    [all...]
zerrors_solaris_amd64.go 238 DLT_PFSYNC = 0x12
    [all...]
zerrors_dragonfly_amd64.go 243 DLT_PFSYNC = 0x12
    [all...]
zerrors_freebsd_386.go 357 DLT_PFSYNC = 0x79
    [all...]
zerrors_freebsd_amd64.go 357 DLT_PFSYNC = 0x79
    [all...]
zerrors_freebsd_arm.go 357 DLT_PFSYNC = 0x79
    [all...]
zerrors_netbsd_386.go 274 DLT_PFSYNC = 0x12
    [all...]
zerrors_netbsd_amd64.go 274 DLT_PFSYNC = 0x12
    [all...]
zerrors_netbsd_arm.go 266 DLT_PFSYNC = 0x12
    [all...]
zerrors_openbsd_386.go 177 DLT_PFSYNC = 0x12
    [all...]
zerrors_openbsd_amd64.go 177 DLT_PFSYNC = 0x12
    [all...]
zerrors_openbsd_arm.go 177 DLT_PFSYNC = 0x12
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_darwin_386.go 171 DLT_PFSYNC = 0x12
    [all...]
zerrors_darwin_amd64.go 171 DLT_PFSYNC = 0x12
    [all...]
zerrors_darwin_arm.go 170 DLT_PFSYNC = 0x12
    [all...]
zerrors_darwin_arm64.go 172 DLT_PFSYNC = 0x12
    [all...]
zerrors_solaris_amd64.go 238 DLT_PFSYNC = 0x12
    [all...]
zerrors_dragonfly_amd64.go 243 DLT_PFSYNC = 0x12
    [all...]
zerrors_freebsd_386.go 357 DLT_PFSYNC = 0x79
    [all...]
zerrors_freebsd_amd64.go 357 DLT_PFSYNC = 0x79
    [all...]
zerrors_freebsd_arm.go 357 DLT_PFSYNC = 0x79
    [all...]

Completed in 545 milliseconds

1 2