Lines Matching defs:rp
55 ctl_transact(struct in_addr target, CTL_MSG tmsg, int type, CTL_RESPONSE *rp)
95 cc = recv(ctl_sockt, (char *)rp, sizeof (*rp), 0);
103 } while (nready > 0 && (rp->vers != TALK_VERSION ||
104 rp->type != type));
105 } while (rp->vers != TALK_VERSION || rp->type != type);
106 rp->id_num = ntohl(rp->id_num);
107 rp->addr.sa_family = ntohs(rp->addr.sa_family);