Lines Matching full:passed
112 function is passed the current TCP or UDP connection state as an
121 Specifies the program specific state that should be passed to all
124 that will be passed to the callbacks.
158 the one passed as an argument to the function will be
166 passed as an argument to tcp_listen() will not be deallocated.
214 the data is passed as the len parameter. The apiflags can be one or more of:
241 host. The len argument passed to the callback function gives the
258 arrives. The callback function will be passed a NULL pbuf to
322 The error callback function does not get the pcb passed to it as a
484 To achieve zero-copy on transmit, the data passed to the raw API must
489 This implies that PBUF_RAM/PBUF_POOL pbufs passed to raw-API send functions
496 Also, data passed to tcp_write without the copy-flag must not be changed!