Lines Matching refs:port
943 int port, in channel_open() argument
1003 sai->sin6_port = htons(port); in channel_open()
1012 sai->sin_port = htons(port); in channel_open()
1028 ch_log(channel, "Trying to connect to %s port %d", dst, port); in channel_open()
1046 server.sin_port = htons(port); in channel_open()
1063 ch_log(channel, "Trying to connect to %s port %d", hostname, port); in channel_open()
1086 channel->ch_port = port; in channel_open()
1305 int port; in channel_open_func() local
1344 port = strtol((char *)(p + 1), &rest, 10); in channel_open_func()
1345 if (*address == NUL || port <= 0 || port >= 65536 || *rest != NUL) in channel_open_func()
1372 channel = channel_open((char *)address, port, opt.jo_waittime, NULL); in channel_open_func()