Lines Matching refs:function
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
157 Specified the callback function that should be called when a new
168 The tcp_connect() function returns immediately; it does not wait for
170 function specified as the fourth argument (the "connected" argument)
174 callback function of this pcb (registered with tcp_err, see below)
177 The tcp_connect() function can return ERR_MEM if no memory is
179 enqueued successfully, the tcp_connect() function returns ERR_OK.
187 callback function.
203 The tcp_write() function will fail and return ERR_MEM if the length
207 be retrieved with the tcp_sndbuf() function.
209 The proper way to use this function is to call the function with at
210 most tcp_sndbuf() bytes of data. If the function returns ERR_MEM,
218 Specifies the callback function that should be called when data has
220 host. The len argument passed to the callback function gives the
227 callback function is called when new data arrives. When the
229 function to indicate that TCP can advertise increase the receive
236 Sets the callback function that will be called when new data
237 arrives. The callback function will be passed a NULL pbuf to
239 there are no errors and the callback function is to return
253 specified callback function. This can be used either as a watchdog
264 Specifies the polling interval and the callback function that should
275 Closes the connection. The function may return ERR_MEM if no memory
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.
301 The error callback function does not get the pcb passed to it as a
308 system. During system initialization, the function tcp_init() has
309 to be called before any other TCP function is called. When the system
336 address. The function currently always return ERR_OK.
341 Sets the remote end of the pcb. This function does not generate any
346 Remove the remote end of the pcb. This function does not generate
360 Specifies a callback function that should be called when a UDP
427 The init function pointer must point to a initialization function for
439 For ethernet drivers, the input function pointer must point to the lwip
440 function ethernet_input() declared in "netif/etharp.h". Other drivers
449 When the netif is fully configured this function must be called.
464 function with the #define LWIP_CHKSUM <your_checksum_routine>.
467 craft an assembly function for this. RFC1071 is a good