Lines Matching refs:new
100 the sequential API and of the BSD socket API. A new TCP connection
102 tcp_new() function. This PCB can then be either set to listen for new
107 Creates a new connection identifier (PCB). If memory is not
108 available for creating the new pcb, NULL is returned.
127 The tcp_listen() function returns a new connection identifier, and
132 new smaller memory block for the listening connection.
157 Specified the callback function that should be called when a new
194 - TCP_WRITE_FLAG_COPY: indicates whether the new memory should be allocated
195 for the data to be copied into. If this flag is not given, no new memory
227 callback function is called when new data arrives. When the
236 Sets the callback function that will be called when new data
323 Creates a new UDP pcb which can be used for UDP communication. The
453 Creates a new DHCP client for this interface on the first call.