Home
last modified time | relevance | path

Searched refs:COAP_PROTO_WS (Results 1 – 14 of 14) sorted by relevance

/third_party/libcoap/tests/oss-fuzz/
Dpdu_parse_ws_target.c11 if (coap_pdu_parse(COAP_PROTO_WS, data, size, pdu)) { in LLVMFuzzerTestOneInput()
15 coap_pdu_encode_header(pdu, COAP_PROTO_WS); in LLVMFuzzerTestOneInput()
/third_party/libcoap/src/
Dcoap_address.c394 case COAP_PROTO_WS: in coap_get_available_scheme_hint_bits()
478 proto = COAP_PROTO_WS; in coap_resolve_address_info()
571 proto = COAP_PROTO_WS; in coap_resolve_address_info()
747 proto = COAP_PROTO_WS; in coap_resolve_address_info()
Dcoap_pdu.c929 } else if (proto == COAP_PROTO_WS || proto==COAP_PROTO_WSS) { in coap_pdu_parse_header_size()
949 proto == COAP_PROTO_WS || proto == COAP_PROTO_WSS); in coap_pdu_parse_size()
1014 } else if (proto == COAP_PROTO_WS || proto == COAP_PROTO_WSS) { in coap_pdu_parse_header()
1441 if (proto == COAP_PROTO_WS || proto == COAP_PROTO_WSS) in coap_pdu_encode_header()
Dcoap_session.c1293 case COAP_PROTO_WS: in coap_session_create_client()
1829 case COAP_PROTO_WS: in coap_proto_name()
1866 if (proto == COAP_PROTO_WS && !coap_ws_is_supported()) { in coap_new_endpoint()
Dcoap_ws.c825 if (session->proto == COAP_PROTO_WS && in coap_ws_establish()
Dcoap_debug.c739 } else if (pdu->session->proto == COAP_PROTO_WS || in coap_show_pdu()
Dcoap_net.c1826 } else if (session->proto == COAP_PROTO_WS || in coap_read_session()
/third_party/libcoap/include/coap3/
Dcoap_session.h38 (p)==COAP_PROTO_WS || (p)==COAP_PROTO_WSS)
Dcoap_pdu.h314 COAP_PROTO_WS, enumerator
/third_party/libcoap/man/
Dcoap_uri.txt.in200 if (proto != COAP_PROTO_WS)
Dcoap_session.txt.in178 COAP_PROTO_WS
Dcoap_endpoint_client.txt.in101 COAP_PROTO_WS
Dcoap_endpoint_server.txt.in152 COAP_PROTO_WS
/third_party/libcoap/examples/
Dcoap-client.c1486 if (session && (proto == COAP_PROTO_WS || proto == COAP_PROTO_WSS)) { in open_session()