Home
last modified time | relevance | path

Searched refs:ep_udp (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/examples/
Dcoap-rd.c725 coap_endpoint_t *ep_udp = NULL, *ep_dtls = NULL, *ep_tcp = NULL, *ep_tls = NULL; in get_context() local
742 ep_udp = coap_new_endpoint(ctx, &addr, COAP_PROTO_UDP); in get_context()
743 if (ep_udp) { in get_context()
763 if (ep_udp) in get_context()
Dcoap-server.c2294 coap_endpoint_t *ep_udp = NULL, *ep_dtls = NULL; in get_context() local
2311 ep_udp = coap_new_endpoint(ctx, &addr, COAP_PROTO_UDP); in get_context()
2312 if (ep_udp) { in get_context()
2336 if (ep_udp) in get_context()