Searched refs:getproto (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dgetproto.c14 int getproto(name) function
H A Dparseipfexpr.c215 p = getproto(s);
H A DMakefile39 $(DEST)/getproto.o \
209 $(DEST)/getproto.o: $(LIBSRC)/getproto.c $(INCDEP)
210 $(CC) $(CCARGS) -c $(LIBSRC)/getproto.c -o $@
/freebsd-10.0-release/tools/regression/lib/libc/nss/
H A DMakefile3 TESTS= test-getaddr test-getgr test-gethostby test-getpw test-getproto\
/freebsd-10.0-release/lib/libc/net/
H A DMakefile.inc12 getproto.c getprotoent.c getprotoname.c getservent.c \
/freebsd-10.0-release/sbin/ipf/libipf/
H A DMakefile16 getnattype.c getport.c getportproto.c getproto.c getsumd.c \
/freebsd-10.0-release/contrib/ipfilter/
H A Dipf.h255 extern int getproto __P((char *));
/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dipmon_y.y206 $$->o_num = getproto($3);
H A Dipnat_y.y1151 | YY_STR { $$ = getproto($1);
H A Dipf_y.y743 int p = getproto($1);
H A Dipfstat.c380 protocol = getproto(optarg);

Completed in 86 milliseconds