Searched refs:pcb (Results 1 – 3 of 3) sorted by relevance
76 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()
608 udp_sendto(context->endpoint->pcb, pdu->pbuf, in coap_send_impl()
48 struct udp_pcb *pcb; member