Lines Matching full:passed
82 function is passed the current TCP or UDP connection state as an
91 Specifies the program specific state that should be passed to all
94 that will be passed to the callbacks.
128 the one passed as an argument to the function will be
136 passed as an argument to tcp_listen() will not be deallocated.
150 ATTENTION: the PCB passed in must be the listening pcb, not the pcb passed
193 the data is passed as the len parameter. The apiflags can be one or more of:
220 host. The len argument passed to the callback function gives the
237 arrives. The callback function will be passed a NULL pbuf to
301 The error callback function does not get the pcb passed to it as a
496 To achieve zero-copy on transmit, the data passed to the raw API must
501 This implies that PBUF_RAM/PBUF_POOL pbufs passed to raw-API send functions
508 Also, data passed to tcp_write without the copy-flag must not be changed!