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

/freebsd-current/sbin/ipf/common/
H A Dpcap-ipf.h25 #define TCPDUMP_MAGIC 0xa1b2c3d4 macro
/freebsd-current/contrib/libpcap/
H A Dsf-pcap.c79 #define TCPDUMP_MAGIC 0xa1b2c3d4 macro
179 if (magic_int != TCPDUMP_MAGIC &&
183 if (magic_int != TCPDUMP_MAGIC &&
724 hdr.magic = p->opt.tstamp_precision == PCAP_TSTAMP_PRECISION_NANO ? NSEC_TCPDUMP_MAGIC : TCPDUMP_MAGIC;
1031 case TCPDUMP_MAGIC:
1049 case SWAPLONG(TCPDUMP_MAGIC):
/freebsd-current/contrib/pf/pflogd/
H A Dpflogd.c363 #define TCPDUMP_MAGIC 0xa1b2c3d4 macro
372 hdr.magic = TCPDUMP_MAGIC;
428 if (hdr.magic != TCPDUMP_MAGIC ||
/freebsd-current/tools/tools/net80211/wesside/wesside/
H A Dwesside.c110 #define TCPDUMP_MAGIC 0xA1B2C3D4 macro
2403 pfh.magic = TCPDUMP_MAGIC;

Completed in 130 milliseconds