Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/ipf/libipf/
H A Dremove_hash.c19 remove_hash(iphtable_t *iphp, ioctlfunc_t iocfunc) in remove_hash() function
H A DMakefile41 printtqtable.c printtunable.c printunit.c remove_hash.c remove_hashnode.c \
/freebsd-13.1/contrib/ipfilter/lib/
H A DMakefile127 $(DEST)/remove_hash.o \
399 $(DEST)/remove_hash.o: $(LIBSRC)/remove_hash.c $(INCDEP) \
401 $(CC) $(CCARGS) -c $(LIBSRC)/remove_hash.c -o $@
/freebsd-13.1/sbin/ipf/common/
H A Dipf.h336 extern int remove_hash(struct iphtable_s *, ioctlfunc_t);
/freebsd-13.1/sbin/ipf/ippool/
H A Dippool.c349 err = remove_hash(&iph, ioctl); in poolcommand()
358 err_h = remove_hash(&iph, ioctl); in poolcommand()