Home
last modified time | relevance | path

Searched defs:port (Results 1 – 3 of 3) sorted by relevance

/libuv/test/
H A Decho-server.c251 static int tcp4_echo_start(int port) { in tcp4_echo_start()
285 static int tcp6_echo_start(int port) { in tcp6_echo_start()
320 static int udp4_echo_start(int port) { in udp4_echo_start()
H A Dtest-getnameinfo.c31 static const int port = 80; variable
/libuv/src/
H A Duv-common.c254 int uv_ip4_addr(const char* ip, int port, struct sockaddr_in* addr) { in uv_ip4_addr()
265 int uv_ip6_addr(const char* ip, int port, struct sockaddr_in6* addr) { in uv_ip6_addr()

Completed in 20 milliseconds