Home
last modified time | relevance | path

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

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