Home
last modified time | relevance | path

Searched refs:COAP_PROTO_NONE (Results 1 – 7 of 7) sorted by relevance

/third_party/libcoap/src/
Dcoap_address.c400 case COAP_PROTO_NONE: /* If use_unix_proto was not defined */ in coap_get_available_scheme_hint_bits()
468 proto = COAP_PROTO_NONE; in coap_resolve_address_info()
473 proto = COAP_PROTO_NONE; in coap_resolve_address_info()
561 proto = COAP_PROTO_NONE; in coap_resolve_address_info()
566 proto = COAP_PROTO_NONE; in coap_resolve_address_info()
737 proto = COAP_PROTO_NONE; in coap_resolve_address_info()
742 proto = COAP_PROTO_NONE; in coap_resolve_address_info()
Dcoap_session.c1307 case COAP_PROTO_NONE: in coap_session_create_client()
1833 case COAP_PROTO_NONE: in coap_proto_name()
1849 assert(proto != COAP_PROTO_NONE); in coap_new_endpoint()
/third_party/libcoap/examples/lwip/
Dserver-coap.c172 0, COAP_PROTO_NONE); in server_coap_init()
/third_party/libcoap/include/coap3/
Dcoap_pdu.h309 COAP_PROTO_NONE = 0, enumerator
/third_party/libcoap/man/
Dcoap_address.txt.in192 _use_unix_proto_, if not set to COAP_PROTO_NONE, hints at the specific CoAP
/third_party/libcoap/examples/
Dcoap-rd.c716 enable_ws, COAP_PROTO_NONE); in get_context()
Dcoap-server.c130 static coap_proto_t use_unix_proto = COAP_PROTO_NONE;