Lines Matching refs:uv_tcp_t
64 static int new_socket(uv_tcp_t* handle, int domain, unsigned int flags) {
85 static int maybe_new_socket(uv_tcp_t* handle, int domain, unsigned int flags) {
113 int uv_tcp_init_ex(uv_loop_t* loop, uv_tcp_t* tcp, unsigned int flags) {
146 int uv_tcp_init(uv_loop_t* loop, uv_tcp_t* tcp) {
151 int uv__tcp_bind(uv_tcp_t* tcp,
272 uv_tcp_t* handle,
346 int uv_tcp_open(uv_tcp_t* handle, uv_os_sock_t sock) {
362 int uv_tcp_getsockname(const uv_tcp_t* handle,
376 int uv_tcp_getpeername(const uv_tcp_t* handle,
390 int uv_tcp_close_reset(uv_tcp_t* handle, uv_close_cb close_cb) {
415 int uv__tcp_listen(uv_tcp_t* tcp, int backlog, uv_connection_cb cb) {
562 int uv_tcp_nodelay(uv_tcp_t* handle, int on) {
580 int uv_tcp_keepalive(uv_tcp_t* handle, int on, unsigned int delay) {
595 * uv_tcp_t with an int that's almost never used...
602 int uv_tcp_simultaneous_accepts(uv_tcp_t* handle, int enable) {
607 void uv__tcp_close(uv_tcp_t* handle) {