rpe               258 ext/net/netdb.c             struct protoent *rpe;
rpe               259 ext/net/netdb.c             getprotobyname_r(name, &pe, buf, bufsiz, &rpe);
rpe               260 ext/net/netdb.c             if (rpe != 0) break;
rpe               298 ext/net/netdb.c             struct protoent *rpe;
rpe               299 ext/net/netdb.c             getprotobynumber_r(number, &pe, buf, bufsiz, &rpe);
rpe               300 ext/net/netdb.c             if (rpe != 0) break;