Home
last modified time | relevance | path

Searched refs:DFS_FD_MAX (Results 1 – 7 of 7) sorted by relevance

/nrf52832-nimble/rt-thread/components/dfs/include/
H A Ddfs.h27 #ifndef DFS_FD_MAX
28 #define DFS_FD_MAX 4 macro
/nrf52832-nimble/rt-thread/components/dfs/src/
H A Ddfs.c135 if (idx == fdt->maxfd && fdt->maxfd < DFS_FD_MAX) in fd_alloc()
142 cnt = cnt > DFS_FD_MAX? DFS_FD_MAX : cnt; in fd_alloc()
/nrf52832-nimble/rt-thread/include/libc/
H A Dlibc_fdset.h34 #define FD_SETSIZE DFS_FD_MAX
/nrf52832-nimble/
H A Drtconfig.h74 #define DFS_FD_MAX 16 macro
/nrf52832-nimble/rt-thread/components/net/sal_socket/include/
H A Dsal.h33 #define SAL_SOCKETS_NUM DFS_FD_MAX
/nrf52832-nimble/rt-thread/components/dfs/
H A DKconfig25 config DFS_FD_MAX config
/nrf52832-nimble/rt-thread/
H A DChangeLog.md184 * Change DFS FD to dynamic allocation mode. The maximum number of allocation is still DFS_FD_MAX.