Searched refs:ntomask (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dntomask.c13 int ntomask(family, nbits, ap) function
H A Dprinthashdata.c89 ntomask(AF_INET, i, &m.s_addr);
H A DMakefile70 $(DEST)/ntomask.o \
273 $(DEST)/ntomask.o: $(LIBSRC)/ntomask.c $(TOP)/ip_compat.h
274 $(CC) $(CCARGS) -c $(LIBSRC)/ntomask.c -o $@
/freebsd-10.0-release/sbin/ipf/libipf/
H A DMakefile25 mutex_emul.c nametokva.c nat_setgroupmap.c ntomask.c \
/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dippool_y.y392 if (ntomask(AF_INET6, $1,
396 if (ntomask(AF_INET, $1,
H A Dipf_y.y1041 ipmask { ntomask($1.f, $5, $$.m.i6);
1077 ntomask(frc->fr_family,
1092 ntomask(frc->fr_family,
H A Dippool.c1042 if (ntomask(AF_INET, atoi(s + 1), &mask.s_addr) != 0)
H A Dipnat_y.y955 ntomask($$.f, $3, (u_32_t *)&$$.m);
/freebsd-10.0-release/contrib/ipfilter/
H A Dipf.h300 extern int ntomask __P((int, int, u_32_t *));

Completed in 90 milliseconds