Searched refs:client_address (Results 1 – 9 of 9) sorted by relevance
80 if (argp->client_address.address_type != IP_ADDR_TYPE) { in bootparamproc_whoami_1()83 argp->client_address.address_type); in bootparamproc_whoami_1()87 (void) memcpy(&clnt_addr, &argp->client_address.bp_address_u.ip_addr, in bootparamproc_whoami_1()
102 if (!xdr_bp_address(xdrs, &objp->client_address)) { in xdr_bp_whoami_arg()
60 bp_address client_address; member
67 bp_address client_address; member
99 arg.client_address.address_type = IP_ADDR_TYPE; in whoami()103 (caddr_t)&arg.client_address.bp_address_u.ip_addr, in whoami()
65 bp_address client_address; member
415 req.client_address.address_type = IP_ADDR_TYPE;416 (void) memcpy(&req.client_address.bp_address_u.ip_addr, &lookupaddr,
77 return (xdr_bp_address(xdrs, &objp->client_address)); in xdr_bp_whoami_arg()
684 arg.client_address.address_type = IP_ADDR_TYPE; in whoami()686 &arg.client_address.bp_address.ip_addr, sizeof (struct in_addr)); in whoami()