Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dsf-pcap.c77 #define TCPDUMP_MAGIC 0xa1b2c3d4 macro
240 if (magic_int != TCPDUMP_MAGIC && in pcap_check_header()
244 if (magic_int != TCPDUMP_MAGIC && in pcap_check_header()
796 …magic = p->opt.tstamp_precision == PCAP_TSTAMP_PRECISION_NANO ? NSEC_TCPDUMP_MAGIC : TCPDUMP_MAGIC; in sf_write_header()
1109 case TCPDUMP_MAGIC: in pcap_dump_open_append()
1127 case SWAPLONG(TCPDUMP_MAGIC): in pcap_dump_open_append()
/freebsd/sbin/ipf/common/
H A Dpcap-ipf.h25 #define TCPDUMP_MAGIC 0xa1b2c3d4 macro
/freebsd/contrib/pf/pflogd/
H A Dpflogd.c374 #define TCPDUMP_MAGIC 0xa1b2c3d4 in try_reset_dump() macro
383 hdr.magic = TCPDUMP_MAGIC; in try_reset_dump()
439 if (hdr.magic != TCPDUMP_MAGIC || in scan_dump()
/freebsd/tools/tools/net80211/wesside/wesside/
H A Dwesside.c110 #define TCPDUMP_MAGIC 0xA1B2C3D4 macro
2403 pfh.magic = TCPDUMP_MAGIC;