Macros | Functions
test-tcp-create-socket-early.c File Reference
#include "uv.h"
#include "task.h"
#include <string.h>
Include dependency graph for test-tcp-create-socket-early.c:

Go to the source code of this file.

Macros

#define INVALID_FD   (-1)
 

Functions

static void on_connect (uv_connect_t *req, int status)
 
static void on_connection (uv_stream_t *server, int status)
 
static void tcp_connector (uv_loop_t *loop, uv_tcp_t *client, uv_connect_t *req)
 
static void tcp_listener (uv_loop_t *loop, uv_tcp_t *server)
 
 TEST_IMPL (tcp_create_early)
 
 TEST_IMPL (tcp_create_early_accept)
 
 TEST_IMPL (tcp_create_early_bad_bind)
 
 TEST_IMPL (tcp_create_early_bad_domain)
 

Macro Definition Documentation

◆ INVALID_FD

#define INVALID_FD   (-1)

Definition at line 30 of file test-tcp-create-socket-early.c.

Function Documentation

◆ on_connect()

static void on_connect ( uv_connect_t req,
int  status 
)
static

Definition at line 34 of file test-tcp-create-socket-early.c.

◆ on_connection()

static void on_connection ( uv_stream_t server,
int  status 
)
static

Definition at line 40 of file test-tcp-create-socket-early.c.

◆ tcp_connector()

static void tcp_connector ( uv_loop_t loop,
uv_tcp_t client,
uv_connect_t req 
)
static

Definition at line 77 of file test-tcp-create-socket-early.c.

◆ tcp_listener()

static void tcp_listener ( uv_loop_t loop,
uv_tcp_t server 
)
static

Definition at line 60 of file test-tcp-create-socket-early.c.

◆ TEST_IMPL() [1/4]

TEST_IMPL ( tcp_create_early  )

Definition at line 94 of file test-tcp-create-socket-early.c.

◆ TEST_IMPL() [2/4]

TEST_IMPL ( tcp_create_early_accept  )

Definition at line 198 of file test-tcp-create-socket-early.c.

◆ TEST_IMPL() [3/4]

TEST_IMPL ( tcp_create_early_bad_bind  )

Definition at line 136 of file test-tcp-create-socket-early.c.

◆ TEST_IMPL() [4/4]

TEST_IMPL ( tcp_create_early_bad_domain  )

Definition at line 181 of file test-tcp-create-socket-early.c.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:33