Searched refs:COAP_PROTO_WS (Results 1 – 14 of 14) sorted by relevance
11 if (coap_pdu_parse(COAP_PROTO_WS, data, size, pdu)) { in LLVMFuzzerTestOneInput()15 coap_pdu_encode_header(pdu, COAP_PROTO_WS); in LLVMFuzzerTestOneInput()
394 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()
929 } 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()
1293 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()
825 if (session->proto == COAP_PROTO_WS && in coap_ws_establish()
739 } else if (pdu->session->proto == COAP_PROTO_WS || in coap_show_pdu()
1826 } else if (session->proto == COAP_PROTO_WS || in coap_read_session()
38 (p)==COAP_PROTO_WS || (p)==COAP_PROTO_WSS)
314 COAP_PROTO_WS, enumerator
200 if (proto != COAP_PROTO_WS)
178 COAP_PROTO_WS
101 COAP_PROTO_WS
152 COAP_PROTO_WS
1486 if (session && (proto == COAP_PROTO_WS || proto == COAP_PROTO_WSS)) { in open_session()