Home
last modified time | relevance | path

Searched refs:CONN_WELCOME_LEN_MAX (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/examples/ip_pipeline/
H A Dconn.h12 #ifndef CONN_WELCOME_LEN_MAX
13 #define CONN_WELCOME_LEN_MAX 1024 macro
H A Dconn.c66 conn->welcome = calloc(1, CONN_WELCOME_LEN_MAX + 1); in conn_init()
118 strncpy(conn->welcome, p->welcome, CONN_WELCOME_LEN_MAX); in conn_init()
/f-stack/dpdk/drivers/net/softnic/
H A Dconn.h12 #ifndef CONN_WELCOME_LEN_MAX
13 #define CONN_WELCOME_LEN_MAX 1024 macro
H A Dconn.c67 conn->welcome = calloc(1, CONN_WELCOME_LEN_MAX + 1); in softnic_conn_init()
119 strncpy(conn->welcome, p->welcome, CONN_WELCOME_LEN_MAX); in softnic_conn_init()
/f-stack/dpdk/examples/pipeline/
H A Dconn.h12 #ifndef CONN_WELCOME_LEN_MAX
13 #define CONN_WELCOME_LEN_MAX 1024 macro
H A Dconn.c67 conn->welcome = calloc(1, CONN_WELCOME_LEN_MAX + 1); in conn_init()
119 strncpy(conn->welcome, p->welcome, CONN_WELCOME_LEN_MAX); in conn_init()