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

/freebsd-12-stable/contrib/ipfilter/
H A Dpcap-ipf.h26 #define TCPDUMP_MAGIC 0xa1b2c3d4 macro
/freebsd-12-stable/contrib/libpcap/
H A Dsf-pcap.c74 #define TCPDUMP_MAGIC 0xa1b2c3d4 macro
174 if (magic_int != TCPDUMP_MAGIC &&
178 if (magic_int != TCPDUMP_MAGIC &&
721 hdr.magic = p->opt.tstamp_precision == PCAP_TSTAMP_PRECISION_NANO ? NSEC_TCPDUMP_MAGIC : TCPDUMP_MAGIC;
992 case TCPDUMP_MAGIC:
1010 case SWAPLONG(TCPDUMP_MAGIC):
/freebsd-12-stable/contrib/pf/pflogd/
H A Dpflogd.c366 #define TCPDUMP_MAGIC 0xa1b2c3d4 macro
375 hdr.magic = TCPDUMP_MAGIC;
431 if (hdr.magic != TCPDUMP_MAGIC ||
/freebsd-12-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c111 #define TCPDUMP_MAGIC 0xA1B2C3D4 macro
2404 pfh.magic = TCPDUMP_MAGIC;

Completed in 146 milliseconds