/lib/liblwip/src/api/ |
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()
|
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() 224 msg.function = do_disconnect; in netconn_disconnect() 252 msg.function = do_listen; in netconn_listen_with_backlog() 316 msg.function = do_recv; in netconn_accept() 383 msg.function = do_recv; in netconn_recv_data() 526 msg.function = do_recv; in netconn_recved() [all …]
|
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()
|
/lib/liblwip/doc/ |
D | rawapi.txt | 81 C function that is called from within the TCP/IP code. Every callback 82 function is passed the current TCP or UDP connection state as an 87 The function for setting the application connection state is: 102 tcp_new() function. This PCB can then be either set to listen for new 117 If another connection is bound to the same port, the function will 123 incoming connection is accepted, the function specified with the 124 tcp_accept() function will be called. The pcb will have to be bound 125 to a local port with the tcp_bind() function. 127 The tcp_listen() function returns a new connection identifier, and 128 the one passed as an argument to the function will be [all …]
|
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. 88 This may also be a define, in which case the function is not prototyped. 94 sys_sem_free() is always called before calling this function! 95 This may also be a define, in which case the function is not prototyped. 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 = 133 The return values are the same as for the sys_arch_sem_wait() function: [all …]
|
D | snmp_agent.txt | 71 The following function calls must be made in your program to 107 when it's queried (any function which need "sysuptime" have to call
|
D | contrib.txt | 20 5. no space between function and opening bracket.
|
/lib/libc/ |
D | crti.S | 29 .type _init,@function 36 .type _fini,@function
|
D | exit.c | 17 atexit(void (*function)(void)) in atexit() 22 _atexits[_atexit_count].cb = function; in atexit()
|
/lib/liblwip/src/include/lwip/ |
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
|
D | netif.h | 306 …define netif_set_igmp_mac_filter(netif, function) do { if((netif) != NULL) { (netif)->igmp_mac_fil… argument
|
D | netifapi.h | 70 void (* function)(struct netifapi_msg_msg *msg); member
|
D | api_msg.h | 125 void (* function)(struct api_msg_msg *msg); member
|
/sys/amd64/include/ |
D | asm.h | 6 .type fname, @function; \
|
/include/ |
D | stdlib.h | 11 int atexit(void (*function)(void));
|
/lib/liblwip/ |
D | CHANGELOG | 60 function instead of only checking for one VLAN (define ETHARP_VLAN_CHECK_FN) 323 * dhcp.c/.h: Added a function to deallocate the struct dhcp from a netif 371 * ip.c: Inline generating IP checksum to save a function call 383 etharp_query to prevent unnecessary function calls (inspired by 410 by not allocating a netbuf): added function netconn_recv_tcp_pbuf() 411 for tcp netconns to receive pbufs, not netbufs; use that function 459 * timers.c/.h: Added function sys_restart_timeouts() from patch #7085 475 * netif.h: Added function-like macros to get/set the hostname on a netif 684 * timers.c remove unportable printing of C function pointers 827 * mem.h: Fixed bug #28866 (mem_realloc function defined in mem.h) [all …]
|
D | UPGRADING | 23 * When calling tcp_abort() from a raw API TCP callback function, 114 Define LWIP_CHKSUM_COPY to a memcpy-like function that returns the checksum
|
/lib/liblwip/src/arch/ |
D | sys_arch.c | 128 sys_thread_new(const char *name, lwip_thread_fn function, void *arg, int stacksize, int prio) in sys_thread_new() argument 140 function, in sys_thread_new()
|
/docs/ |
D | Doxyfile | 126 # description of a member or function before the detailed description 585 # documentation blocks found inside the body of a function. If set to NO, these 586 # blocks will be appended to the function's detailed documentation block. 705 # type resolution of all parameters of a function it will reject a match between 706 # the prototype and the implementation of a member function even if there is 840 # a documented function twice, or documenting parameters that don't exist or 847 # function parameter documentation. If set to NO, doxygen will accept that some 1177 # If the REFERENCES_RELATION tag is set to YES then for each documented function 1178 # all documented entities called/used by that function will be listed. 1244 # tag works for classes, function and member names. The entity will be placed in [all …]
|