Searched refs:load_poolnode (Results 1 – 5 of 5) sorted by relevance
/freebsd/sbin/ipf/libipf/ |
H A D | load_pool.c | 58 load_poolnode(plp->ipo_unit, pool.ipo_name, in load_pool()
|
H A D | load_poolnode.c | 18 load_poolnode(int role, char *name, ip_pool_node_t *node, int ttl, in load_poolnode() function
|
H A D | Makefile | 22 load_http.c load_pool.c load_poolnode.c load_url.c \
|
/freebsd/sbin/ipf/common/ |
H A D | ipf.h | 259 extern int load_poolnode(int, char *, ip_pool_node_t *, int, ioctlfunc_t);
|
/freebsd/sbin/ipf/ippool/ |
H A D | ippool.c | 231 err = load_poolnode(role, poolname, &pnode, ttl, ioctl); in poolnodecommand()
|