Home
last modified time | relevance | path

Searched refs:iplang (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/ipfilter/ipsend/
HDMakefile42 -if [ ! -d iplang ] ; then ln -s ../iplang iplang; fi
46 y.tab.o: iplang/iplang_y.y
47 -if [ -h iplang ] ; then \
48 (cd iplang; ${MAKE} $(MFLAGS) 'DESTDIR=../ipsend' ) \
50 (cd iplang; ${MAKE} $(MFLAGS) 'DESTDIR=..' ) \
53 lex.yy.o: iplang/iplang_l.l
54 -if [ -h iplang ] ; then \
55 (cd iplang; ${MAKE} $(MFLAGS) 'DESTDIR=../ipsend' ) \
57 (cd iplang; ${MAKE} $(MFLAGS) 'DESTDIR=..' ) \
178 if [ -d iplang ]; then (cd iplang; $(MAKE) $(MFLAGS) clean); fi
[all …]
HDipsend.c36 extern void iplang __P((FILE *));
244 iplang(langfile);
/trueos/sbin/ipf/ipsend/
HDMakefile15 CFLAGS+= -I${NETBSDSRCDIR}/dist/ipf/iplang
23 ${NETBSDSRCDIR}/dist/ipf/iplang
/trueos/contrib/ipfilter/iplang/
HDiplang_y.y164 void iplang __P((FILE *));
1820 void iplang(fp) in iplang() function
/trueos/contrib/ipfilter/
HDHISTORY910 fix some iplang bugs
932 fix grammar error in yacc grammar for iplang
1033 enable setting IP and TCP options for iplang/