Searched refs:geticmptype (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/ipfilter/lib/
H A Dgeticmptype.c10 int geticmptype(family, name) function
H A Dipft_tx.c307 ic->icmp_type = geticmptype(AF_INET, *cpp);
481 ic6->icmp6_type = geticmptype(AF_INET6, *cpp);
H A DMakefile34 $(DEST)/geticmptype.o \
199 $(DEST)/geticmptype.o: $(LIBSRC)/geticmptype.c $(INCDEP)
200 $(CC) $(CCARGS) -c $(LIBSRC)/geticmptype.c -o $@
/freebsd-11-stable/sbin/ipf/libipf/
H A DMakefile16 gethost.c getifname.c geticmptype.c \
/freebsd-11-stable/contrib/ipfilter/
H A Dipf.h224 extern int geticmptype(int, char *);
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipf_y.y1543 | YY_STR { $$ = geticmptype(frc->fr_family, $1);

Completed in 93 milliseconds