Home | History | Annotate | Download | only in net

Lines Matching refs:DLT_PFSYNC

211  * 18 is used for DLT_PFSYNC in OpenBSD, NetBSD, DragonFly BSD and
223 #define DLT_PFSYNC 18
396 * assigned 121 as DLT_PFSYNC. In current versions, its libpcap
397 * does DLT_ <-> LINKTYPE_ mapping, mapping DLT_PFSYNC to a
398 * LINKTYPE_PFSYNC value of 246, so it should write out DLT_PFSYNC
403 * OpenBSD, from which pf came, however, uses 18 for DLT_PFSYNC;
405 * write out DLT_PFSYNC dump files with use 18 as the link-layer
408 * NetBSD, DragonFly BSD, and Darwin also use 18 for DLT_PFSYNC; in
410 * mapping DLT_PFSYNC to a LINKTYPE_PFSYNC value of 246, so they
411 * should write out DLT_PFSYNC dump files with 246 as the link-layer
416 * We'll define DLT_PFSYNC as:
440 * DLT_PFSYNC files from OpenBSD and possibly older versions of NetBSD,
441 * DragonFly BSD, and macOS - to DLT_PFSYNC, so code built with FreeBSD's
442 * libpcap won't treat those files as DLT_PFSYNC files.
444 * Other libpcaps won't map a link-layer header type of 121 to DLT_PFSYNC;
447 * didn't map to 246 as DLT_PFSYNC files.
450 #define DLT_PFSYNC 121
1270 * DLT_PFSYNC has different values on different platforms, and all of
1275 #define DLT_PFSYNC 246