Home
last modified time | relevance | path

Searched refs:server_address (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_subr.c237 res.server_address.address_type = IP_ADDR_TYPE; in bootparamproc_getfile_1()
238 (void) memset(&res.server_address.bp_address_u.ip_addr, 0, in bootparamproc_getfile_1()
239 sizeof (res.server_address.bp_address_u.ip_addr)); in bootparamproc_getfile_1()
256 res.server_address.address_type = IP_ADDR_TYPE; in bootparamproc_getfile_1()
257 (void) memcpy(&res.server_address.bp_address_u.ip_addr, in bootparamproc_getfile_1()
258 &addr, sizeof (res.server_address.bp_address_u.ip_addr)); in bootparamproc_getfile_1()
271 (void) memcpy(&in.s_addr, &res->server_address.bp_address_u.ip_addr, in getf_printres()
H A Dbootparam_prot_xdr.c144 if (!xdr_bp_address(xdrs, &objp->server_address)) { in xdr_bp_getfile_res()
/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dbootparams.c337 switch (res.server_address.address_type) { in getfile()
344 bcopy((caddr_t)&res.server_address.bp_address_u.ip_addr, in getfile()
349 res.server_address.address_type); in getfile()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c819 char *server_name, struct netbuf *server_address, char *server_path) in getfile() argument
842 if (cacheinfo(server_name, SYS_NMLN, server_address, in getfile()
920 switch (res.server_address.address_type) { in getfile()
926 ((struct sockaddr_in *)server_address->buf)->sin_family = in getfile()
928 bcopy(&res.server_address.bp_address.ip_addr, in getfile()
933 ((struct sockaddr_in *)server_address->buf)->sin_addr.s_addr = in getfile()
935 server_address->len = sizeof (struct sockaddr_in); in getfile()
940 res.server_address.address_type); in getfile()
1269 struct netbuf *server_address, char *rootpath, int pathlen) in cacheinfo() argument
1290 sin = (struct sockaddr_in *)server_address->buf; in cacheinfo()
[all …]
H A Dbootparam_xdr.c109 if (!xdr_bp_address(xdrs, &objp->server_address)) in xdr_bp_getfile_res()
/titanic_41/usr/src/head/rpcsvc/
H A Dbootparam_prot.x82 bp_address server_address; member
/titanic_41/usr/src/uts/common/rpc/
H A Dbootparam.h91 bp_address server_address; member
/titanic_41/usr/src/lib/librpcsvc/common/
H A Dbootparam_prot.h89 bp_address server_address; member
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/
H A Dkssladm_create.c928 parse_and_set_addr(char *server_address, char *server_port, in parse_and_set_addr() argument
938 if (server_address == NULL) { in parse_and_set_addr()
944 if ((hp = (getipnodebyname(server_address, AF_INET6, in parse_and_set_addr()
947 server_address); in parse_and_set_addr()