Searched refs:ntomask (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/bsd/ipf/dist/lib/ |
| D | ntomask.c | 13 int ntomask(family, nbits, ap) in ntomask() function
|
| D | printhashdata.c | 91 ntomask(AF_INET, i, &m.s_addr);
|
| /netbsd/src/external/bsd/ipf/lib/ |
| D | Makefile | 67 ntomask.c \
|
| /netbsd/src/external/bsd/ipf/dist/tools/ |
| D | ippool_y.y | 392 if (ntomask(AF_INET6, $1, 396 if (ntomask(AF_INET, $1,
|
| D | ipf_y.y | 1045 ntomask($1.f, $5, $$.m.i6); 1083 ntomask(frc->fr_family, 1099 ntomask(frc->fr_family,
|
| D | ippool.c | 1031 if (ntomask(AF_INET, atoi(s + 1), &mask.s_addr) != 0) in setnodeaddr()
|
| D | ipnat_y.y | 955 ntomask($$.f, $3, (u_32_t *)&$$.m);
|
| /netbsd/src/external/bsd/ipf/dist/ |
| D | ipf.h | 300 extern int ntomask __P((int, int, u_32_t *));
|