Home
last modified time | relevance | path

Searched refs:connect_to (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/isns/isnsd/
H A Disns_scn.h119 int connect_to(int, in_addr_t, in6_addr_t *, uint32_t);
H A Desi.c1352 so = connect_to(p->sz, p->ip4, p->ip6, p->esip); in esi_monitor()
H A Dscn.c1564 connect_to( in connect_to() function
1649 so = connect_to(p->sz, p->ip.in, p->ip.in6, p->port); in emit_scn()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c2518 connect_to(const char *host, u_short port) in connect_to() function
2576 return connect_to( in channel_connect_by_listen_address()
2603 return connect_to(host, port); in channel_connect_to()