Home
last modified time | relevance | path

Searched refs:remove_hashnode (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sbin/ipf/libipf/
H A Dremove_hashnode.c19 remove_hashnode(int unit, char *name, iphtent_t *node, ioctlfunc_t iocfunc) in remove_hashnode() function
H A DMakefile41 printtqtable.c printtunable.c printunit.c remove_hash.c remove_hashnode.c \
/freebsd-13.1/contrib/ipfilter/lib/
H A DMakefile128 $(DEST)/remove_hashnode.o \
402 $(DEST)/remove_hashnode.o: $(LIBSRC)/remove_hashnode.c $(INCDEP) \
404 $(CC) $(CCARGS) -c $(LIBSRC)/remove_hashnode.c -o $@
/freebsd-13.1/sbin/ipf/common/
H A Dipf.h337 extern int remove_hashnode(int, char *, struct iphtent_s *, ioctlfunc_t);
/freebsd-13.1/sbin/ipf/ippool/
H A Dippool.c240 err = remove_hashnode(role, poolname, &hnode, ioctl); in poolnodecommand()