Searched refs:ftov (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dftov.c4 ftov(version) function
H A DMakefile31 $(DEST)/ftov.o \
193 $(DEST)/ftov.o: $(LIBSRC)/ftov.c $(INCDEP)
194 $(CC) $(CCARGS) -c $(LIBSRC)/ftov.c -o $@
/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dipnat_y.y260 nat->in_v[0] = ftov($3);
264 nat->in_v[1] = ftov($3);
275 { nat->in_v[0] = ftov($4);
284 nat->in_v[0] = ftov($3);
288 nat->in_v[1] = ftov($3);
346 nat->in_v[0] = ftov($3.f);
348 nat->in_v[0] = ftov($6);
360 nat->in_v[0] = ftov($4.f);
374 nat->in_v[0] = ftov($3);
376 nat->in_v[0] = ftov(
[all...]
H A Dipf_y.y1034 $$.v = ftov($1.f);
1048 $$.v = ftov($1.f);
/freebsd-10.0-release/sbin/ipf/libipf/
H A DMakefile13 flags.c freembt.c ftov.c \
/freebsd-10.0-release/contrib/ipfilter/
H A Dipf.h248 extern int ftov __P((int));

Completed in 72 milliseconds