Lines Matching refs:in
15 code and the application program must reside in different execution
22 in the specification of this API, there might be incompatibilities
62 code. The TCP/IP code and the application program both run in the same
67 The raw TCP/IP interface is not only faster in terms of code execution
71 is the preferred way of writing applications that should be small in
83 argument. Also, in order to be able to keep program specific state,
114 can be specified as IP_ADDR_ANY in order to bind the connection to
141 in the listen queue to the value specified by the backlog argument.
142 To use it, your need to set TCP_LISTEN_BACKLOG=1 in your lwipopts.h.
149 queued in the listen backlog.
150 ATTENTION: the PCB passed in must be the listening pcb, not the pcb passed
200 the PSH flag is set in the last segment created by this call to tcp_write.
206 in lwipopts.h. The number of bytes available in the output queue can
265 be called to poll the application. The interval is specified in
312 called every TCP_FAST_INTERVAL milliseconds (defined in tcp.h) and
374 Call these functions in the order of appearance:
382 Not of much use since we set the NO_SYS 1 option in lwipopts.h,
440 function ethernet_input() declared in "netif/etharp.h". Other drivers
441 must use ip_input() declared in "lwip/ip.h".
457 You can peek in the netif->dhcp struct for the actual DHCP status.
466 There are C examples given in inet.c or you might want to