Searched refs:load_poolnode (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sbin/ipf/libipf/ |
| H A D | load_poolnode.c | 19 load_poolnode(int role, char *name, ip_pool_node_t *node, int ttl, in load_poolnode() function
|
| H A D | load_pool.c | 59 load_poolnode(plp->ipo_unit, pool.ipo_name, in load_pool()
|
| H A D | Makefile | 24 load_http.c load_pool.c load_poolnode.c load_url.c \
|
| /freebsd-13.1/contrib/ipfilter/lib/ |
| H A D | Makefile | 64 $(DEST)/load_poolnode.o \ 260 $(DEST)/load_poolnode.o: $(LIBSRC)/load_poolnode.c $(INCDEP) $(TOP)/ip_pool.h 261 $(CC) $(CCARGS) -c $(LIBSRC)/load_poolnode.c -o $@
|
| /freebsd-13.1/sbin/ipf/common/ |
| H A D | ipf.h | 266 extern int load_poolnode(int, char *, ip_pool_node_t *, int, ioctlfunc_t);
|
| /freebsd-13.1/sbin/ipf/ippool/ |
| H A D | ippool.c | 232 err = load_poolnode(role, poolname, &pnode, ttl, ioctl); in poolnodecommand()
|