Home | History | Annotate | Download | only in src

Lines Matching defs:pr

6433   struct protoent *pr;
6436 if ((pr = getprotobyname("ip")) == NULL) {
6441 if (setsockopt(s, pr->p_proto, IP_RECVERR, (char *)&on, sizeof(on)) < 0) {