Searched refs:allocmbt (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/ipfilter/lib/
H A Dallocmbt.c6 * $Id: allocmbt.c,v 1.1.4.1 2012/07/22 08:04:24 darren_r Exp $
11 mb_t *allocmbt(size_t len) function
H A DMakefile14 $(DEST)/allocmbt.o \
159 $(DEST)/allocmbt.o: $(LIBSRC)/allocmbt.c $(INCDEP)
160 $(CC) $(CCARGS) -c $(LIBSRC)/allocmbt.c -o $@
/freebsd-13-stable/sbin/ipf/libipf/
H A DMakefile7 SRCS= addicmp.c addipopt.c alist_free.c alist_new.c allocmbt.c \
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h335 # define ALLOC_MB_T(m,l) (m) = allocmbt(l)
368 extern mb_t *allocmbt(size_t);
410 extern mb_t *allocmbt(size_t);

Completed in 123 milliseconds