Searched refs:client_address (Results 1 – 9 of 9) sorted by relevance
81 if (argp->client_address.address_type != IP_ADDR_TYPE) { in bootparamproc_whoami_1()84 argp->client_address.address_type); in bootparamproc_whoami_1()88 (void) memcpy(&clnt_addr, &argp->client_address.bp_address_u.ip_addr, in bootparamproc_whoami_1()
105 if (!xdr_bp_address(xdrs, &objp->client_address)) { in xdr_bp_whoami_arg()
66 bp_address client_address; member
69 bp_address client_address; member
67 bp_address client_address; member
101 arg.client_address.address_type = IP_ADDR_TYPE; in whoami()105 (caddr_t)&arg.client_address.bp_address_u.ip_addr, in whoami()
79 return (xdr_bp_address(xdrs, &objp->client_address)); in xdr_bp_whoami_arg()
682 arg.client_address.address_type = IP_ADDR_TYPE; in whoami()684 &arg.client_address.bp_address.ip_addr, sizeof (struct in_addr)); in whoami()
419 req.client_address.address_type = IP_ADDR_TYPE;420 (void) memcpy(&req.client_address.bp_address_u.ip_addr, &lookupaddr,