Searched refs:inet_connect (Results 1 – 1 of 1) sorted by relevance
70 static int inet_connect(in_addr_t addr, int type, unsigned port) { in inet_connect() function96 return inet_connect(addr, SOCK_DGRAM, port); in udp_connect()104 return inet_connect(addr, SOCK_STREAM, port); in tcp_connect()
Completed in 1 milliseconds