Lines Matching full:call
169 the connection to be properly setup. Instead, it will call the
184 TCP data is sent by enqueueing the data with a call to
186 host, the application will be notified with a call to a specified
200 the PSH flag is set in the last segment created by this call to tcp_write.
209 The proper way to use this function is to call the function with at
228 application has taken the data, it has to call the tcp_recved()
256 if a call to tcp_write() has failed because memory wasn't available,
257 the application may use the polling functionality to call tcp_write()
281 The pcb is deallocated by the TCP code after a call to tcp_close().
374 Call these functions in the order of appearance:
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
453 Creates a new DHCP client for this interface on the first call.
454 Note: you must call dhcp_fine_tmr() and dhcp_coarse_tmr() at
482 E.g. when using the cs8900 driver, call cs8900if_service(ethif)