Lines Matching full:must
15 code and the application program must reside in different execution
150 ATTENTION: the PCB passed in must be the listening pcb, not the pcb passed
197 also means that the memory behind dataptr must not change until the data is
240 ERR_OK, then it must free the pbuf. Otherwise, it must not
245 Must be called when the application has received the data. The len
311 must be called with regular intervals. The tcp_fasttmr() should be
400 Note: you must call etharp_tmr at a ARP_TMR_INTERVAL (5 seconds) regular interval
414 Note: you must call tcp_fasttmr() and tcp_slowtmr() at the
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
441 must use ip_input() declared in "lwip/ip.h".
449 When the netif is fully configured this function must be called.
454 Note: you must call dhcp_fine_tmr() and dhcp_coarse_tmr() at
496 To achieve zero-copy on transmit, the data passed to the raw API must
498 when the packets have been enqueued for sending, data must be kept stable
502 must *not* be reused by the application unless their ref-count is 1.
504 For no-copy pbufs (PBUF_ROM/PBUF_REF), data must be kept unchanged, too,
505 but the stack/driver will/must copy PBUF_REF'ed data when enqueueing, while
508 Also, data passed to tcp_write without the copy-flag must not be changed!