Searched refs:ipsend (Results 1 – 13 of 13) sorted by relevance
7 OBJS=ipsend.o ip.o ipsopt.o y.tab.o lex.yy.o64 -$(INSTALL) -cs -g wheel -m 755 -o root ipsend ipresend iptest $(BINDEST)67 make ipsend "OBJS=$(OBJS)" "UNIXOBJS=$(BPF) $(SUNOS4)" "CC=$(CC)" \75 make ipsend "OBJS=$(OBJS)" "UNIXOBJS=$(NIT) $(SUNOS4)" "CC=$(CC)" \83 make ipsend "OBJS=$(OBJS)" "UNIXOBJS=$(SUNOS5)" "CC=$(CC)" \92 make ipsend "OBJS=$(OBJS)" "UNIXOBJS=$(BPF) $(BSD)" "CC=$(CC)" \100 make ipsend "OBJS=$(OBJS)" "UNIXOBJS=$(LINUX)" "CC=$(CC)" \120 make ipsend "OBJS=$(OBJS)" "UNIXOBJS=$(ULTRIX)" "CC=$(CC)" \128 make ipsend "OBJS=$(OBJS)" "UNIXOBJS=$(HPUX)" "CC=$(CC)" \136 make ipsend "OBJS=$(OBJS)" "UNIXOBJS=$(HPUX)" "CC=$(CC)" \[all …]
160 (cd netinet; ln -s ../ipsend/tcpip.h tcpip.h); \226 (cd BSD/$(CPUDIR); make -f Makefile.ipsend build TOP=../.. $(MFLAGS1); cd ..)231 (cd BSD/$(CPUDIR); make -f Makefile.ipsend build TOP=../.. $(MFLAGS1); cd ..)250 (cd BSD/$(CPUDIR); make -f Makefile.ipsend build TOP=../.. $(MFLAGS); cd ..)255 (cd BSD/$(CPUDIR); make -f Makefile.ipsend build TOP=../.. $(MFLAGS); cd ..)260 …(cd OSF/`OSF/cpurev`; make -f Makefile.ipsend build TRU64=`uname -v` TOP=../.. $(MFLAGS) "OSREV=`.…270 (cd BSD/$(CPUDIR); make -f Makefile.ipsend build TOP=../.. $(MFLAGS); cd ..)275 (cd BSD/$(CPUDIR); make -f Makefile.ipsend build "CC=$(CC)" TOP=../.. $(MFLAGS); cd ..)283 …(cd IRIX/`IRIX/cpurev`; make -f Makefile.ipsend build TOP=../.. $(DEST) $(MFLAGS) IRIX=`../getrev`…288 -rm -f $(TARGOS)/$(CPUDIR)/Makefile $(TARGOS)/$(CPUDIR)/Makefile.ipsend[all …]
833 fix fake-arp table code for ipsend.1019 compatibility updates for Linux to ipsend1044 change ipsend/* and ipsd/* copyright notices to be the same as ip filter's1144 add install make target to Makefile.ipsend1362 make ipsend compile on Linux 2.0.241624 Split up ipresend into iptest/ipresend/ipsend1681 ipsend doesn't compile properly on Solaris2.4
10 $(CC) $(DEBUG) -I. -I.. -I$(DESTDIR) -I../ipsend $(CFLAGS) $(LINUX) -c $(DESTDIR)/iplang_y.c -o $@13 $(CC) $(DEBUG) -I. -I.. -I$(DESTDIR) -I../ipsend $(CFLAGS) $(LINUX) -c $(DESTDIR)/iplang_l.c -o $@16 $(CC) $(DEBUG) -I. -I.. -I../ipsend $(CFLAGS) $(LINUX) -c $< -o $@19 $(CC) $(DEBUG) -I. -I.. -I../ipsend $(CFLAGS) $(LINUX) -c $< -o $@
66 ipsend = udpsend = 0;73 ipsend++;85 printf("ip:::send - %s\n", ipsend >= 1 ? "yes" : "no");
63 ipsend = udpsend = ipreceive = 0;70 ipsend++;89 printf("ip:::send - %s\n", ipsend >= 1 ? "yes" : "no");
95 ipsend = tcpsend = ipreceive = tcpreceive = 0;102 ipsend++;127 printf("ip:::send - %s\n", ipsend >= 5 ? "yes" : "no");
85 ipsend = tcpsend = ipreceive = tcpreceive = 0;92 ipsend++;117 printf("ip:::send - %s\n", ipsend >= 3 ? "yes" : "no");
93 ipsend = tcpsend = ipreceive = tcpreceive = 0;101 ipsend++;147 printf("ip:::send - %s\n", ipsend >= 4 ? "yes" : "no");
88 ipsend = tcpsend = ipreceive = tcpreceive = 0;96 ipsend++;149 printf("ip:::send - %s\n", ipsend >= 5 ? "yes" : "no");
7 .PATH: ${.CURDIR}/../../../contrib/ipfilter/ipsend
18 CFLAGS=-g -I.. -I../ipsend
4447 OLD_FILES+=usr/sbin/ipsend4450 OLD_FILES+=usr/share/man/man1/ipsend.1.gz4452 OLD_FILES+=usr/share/man/man5/ipsend.5.gz