Home
last modified time | relevance | path

Searched refs:function (Results 1 – 19 of 19) sorted by relevance

/lib/liblwip/src/api/
Dtcpip.c94 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()
Dapi_lib.c75 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 …]
Dnetifapi.c107 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/
Drawapi.txt81 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 …]
Dsys_arch.txt78 (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 …]
Dsnmp_agent.txt71 The following function calls must be made in your program to
107 when it's queried (any function which need "sysuptime" have to call
Dcontrib.txt20 5. no space between function and opening bracket.
/lib/libc/
Dcrti.S29 .type _init,@function
36 .type _fini,@function
Dexit.c17 atexit(void (*function)(void)) in atexit()
22 _atexits[_atexit_count].cb = function; in atexit()
/lib/liblwip/src/include/lwip/
Dtcpip.h101 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
Dnetif.h306 …define netif_set_igmp_mac_filter(netif, function) do { if((netif) != NULL) { (netif)->igmp_mac_fil… argument
Dnetifapi.h70 void (* function)(struct netifapi_msg_msg *msg); member
Dapi_msg.h125 void (* function)(struct api_msg_msg *msg); member
/sys/amd64/include/
Dasm.h6 .type fname, @function; \
/include/
Dstdlib.h11 int atexit(void (*function)(void));
/lib/liblwip/
DCHANGELOG60 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 …]
DUPGRADING23 * 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/
Dsys_arch.c128 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/
DDoxyfile126 # 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 …]