Home
last modified time | relevance | path

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

/third_party/lwip/src/core/distributed_net/
H A Ddistributed_net.c53 static int try_connect_to_local_tcp_server(u16_t tcp_port) in try_connect_to_local_tcp_server() argument
57 INIT_SOCK_ADDR(&addr, LOCAL_SERVER_IP, tcp_port); in try_connect_to_local_tcp_server()
114 int enable_distributed_net(u16_t tcp_port, u16_t udp_port) in enable_distributed_net() argument
118 if (get_local_tcp_server_port() == tcp_port && get_local_udp_server_port() == udp_port) { in enable_distributed_net()
126 if (try_connect_to_local_tcp_server(tcp_port) < 0) { in enable_distributed_net()
133 g_local_tcp_server_port = tcp_port; in enable_distributed_net()
/third_party/node/deps/cares/src/lib/
H A Dares_update_servers.c59 unsigned short tcp_port; member
308 sconfig->tcp_port = sconfig->udp_port; in parse_nameserver()
376 unsigned short tcp_port, in ares__sconfig_append()
406 s->tcp_port = tcp_port; in ares__sconfig_append()
485 status = ares__sconfig_append(sconfig, &s.addr, s.udp_port, s.tcp_port, in ares__sconfig_append_fromstr()
504 unsigned short port = is_tcp ? s->tcp_port : s->udp_port; in ares__sconfig_get_port()
507 port = is_tcp ? channel->tcp_port : channel->udp_port; in ares__sconfig_get_port()
530 if (server->tcp_port != ares__sconfig_get_port(channel, s, ARES_TRUE)) { in ares__server_find()
588 server->tcp_port in ares__server_create()
373 ares__sconfig_append(ares__llist_t **sconfig, const struct ares_addr *addr, unsigned short udp_port, unsigned short tcp_port, const char *ll_iface) ares__sconfig_append() argument
[all...]
H A Dares_options.c137 options->tcp_port = channel->tcp_port; in ares_save_options()
347 channel->tcp_port = options->tcp_port; in ares__init_by_options()
H A Dares__socket.c257 if ((is_tcp && server->tcp_port == 53) || in ares__open_connection()
269 saddr.sa4.sin_port = htons(is_tcp ? server->tcp_port : server->udp_port); in ares__open_connection()
278 saddr.sa6.sin6_port = htons(is_tcp ? server->tcp_port : server->udp_port); in ares__open_connection()
H A Dares_private.h169 unsigned short tcp_port; /* host byte order */ member
244 unsigned short tcp_port; /* stored in network order */ member
470 unsigned short tcp_port,
/third_party/pulseaudio/src/modules/dbus/
H A Dmodule-dbus-protocol.c47 "tcp_port=<port number> "
65 uint32_t tcp_port; member
93 "tcp_port",
464 address = pa_sprintf_malloc("tcp:host=%s,port=%u", u->tcp_listen, u->tcp_port); in start_tcp_server()
529 u->tcp_port = PA_DBUS_DEFAULT_PORT; in pa__init()
536 if (pa_modargs_get_value_u32(ma, "tcp_port", &u->tcp_port) < 0 || u->tcp_port < 1 || u->tcp_port > 49150) { in pa__init()
537 pa_log("Invalid tcp_port argumen in pa__init()
[all...]
/third_party/ltp/testcases/network/netstress/
H A Dnetstress.c81 static char *tcp_port; variable
474 SAFE_GETADDRINFO(server_addr, tcp_port, &hints, &remote_addrinfo); in client_init()
664 if (!source_addr && !tcp_port) in server_init()
665 tcp_port = "0"; in server_init()
669 SAFE_GETADDRINFO(src_addr ? src_addr : source_addr, tcp_port, in server_init()
897 server_addr, tcp_port); in setup()
1007 {"g:", &tcp_port, "Server port"},
/third_party/lwip/src/include/lwip/distributed_net/
H A Ddistributed_net.h77 int enable_distributed_net(u16_t tcp_port, u16_t udp_port);
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dtransport.cc24 SocketBinding SocketBinding::Bind(uint16_t tcp_port) { in Bind() argument
36 sockaddr.sin_port = htons(tcp_port); in Bind()
H A Dtransport.h58 static SocketBinding Bind(uint16_t tcp_port);
/third_party/lwip/src/core/
H A Dtcp.c162 static volatile u16_t tcp_port = TCP_LOCAL_PORT_RANGE_START; variable
218 tcp_port = TCP_ENSURE_LOCAL_PORT_RANGE(LWIP_RAND()); in tcp_init()
1184 tcp_port++;
1185 if (tcp_port == TCP_LOCAL_PORT_RANGE_END) {
1186 tcp_port = TCP_LOCAL_PORT_RANGE_START;
1191 if (pcb->local_port == tcp_port) {
1200 return tcp_port;
/third_party/cares/include/
H A Dares.h265 unsigned short tcp_port; member
725 int tcp_port; member
/third_party/node/deps/cares/include/
H A Dares.h321 unsigned short tcp_port; /* host byte order */ member
747 int tcp_port; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Ddpp_supplicant.c442 int tcp_port = DPP_TCP_PORT; in wpas_dpp_auth_init() local
461 pos = os_strstr(cmd, " tcp_port="); in wpas_dpp_auth_init()
464 tcp_port = atoi(pos); in wpas_dpp_auth_init()
548 return dpp_tcp_init(wpa_s->dpp, auth, &ipaddr, tcp_port); in wpas_dpp_auth_init()
2318 pos = os_strstr(cmd, " tcp_port="); in wpas_dpp_controller_start()
2321 config.tcp_port = atoi(pos); in wpas_dpp_controller_start()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.h277 int tcp_port; member
H A Ddpp.c10025 port = config->tcp_port ? config->tcp_port : DPP_TCP_PORT; in dpp_controller_start()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Ddpp_hostapd.c557 int tcp_port = DPP_TCP_PORT; in hostapd_dpp_auth_init() local
574 pos = os_strstr(cmd, " tcp_port="); in hostapd_dpp_auth_init()
577 tcp_port = atoi(pos); in hostapd_dpp_auth_init()
665 &ipaddr, tcp_port, hapd->conf->dpp_name, in hostapd_dpp_auth_init()
2366 pos = os_strstr(cmd, " tcp_port="); in hostapd_dpp_controller_start()
2369 config.tcp_port = atoi(pos); in hostapd_dpp_controller_start()
/third_party/node/deps/cares/src/tools/
H A Dadig.c217 config->options.tcp_port = in read_cmdline()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp.h397 int tcp_port; member
H A Ddpp_tcp.c1694 port = config->tcp_port ? config->tcp_port : DPP_TCP_PORT; in dpp_controller_start()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Ddpp_supplicant.c756 int tcp_port = DPP_TCP_PORT; in wpas_dpp_auth_init() local
775 pos = os_strstr(cmd, " tcp_port="); in wpas_dpp_auth_init()
778 tcp_port = atoi(pos); in wpas_dpp_auth_init()
875 return dpp_tcp_init(wpa_s->dpp, auth, &ipaddr, tcp_port, in wpas_dpp_auth_init()
3493 pos = os_strstr(cmd, " tcp_port="); in wpas_dpp_controller_start()
3496 config.tcp_port = atoi(pos); in wpas_dpp_controller_start()
/third_party/node/src/
H A Dcares_wrap.cc814 servers[0].tcp_port != 0 || in EnsureServers()
1732 cur->tcp_port = cur->udp_port = port; in SetServers()

Completed in 42 milliseconds