Lines Matching refs:new
130 the sequential API and of the BSD socket API. A new TCP connection
132 tcp_new() function. This PCB can then be either set to listen for new
137 Creates a new connection identifier (PCB). If memory is not
138 available for creating the new pcb, NULL is returned.
157 The tcp_listen() function returns a new connection identifier, and
162 new smaller memory block for the listening connection.
178 Specified the callback function that should be called when a new
215 - TCP_WRITE_FLAG_COPY: indicates whether the new memory should be allocated
216 for the data to be copied into. If this flag is not given, no new memory
248 callback function is called when new data arrives. When the
257 Sets the callback function that will be called when new data
333 Creates a new UDP pcb which can be used for UDP communication. The
435 Creates a new DHCP client for this interface on the first call.