Searched refs:clnt_addr (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_subr.c | 74 struct in_addr clnt_addr; in bootparamproc_whoami_1() local 88 (void) memcpy(&clnt_addr, &argp->client_address.bp_address_u.ip_addr, in bootparamproc_whoami_1() 89 sizeof (clnt_addr)); in bootparamproc_whoami_1() 90 hp = gethostbyaddr((char *)&clnt_addr, sizeof (clnt_addr), AF_INET); in bootparamproc_whoami_1() 94 inet_ntoa(clnt_addr)); in bootparamproc_whoami_1() 136 route_addr.s_addr = get_ip_route(clnt_addr); in bootparamproc_whoami_1()
|
/titanic_50/usr/src/lib/libnsl/nss/ |
H A D | netdir_inet_sundry.c | 509 uint32_t mask, netmask, clnt_addr, if_addr; in get_best_match() local 515 clnt_addr = ntohl(addr.s_addr); /* host order */ in get_best_match() 561 if ((netmask & clnt_addr) == (netmask & if_addr)) { in get_best_match()
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | isns_client.c | 2985 } clnt_addr = { 0 }; in isns_service_esi_scn() local 3016 clnt_len = sizeof (clnt_addr); in isns_service_esi_scn() 3020 listening_so, &clnt_addr.sin, &clnt_len); in isns_service_esi_scn()
|
/titanic_50/usr/src/uts/common/inet/kssl/ |
H A D | ksslrec.c | 829 #define SET_HASH_INDEX(index, s, clnt_addr) { \ argument 832 IN6_V4MAPPED_TO_IPADDR(clnt_addr, addr); \
|