Searched refs:buildopts (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/ipfilter/lib/
H A Dbuildopts.c14 u_32_t buildopts(cp, op, len) function
H A DMakefile18 $(DEST)/buildopts.o \
167 $(DEST)/buildopts.o: $(LIBSRC)/buildopts.c $(INCDEP)
168 $(CC) $(CCARGS) -c $(LIBSRC)/buildopts.c -o $@
H A Dipft_tx.c323 olen = buildopts(*cpp, ipopts, (IP_HL(ip) - 5) << 2);
/freebsd-10-stable/release/picobsd/bridge/
H A Dcrunch.conf32 buildopts -DWITHOUT_PAM -DRELEASE_CRUNCH -DPPP_NO_NETGRAPH
33 buildopts -DTRACEROUTE_NO_IPSEC -DNO_INET6
34 buildopts -DWITHOUT_IPX
/freebsd-10-stable/release/picobsd/qemu/
H A Dcrunch.conf32 buildopts -DWITHOUT_PAM -DRELEASE_CRUNCH -DPPP_NO_NETGRAPH
33 buildopts -DTRACEROUTE_NO_IPSEC -DNO_INET6
34 buildopts -DWITHOUT_IPX
/freebsd-10-stable/contrib/ipfilter/ipsend/
H A Dipsend.h48 extern u_32_t buildopts __P((char *, char *, int));
H A Dipsopt.c152 u_32_t buildopts(cp, op, len) function
H A Dipsend.c312 olen = buildopts(optarg, options, (IP_HL(ip) - 5) << 2);
/freebsd-10-stable/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c74 strlst_t *buildopts; member in struct:prog
85 strlst_t *buildopts = NULL; variable
314 else if(!strcmp(fieldv[0], "buildopts"))
437 p2->buildopts = NULL;
503 add_string(&buildopts, argv[i]);
555 } else if (!strcmp(argv[2], "buildopts")) {
556 p->buildopts = NULL;
558 add_string(&p->buildopts, argv[i]);
738 if (buildopts) {
740 output_strlst(f, buildopts);
[all...]
/freebsd-10-stable/share/mk/
H A Dbsd.crunchgen.mk83 echo buildopts $(CRUNCH_BUILDOPTS) >>$(.TARGET)
100 echo special $(P) buildopts DIRPRFX=${DIRPRFX}${P}/ \
103 echo special $(P) buildopts DIRPRFX=${DIRPRFX}${P}/ >>$(.TARGET)
/freebsd-10-stable/sbin/ipf/libipf/
H A DMakefile8 binprint.c buildopts.c checkrev.c connecttcp.c \
/freebsd-10-stable/contrib/ipfilter/
H A Dipf.h236 extern u_32_t buildopts __P((char *, char *, int));

Completed in 224 milliseconds