Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ipf/dist/lib/
H A Dntomask.c13 int ntomask(family, nbits, ap) in ntomask() function
H A Dprinthashdata.c91 ntomask(AF_INET, i, &m.s_addr);
/netbsd-src/external/bsd/ipf/lib/
H A DMakefile67 ntomask.c \
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dippool_y.y392 if (ntomask(AF_INET6, $1,
396 if (ntomask(AF_INET, $1,
H A Dipf_y.y1045 ntomask($1.f, $5, $$.m.i6);
1083 ntomask(frc->fr_family,
1099 ntomask(frc->fr_family,
H A Dippool.c1031 if (ntomask(AF_INET, atoi(s + 1), &mask.s_addr) != 0) in setnodeaddr()
H A Dipnat_y.y955 ntomask($$.f, $3, (u_32_t *)&$$.m);
/netbsd-src/external/bsd/ipf/dist/
H A Dipf.h300 extern int ntomask __P((int, int, u_32_t *));