Searched refs:server_address (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_subr.c | 236 res.server_address.address_type = IP_ADDR_TYPE; in bootparamproc_getfile_1() 237 (void) memset(&res.server_address.bp_address_u.ip_addr, 0, in bootparamproc_getfile_1() 238 sizeof (res.server_address.bp_address_u.ip_addr)); in bootparamproc_getfile_1() 255 res.server_address.address_type = IP_ADDR_TYPE; in bootparamproc_getfile_1() 256 (void) memcpy(&res.server_address.bp_address_u.ip_addr, in bootparamproc_getfile_1() 257 &addr, sizeof (res.server_address.bp_address_u.ip_addr)); in bootparamproc_getfile_1() 270 (void) memcpy(&in.s_addr, &res->server_address.bp_address_u.ip_addr, in getf_printres()
|
H A D | bootparam_prot_xdr.c | 141 if (!xdr_bp_address(xdrs, &objp->server_address)) { in xdr_bp_getfile_res()
|
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | bootparams.c | 335 switch (res.server_address.address_type) { in getfile() 342 bcopy((caddr_t)&res.server_address.bp_address_u.ip_addr, in getfile() 347 res.server_address.address_type); in getfile()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 821 char *server_name, struct netbuf *server_address, char *server_path) in getfile() argument 844 if (cacheinfo(server_name, SYS_NMLN, server_address, in getfile() 922 switch (res.server_address.address_type) { in getfile() 928 ((struct sockaddr_in *)server_address->buf)->sin_family = in getfile() 930 bcopy(&res.server_address.bp_address.ip_addr, in getfile() 935 ((struct sockaddr_in *)server_address->buf)->sin_addr.s_addr = in getfile() 937 server_address->len = sizeof (struct sockaddr_in); in getfile() 942 res.server_address.address_type); in getfile() 1332 struct netbuf *server_address, char *rootpath, int pathlen) in cacheinfo() argument 1353 sin = (struct sockaddr_in *)server_address->buf; in cacheinfo() [all …]
|
H A D | bootparam_xdr.c | 107 if (!xdr_bp_address(xdrs, &objp->server_address)) in xdr_bp_getfile_res()
|
/illumos-gate/usr/src/head/rpcsvc/ |
H A D | bootparam_prot.x | 76 bp_address server_address; member
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | bootparam.h | 89 bp_address server_address; member
|
/illumos-gate/usr/src/lib/librpcsvc/common/ |
H A D | bootparam_prot.h | 87 bp_address server_address; member
|