Home
last modified time | relevance | path

Searched refs:SAL_SOCKETS_NUM (Results 1 – 3 of 3) sorted by relevance

/components/net/sal/include/
A Dsal_low_lvl.h34 #ifndef SAL_SOCKETS_NUM
35 #define SAL_SOCKETS_NUM DFS_FD_MAX macro
/components/net/sal/src/
A Dsal_socket.c81 static struct sal_netdev_res_table sal_dev_res_tbl[SAL_SOCKETS_NUM];
144 cn = SOCKET_TABLE_STEP_LEN < SAL_SOCKETS_NUM ? SOCKET_TABLE_STEP_LEN : SAL_SOCKETS_NUM; in sal_init()
503 if (idx == (int) st->max_socket && st->max_socket < SAL_SOCKETS_NUM) in socket_alloc()
510 cnt = cnt > SAL_SOCKETS_NUM ? SAL_SOCKETS_NUM : cnt; in socket_alloc()
1586 for(i = 0; i < SAL_SOCKETS_NUM; i++) in sal_getaddrinfo()
1596 RT_ASSERT((i < SAL_SOCKETS_NUM)); in sal_getaddrinfo()
1610 for(i = 0; i < SAL_SOCKETS_NUM; i++) in sal_freeaddrinfo()
1620 RT_ASSERT((i < SAL_SOCKETS_NUM)); in sal_freeaddrinfo()
/components/net/sal/
A DKconfig37 config SAL_SOCKETS_NUM config

Completed in 11 milliseconds