Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dsf-pcap.c74 #define TCPDUMP_MAGIC 0xa1b2c3d4 macro
174 if (magic_int != TCPDUMP_MAGIC && in pcap_check_header()
178 if (magic_int != TCPDUMP_MAGIC && in pcap_check_header()
720 …magic = p->opt.tstamp_precision == PCAP_TSTAMP_PRECISION_NANO ? NSEC_TCPDUMP_MAGIC : TCPDUMP_MAGIC; in sf_write_header()
1001 case TCPDUMP_MAGIC: in pcap_dump_open_append()
1019 case SWAPLONG(TCPDUMP_MAGIC): in pcap_dump_open_append()
/dragonfly/usr.sbin/pflogd/
H A Dpflogd.c338 #define TCPDUMP_MAGIC 0xa1b2c3d4 in try_reset_dump() macro
347 hdr.magic = TCPDUMP_MAGIC; in try_reset_dump()
400 if (hdr.magic != TCPDUMP_MAGIC || in scan_dump()
/dragonfly/tools/tools/net80211/wesside/wesside/
H A Dwesside.c119 #define TCPDUMP_MAGIC 0xA1B2C3D4 macro
2411 pfh.magic = TCPDUMP_MAGIC;