Searched refs:protoent (Results 26 - 50 of 59) sorted by relevance

123

/freebsd-current/sbin/ipfw/
H A Dnat.c571 struct protoent *protoent; local
583 protoent = getprotobyname(**av);
584 if (protoent == NULL)
587 r->proto = protoent->p_proto;
640 struct protoent *p;
H A Dipfw2.c932 struct protoent *pe = getprotobynumber(proto);
1035 struct protoent *pe = NULL;
1571 struct protoent *pe;
2417 struct protoent *pe;
3725 struct protoent *pe;
/freebsd-current/usr.sbin/ppp/
H A Dfilter.c134 ParseUdpOrTcp(int argc, char const *const *argv, const struct protoent *pe,
246 struct protoent *pe;
453 struct protoent *pe;
H A Dnat_cmd.c246 struct protoent *pe;
H A Dip.c184 struct protoent *pe;
/freebsd-current/sbin/ipf/libipf/
H A Dprintstate.c15 struct protoent *pr;
H A Dprintactivenat.c19 struct protoent *pproto;
H A Dprintfr.c19 struct protoent *p;
H A Dprintnat.c22 struct protoent *pr;
/freebsd-current/lib/libc/resolv/
H A Dres_mkupdate.c1024 struct protoent *pp;
1142 static struct protoent *
1146 static struct protoent prot;
1168 struct protoent *pp;
/freebsd-current/sbin/natd/
H A Dnatd.c1760 struct protoent *protoent; local
1772 protoent = getprotobyname(protoName);
1773 if (protoent == NULL)
1776 proto = protoent->p_proto;
/freebsd-current/sbin/ipf/ipsend/
H A Dipsend.c214 struct protoent *p;
/freebsd-current/sbin/ipf/common/
H A Dipf.h319 extern void printproto(struct protoent *, int, struct ipnat *);
/freebsd-current/lib/libipsec/
H A Dpfkey_dump.c580 struct protoent *ent;
/freebsd-current/usr.bin/getent/
H A Dgetent.c420 struct protoent *pe;
/freebsd-current/usr.bin/netstat/
H A Dmain.c885 struct protoent *p;
/freebsd-current/usr.bin/fstat/
H A Dfstat.c383 struct protoent *pe;
/freebsd-current/usr.bin/sockstat/
H A Dsockstat.c229 struct protoent *pent;
1370 struct protoent *prot;
/freebsd-current/sbin/ipf/ipfstat/
H A Dipfstat.c1207 struct protoent *proto;
1289 struct protoent *proto;
/freebsd-current/usr.sbin/traceroute/
H A Dtraceroute.c486 register struct protoent *pe;
2036 struct protoent *pe;
/freebsd-current/sbin/setkey/
H A Dparse.y735 struct protoent *ent;
/freebsd-current/contrib/ntp/sntp/libevent/
H A Devutil.c942 struct protoent *ent = getprotobynumber(proto);
/freebsd-current/contrib/ldns/
H A Dstr2host.c1098 struct protoent *proto = NULL;
/freebsd-current/sbin/ipf/iplang/
H A Diplang_y.y839 struct protoent *pr;
/freebsd-current/contrib/libevent/
H A Devutil.c942 struct protoent *ent = getprotobynumber(proto);

Completed in 235 milliseconds

123