Searched refs:remote_ip (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/io/ib/clients/iser/ |
H A D | iser.c | 370 ibt_ip_addr_t remote_ip, local_ip; in iser_path_exists() local 374 iser_ib_conv_sockaddr2ibtaddr(raddr, &remote_ip); in iser_path_exists() 377 status = iser_ib_get_paths(&local_ip, &remote_ip, &path, NULL); in iser_path_exists() 390 ibt_ip_addr_t remote_ip, local_ip; in iser_channel_alloc() local 392 iser_ib_conv_sockaddr2ibtaddr(raddr, &remote_ip); in iser_channel_alloc() 395 return (iser_ib_alloc_channel_pathlookup(&local_ip, &remote_ip)); in iser_channel_alloc()
|
H A D | iser_ib.c | 319 iser_ib_get_paths(ibt_ip_addr_t *local_ip, ibt_ip_addr_t *remote_ip, in iser_ib_get_paths() argument 326 ipattr.ipa_dst_ip = remote_ip; in iser_ib_get_paths() 342 local_ip->un.ip4addr, remote_ip->un.ip4addr); in iser_ib_get_paths() 345 "IP[INADDR_ANY to %x]", remote_ip->un.ip4addr); in iser_ib_get_paths() 396 ibt_ip_addr_t *local_ip, ibt_ip_addr_t *remote_ip) in iser_ib_alloc_channel_pathlookup() argument 408 local_ip, remote_ip, &ibt_path, &path_src_ip); in iser_ib_alloc_channel_pathlookup() 414 (longlong_t)remote_ip->un.ip4addr, in iser_ib_alloc_channel_pathlookup() 439 (longlong_t)remote_ip->un.ip4addr, in iser_ib_alloc_channel_pathlookup() 448 (longlong_t)remote_ip->un.ip4addr, in iser_ib_alloc_channel_pathlookup() 454 chan->ic_remoteip = *remote_ip; in iser_ib_alloc_channel_pathlookup()
|
/titanic_44/usr/src/cmd/ssh/sshd/ |
H A D | auth-options.c | 175 const char *remote_ip = get_remote_ipaddr(); in auth_parse_options() local 202 if (match_host_and_ip(remote_host, remote_ip, in auth_parse_options() 208 pw->pw_name, remote_host, remote_ip); in auth_parse_options()
|
H A D | sshd.c | 828 const char *remote_ip; in main() local 1530 remote_ip = get_remote_ipaddr(); in main() 1550 verbose("Connection from %.500s port %d", remote_ip, remote_port); in main() 1681 verbose("Closing connection to %.100s", remote_ip); in main()
|
/titanic_44/usr/src/uts/common/sys/ib/clients/iser/ |
H A D | iser_ib.h | 178 ibt_ip_addr_t *local_ip, ibt_ip_addr_t *remote_ip, ibt_path_info_t *path, 182 ibt_ip_addr_t *local_ip, ibt_ip_addr_t *remote_ip);
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/nca/ |
H A D | ncab2clf.c | 591 char *remote_ip; in b2clf_buf() local 632 remote_ip = ip_dot_addr(r->remote_host, (char *)&ip_buf); in b2clf_buf() 647 ((remote_ip) ? remote_ip : "-"), in b2clf_buf()
|