/components/net/lwip/lwip-2.1.2/src/include/lwip/ |
A D | tcpip.h | 82 err_t tcpip_try_callback(tcpip_callback_fn function, void *ctx); 83 err_t tcpip_callback(tcpip_callback_fn function, void *ctx); 87 …e tcpip_callback_with_block(function, ctx, block) ((block != 0)? tcpip_callback(function, ctx) : t… argument 89 struct tcpip_callback_msg* tcpip_callbackmsg_new(tcpip_callback_fn function, void *ctx);
|
A D | netif.h | 490 …define netif_set_igmp_mac_filter(netif, function) do { if((netif) != NULL) { (netif)->igmp_mac_fil… argument 496 #define netif_set_mld_mac_filter(netif, function) do { if((netif) != NULL) { (netif)->mld_mac_filte… argument
|
/components/net/lwip/lwip-2.1.2/src/api/ |
A D | tcpip.c | 162 msg->msg.api_msg.function(msg->msg.api_msg.msg); in tcpip_thread_handle_msg() 196 msg->msg.cb.function(msg->msg.cb.ctx); in tcpip_thread_handle_msg() 202 msg->msg.cb.function(msg->msg.cb.ctx); in tcpip_thread_handle_msg() 309 tcpip_callback(tcpip_callback_fn function, void *ctx) in tcpip_callback() argument 321 msg->msg.cb.function = function; in tcpip_callback() 345 tcpip_try_callback(tcpip_callback_fn function, void *ctx) in tcpip_try_callback() argument 357 msg->msg.cb.function = function; in tcpip_try_callback() 453 TCPIP_MSG_VAR_REF(msg).msg.api_msg.function = fn; in tcpip_send_msg_wait_sem() 496 TCPIP_MSG_VAR_REF(msg).msg.api_call.function = fn; in tcpip_api_call() 531 tcpip_callbackmsg_new(tcpip_callback_fn function, void *ctx) in tcpip_callbackmsg_new() argument [all …]
|
/components/net/lwip/lwip-1.4.1/src/api/ |
A D | tcpip.c | 94 msg->msg.apimsg->function(&(msg->msg.apimsg->msg)); in tcpip_thread() 116 msg->msg.netifapimsg->function(&(msg->msg.netifapimsg->msg)); in tcpip_thread() 135 msg->msg.cb.function(msg->msg.cb.ctx); in tcpip_thread() 141 msg->msg.cb.function(msg->msg.cb.ctx); in tcpip_thread() 211 tcpip_callback_with_block(tcpip_callback_fn function, void *ctx, u8_t block) in tcpip_callback_with_block() argument 222 msg->msg.cb.function = function; in tcpip_callback_with_block() 342 apimsg->function(&(apimsg->msg)); in tcpip_apimsg_lock() 393 netifapimsg->function(&(netifapimsg->msg)); in tcpip_netifapi_lock() 408 struct tcpip_callback_msg* tcpip_callbackmsg_new(tcpip_callback_fn function, void *ctx) in tcpip_callbackmsg_new() argument 415 msg->msg.cb.function = function; in tcpip_callbackmsg_new()
|
A D | api_lib.c | 75 msg.function = do_newconn; in netconn_new_with_proto_and_callback() 112 msg.function = do_delconn; in netconn_delete() 144 msg.function = do_getaddr; in netconn_getaddr() 173 msg.function = do_bind; in netconn_bind() 199 msg.function = do_connect; in netconn_connect() 252 msg.function = do_listen; in netconn_listen_with_backlog() 316 msg.function = do_recv; in netconn_accept() 526 msg.function = do_recv; in netconn_recved() 575 msg.function = do_send; in netconn_send() 618 msg.function = do_write; in netconn_write_partly() [all …]
|
A D | netifapi.c | 107 msg.function = do_netifapi_netif_add; in netifapi_netif_add() 132 msg.function = do_netifapi_netif_set_addr; in netifapi_netif_set_addr() 152 msg.function = do_netifapi_netif_common; in netifapi_netif_common()
|
/components/net/lwip/lwip-1.4.1/doc/ |
A D | rawapi.txt | 125 to a local port with the tcp_bind() function. 128 the one passed as an argument to the function will be 187 callback function. 207 be retrieved with the tcp_sndbuf() function. 209 The proper way to use this function is to call the function with at 279 function returns ERR_OK. 286 host. The pcb is deallocated. This function never fails. 296 function to be called is set using the tcp_err() function. 336 address. The function currently always return ERR_OK. 427 The init function pointer must point to a initialization function for [all …]
|
A D | sys_arch.txt | 78 (i.e., it was already signaled), the function may return zero. 80 Notice that lwIP implements a function with a similar name, 81 sys_sem_wait(), that uses the sys_arch_sem_wait() function. 94 sys_sem_free() is always called before calling this function! 115 Posts the "msg" to the mailbox. This function have to block until 127 the sys_arch_sem_wait() function). If "timeout" is 0, the thread should 129 parameter that is set by the function (i.e., by doing "*msg = 137 Note that a function with a similar name, sys_mbox_fetch(), is 147 function-like macro in sys_arch.h instead of a normal function. For 164 sys_mbox_free() is always called before calling this function! [all …]
|
/components/net/lwip/lwip-2.0.3/src/api/ |
A D | tcpip.c | 112 msg->msg.api_msg.function(msg->msg.api_msg.msg); in tcpip_thread() 116 msg->msg.api_call.arg->err = msg->msg.api_call.function(msg->msg.api_call.arg); in tcpip_thread() 144 msg->msg.cb.function(msg->msg.cb.ctx); in tcpip_thread() 150 msg->msg.cb.function(msg->msg.cb.ctx); in tcpip_thread() 234 tcpip_callback_with_block(tcpip_callback_fn function, void *ctx, u8_t block) in tcpip_callback_with_block() argument 246 msg->msg.cb.function = function; in tcpip_callback_with_block() 345 TCPIP_MSG_VAR_REF(msg).msg.api_msg.function = fn; in tcpip_send_msg_wait_sem() 388 TCPIP_MSG_VAR_REF(msg).msg.api_call.function = fn; in tcpip_api_call() 415 tcpip_callbackmsg_new(tcpip_callback_fn function, void *ctx) in tcpip_callbackmsg_new() argument 422 msg->msg.cb.function = function; in tcpip_callbackmsg_new()
|
/components/net/lwip/lwip-2.0.3/doc/ |
A D | sys_arch.txt | 77 (i.e., it was already signaled), the function may return zero. 79 Notice that lwIP implements a function with a similar name, 80 sys_sem_wait(), that uses the sys_arch_sem_wait() function. 93 sys_sem_free() is always called before calling this function! 127 sys_mutex_free() is always called before calling this function! 148 Posts the "msg" to the mailbox. This function have to block until 162 parameter that is set by the function (i.e., by doing "*msg = 170 Note that a function with a similar name, sys_mbox_fetch(), is 180 function-like macro in sys_arch.h instead of a normal function. For 197 sys_mbox_free() is always called before calling this function! [all …]
|
A D | rawapi.txt | 155 to a local port with the tcp_bind() function. 158 the one passed as an argument to the function will be 208 callback function. 228 be retrieved with the tcp_sndbuf() function. 230 The proper way to use this function is to call the function with at 300 function returns ERR_OK. 317 function to be called is set using the tcp_err() function. 346 address. The function currently always return ERR_OK. 399 The init function pointer must point to a initialization function for 431 netif is fully configured this function must be called. [all …]
|
/components/libc/cplusplus/cpp11/gcc/ |
A D | mutex.cpp | 18 function<void()> once_functor; 42 function<void()> once_call = std::move(once_functor); in once_proxy()
|
/components/net/lwip/lwip-1.4.1/src/include/lwip/ |
A D | tcpip.h | 101 err_t tcpip_callback_with_block(tcpip_callback_fn function, void *ctx, u8_t block); 104 struct tcpip_callback_msg* tcpip_callbackmsg_new(tcpip_callback_fn function, void *ctx); 148 tcpip_callback_fn function; member
|
A D | netif.h | 314 …define netif_set_igmp_mac_filter(netif, function) do { if((netif) != NULL) { (netif)->igmp_mac_fil… argument
|
/components/net/lwip/lwip-2.0.3/src/include/lwip/priv/ |
A D | tcpip_priv.h | 127 tcpip_callback_fn function; member 131 tcpip_api_call_fn function; member 141 tcpip_callback_fn function; member
|
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/ |
A D | tcpip_priv.h | 134 tcpip_callback_fn function; member 138 tcpip_api_call_fn function; member 151 tcpip_callback_fn function; member
|
/components/net/lwip/lwip-2.0.3/src/include/lwip/ |
A D | tcpip.h | 80 err_t tcpip_callback_with_block(tcpip_callback_fn function, void *ctx, u8_t block); 87 struct tcpip_callback_msg* tcpip_callbackmsg_new(tcpip_callback_fn function, void *ctx);
|
A D | netif.h | 436 …define netif_set_igmp_mac_filter(netif, function) do { if((netif) != NULL) { (netif)->igmp_mac_fil… argument 442 #define netif_set_mld_mac_filter(netif, function) do { if((netif) != NULL) { (netif)->mld_mac_filte… argument
|
/components/drivers/include/ipc/ |
A D | waitqueue.h | 54 #define DEFINE_WAIT_FUNC(name, function) \ argument 58 function, \
|
/components/net/lwip/lwip-1.4.1/ |
A D | README.md | 2 …n lwIP, so it need to make some changes in the lwIP netwrok status and address operations function. 9 - sockets.c: custom 'select' function implementation in RT-Thread by the wait queue mode.
|
/components/fal/docs/ |
A D | fal_api_en.md | 109 This function can create the corresponding block device according to the specified partition name, … 122 This function can create the corresponding MTD Nor Flash device according to the specified partitio… 135 …function can create the corresponding character device according to the specified partition name t…
|
/components/net/lwip/lwip-2.0.3/ |
A D | README.md | 9 …n lwIP, so it need to make some changes in the lwIP netwrok status and address operations function. 16 - sockets.c: custom 'select' function implementation in RT-Thread by the wait queue mode.
|
/components/legacy/fdt/ |
A D | Kconfig | 12 bool "Using fdt debug function"
|
/components/drivers/sensor/v1/ |
A D | sensor_cmd.c | 177 MSH_CMD_EXPORT(sensor_fifo, Sensor fifo mode test function); 241 MSH_CMD_EXPORT(sensor_int, Sensor interrupt mode test function); 290 MSH_CMD_EXPORT(sensor_polling, Sensor polling mode test function); 535 MSH_CMD_EXPORT(sensor, sensor test function);
|
/components/drivers/ktime/ |
A D | README.md | 22 …aarch64 与 riscv64 平台,例如 stm32 等平台需要在自己的 bsp 里面进行适配(boottime 里面函数都为 weak function),需要注意 tick 从中断到设置…
|