Lines Matching defs:raddr
100 * If raddr->sin_port is 0 a binder on the remote machine
114 clntudp_bufcreate(raddr, program, version, wait, sockp, sendsz, recvsz)
115 struct sockaddr_in *raddr;
147 if (raddr->sin_port == 0) {
150 pmap_getport(raddr, program, version, IPPROTO_UDP)) == 0) {
153 raddr->sin_port = htons(port);
157 cu->cu_raddr = *raddr;
204 clntudp_create(raddr, program, version, wait, sockp)
205 struct sockaddr_in *raddr;
212 return (clntudp_bufcreate(raddr, program, version, wait, sockp,