Searched refs:tcp_port (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/crypto/openssh/
H A Dentropy.c71 * listening either on 'tcp_port', or via Unix domain socket at *
73 * Either a non-zero tcp_port or a non-null socket_path must be
79 unsigned short tcp_port, char *socket_path)
89 if (socket_path == NULL && tcp_port == 0)
99 if (tcp_port != 0) {
102 addr_in->sin_port = htons(tcp_port);
124 if (tcp_port != 0) {
126 tcp_port, strerror(errno));
78 get_random_bytes_prngd(unsigned char *buf, int len, unsigned short tcp_port, char *socket_path) argument
/freebsd-12-stable/contrib/libpcap/
H A Dnametoaddr.c311 int tcp_port = -1; local
347 tcp_port = ntohs(in4->sin_port);
353 tcp_port = ntohs(in6->sin6_port);
412 if (tcp_port >= 0) {
413 *port = tcp_port;
416 if (udp_port == tcp_port)
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c442 int tcp_port = DPP_TCP_PORT; local
461 pos = os_strstr(cmd, " tcp_port=");
464 tcp_port = atoi(pos);
548 return dpp_tcp_init(wpa_s->dpp, auth, &ipaddr, tcp_port);
2318 pos = os_strstr(cmd, " tcp_port=");
2321 config.tcp_port = atoi(pos);
/freebsd-12-stable/contrib/wpa/src/common/
H A Ddpp.h277 int tcp_port; member in struct:dpp_controller_config
H A Ddpp.c10025 port = config->tcp_port ? config->tcp_port : DPP_TCP_PORT;

Completed in 141 milliseconds