Home
last modified time | relevance | path

Searched refs:ipscan (Results 1 – 11 of 11) sorted by relevance

/freebsd-9-stable/sys/contrib/ipfilter/netinet/
Dip_scan.h29 # define SIOCADSCA _IOWR('r', 60, struct ipscan *)
30 # define SIOCRMSCA _IOWR('r', 61, struct ipscan *)
31 # define SIOCGSCST _IOWR('r', 62, struct ipscan *)
33 # define SIOCADSCA _IOWR(r, 60, struct ipscan *)
34 # define SIOCRMSCA _IOWR(r, 61, struct ipscan *)
35 # define SIOCGSCST _IOWR(r, 62, struct ipscan *)
55 typedef struct ipscan { struct
56 struct ipscan *ipsc_next; argument
57 struct ipscan **ipsc_pnext; argument
90 struct ipscan *iscs_list;
Dip_state.h21 struct ipscan;
45 struct ipscan *is_isc;
Dip_scan.c82 struct ipscan *ipsc_lookup __P((char *));
193 struct ipscan *ipsc_lookup(tag) in ipsc_lookup()
Dip_fil.h112 struct ipscan;
502 struct ipscan *fr_isc;
Dfil.c4592 (f->fr_isc != (struct ipscan *)-1))
4630 f->fr_isc = (struct ipscan *)-1;
/freebsd-9-stable/contrib/ipfilter/man/
DMakefile28 $(INSTALL) -m 0644 -c -o root -g bin ipscan.8 $(MANDIR)/man8
29 $(INSTALL) -m 0644 -c -o root -g bin ipscan.5 $(MANDIR)/man5
/freebsd-9-stable/contrib/ipfilter/BSD/
Dmake-devices30 mknod /dev/ipscan c $major 5
DMakefile81 ippool ipscan ipsyncm ipsyncs $(LKM) $(LKMR)
401 ipscan: ipscan_y.o ipscan_l.o target
453 ${RM} -f ../ipscan ../ipsyncm ../ipsyncs
458 ${RM} -f ipscan ipscan_y.c ipscan_y.h ipscan_l.c ipscan_l.h
510 -$(INSTALL) -cs -g wheel -m 755 -o root ipscan $(SBINDEST)
/freebsd-9-stable/contrib/ipfilter/FreeBSD-3/
DINST.FreeBSD-320 mknod /dev/ipscan c 79 5
/freebsd-9-stable/contrib/ipfilter/
DINSTALL.FreeBSD51 mknod /dev/ipscan c 79 5
/freebsd-9-stable/contrib/ipfilter/lib/
Dprintfr.c449 if (fp->fr_isc != (struct ipscan *)-1) {