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

/freebsd-13-stable/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-13-stable/sbin/ipf/libipf/
H A DMakefile26 mutex_emul.c nametokva.c nat_setgroupmap.c ntomask.c \
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dippool_y.y403 if (ntomask(AF_INET6, $1,
407 if (ntomask(AF_INET, $1,
H A Dipf_y.y1044 ntomask($1.f, $5, $$.m.i6);
1082 ntomask(frc->fr_family,
1098 ntomask(frc->fr_family,
H A Dippool.c1089 if (ntomask(AF_INET, atoi(s + 1), &mask.s_addr) != 0)
H A Dipnat_y.y943 ntomask($$.f, $3, (u_32_t *)&$$.m);
/freebsd-13-stable/contrib/ipfilter/
H A Dipf.h272 extern int ntomask(int, int, u_32_t *);

Completed in 119 milliseconds