Searched refs:snoop (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A Dipresend.c35 extern struct ipread snoop, pcap, etherf, iphex, tcpd, iptext;
128 ipr = &snoop;
/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dipft_sn.c15 #include "snoop.h"
52 struct ipread snoop = { snoop_open, snoop_close, snoop_readip, 0 }; variable in typeref:struct:ipread
83 printf("opened snoop file %s:\n", fname);
98 * in a snoop file.
124 * read an entire snoop packet record. only the data part is copied into
H A DMakefile172 $(DEST)/ipft_sn.o: $(LIBSRC)/ipft_sn.c $(TOP)/snoop.h
/freebsd-9.3-release/sys/dev/snp/
H A Dsnp.c39 #include <sys/snoop.h>
46 static MALLOC_DEFINE(M_SNP, "snp", "tty snoop device");
52 "tty snoop registration", MTX_DEF);
58 "tty snoop registration");
139 /* Allocate per-snoop data. */
249 /* Bind TTY to snoop instance. */
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipftest.c20 extern struct ipread snoop, etherf, tcpd, pcap, iptext, iphex;
142 else if (strcasecmp(optarg, "snoop") == 0)
143 r = &snoop;
/freebsd-9.3-release/usr.sbin/watch/
H A Dwatch.c22 #include <sys/snoop.h>
166 fatal(EX_OSFILE, "cannot open snoop device");
/freebsd-9.3-release/sys/dev/e1000/
H A De1000_ich8lan.c938 * Unlike TRUE-PCIe devices which set the LTR maximum snoop/no-snoop
941 * equivalent snoop/no-snoop latencies in the LTRV register in the MAC and
3910 u32 ctrl_ext, txdctl, snoop; local
3963 * By default, we should use snoop behavior.
3966 snoop = PCIE_ICH8_SNOOP_ALL;
3968 snoop = (u32) ~(PCIE_NO_SNOOP_ALL);
3969 e1000_set_pcie_no_snoop_generic(hw, snoop);
/freebsd-9.3-release/lib/libpmc/
H A Dlibpmc.c1067 __K8MASK(tag-snoop, 3),
/freebsd-9.3-release/contrib/libpcap/
H A Dconfigure7248 V_PCAP=snoop

Completed in 109 milliseconds