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

/freebsd-11-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-11-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_KERBEROS -DWITHOUT_OPENSSL
/freebsd-11-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_KERBEROS -DWITHOUT_OPENSSL
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dipsend.h41 extern u_32_t buildopts(char *, char *, int);
H A Dipsopt.c146 u_32_t buildopts(cp, op, len) function
H A Dipsend.c288 olen = buildopts(optarg, options, (IP_HL(ip) - 5) << 2);
/freebsd-11-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]);
743 if (buildopts) {
745 output_strlst(f, buildopts);
[all...]
/freebsd-11-stable/share/mk/
H A Dbsd.crunchgen.mk85 echo buildopts ${CRUNCH_BUILDOPTS} >>${.TARGET}
98 echo special ${P} buildopts DIRPRFX=${DIRPRFX}${P}/ \
101 echo special ${P} buildopts DIRPRFX=${DIRPRFX}${P}/ >>${.TARGET}
/freebsd-11-stable/sbin/ipf/libipf/
H A DMakefile9 binprint.c buildopts.c checkrev.c connecttcp.c \
/freebsd-11-stable/contrib/ipfilter/
H A Dipf.h210 extern u_32_t buildopts(char *, char *, int);

Completed in 218 milliseconds