Home
last modified time | relevance | path

Searched refs:pcb (Results 1 – 3 of 3) sorted by relevance

/net-tools-latest/libcoap/src/
Dcoap_io_lwip.c76 result->pcb = udp_new(); in coap_new_endpoint()
77 if (result->pcb == NULL) goto error; in coap_new_endpoint()
79 udp_recv(result->pcb, coap_recv, (void*)result); in coap_new_endpoint()
80 err = udp_bind(result->pcb, &addr->addr, addr->port); in coap_new_endpoint()
82 udp_remove(result->pcb); in coap_new_endpoint()
95 udp_remove(ep->pcb); in coap_free_endpoint()
Dnet.c608 udp_sendto(context->endpoint->pcb, pdu->pbuf, in coap_send_impl()
/net-tools-latest/libcoap/include/coap/
Dcoap_io.h48 struct udp_pcb *pcb; member