Home
last modified time | relevance | path

Searched refs:ntomask (Results 1 – 8 of 8) sorted by relevance

/src/sbin/ipf/libipf/
H A Dntomask.c13 ntomask(int family, int nbits, u_32_t *ap) in ntomask() function
H A Dprinthashdata.c102 ntomask(AF_INET, i, &m.s_addr); in printhashdata()
H A DMakefile24 mutex_emul.c nametokva.c nat_setgroupmap.c ntomask.c \
/src/sbin/ipf/ippool/
H A Dippool_y.y402 if (ntomask(AF_INET6, $1,
406 if (ntomask(AF_INET, $1,
H A Dippool.c1059 if (ntomask(AF_INET, atoi(s + 1), &mask.s_addr) != 0) in setnodeaddr()
/src/sbin/ipf/common/
H A Dipf.h265 extern int ntomask(int, int, u_32_t *);
H A Dipf_y.y1043 ntomask($1.f, $5, $$.m.i6);
1081 ntomask(frc->fr_family,
1097 ntomask(frc->fr_family,
/src/sbin/ipf/ipnat/
H A Dipnat_y.y942 ntomask($$.f, $3, (u_32_t *)&$$.m);