Searched refs:load_poolnode (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/ipfilter/lib/ |
| H A D | load_poolnode.c | 19 load_poolnode(role, name, node, ttl, iocfunc) in load_poolnode() function
|
| H A D | load_pool.c | 61 load_poolnode(plp->ipo_unit, pool.ipo_name,
|
| 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-12.1/sbin/ipf/libipf/ |
| H A D | Makefile | 24 load_http.c load_pool.c load_poolnode.c load_url.c \
|
| /freebsd-12.1/contrib/ipfilter/ |
| H A D | ipf.h | 274 extern int load_poolnode __P((int, char *, ip_pool_node_t *, int, ioctlfunc_t));
|
| /freebsd-12.1/contrib/ipfilter/tools/ |
| H A D | ippool.c | 240 err = load_poolnode(role, poolname, &pnode, ttl, ioctl);
|