Searched refs:ws_port (Results 1 - 4 of 4) sorted by relevance
/third_party/libcoap/examples/ |
H A D | coap-rd.c | 64 static int ws_port = 80; variable 96 ws_port = atoi(arg); in cmdline_ws() 101 ws_port = atoi(arg); in cmdline_ws() 718 ws_port, wss_port, in get_context()
|
H A D | coap-server.c | 132 static int ws_port = 80; variable 2329 ws_port, wss_port, in get_context() 2618 ws_port = atoi(arg); in cmdline_ws() 2623 ws_port = atoi(arg); in cmdline_ws()
|
/third_party/libcoap/src/ |
H A D | coap_address.c | 412 uint16_t ws_port, in coap_resolve_address_info() 654 update_port(&info->addr, ws_port, 80, in coap_resolve_address_info() 800 update_port(&info->addr, port, ws_port, in coap_resolve_address_info() 409 coap_resolve_address_info(const coap_str_const_t *address, uint16_t port, uint16_t secure_port, uint16_t ws_port, uint16_t ws_secure_port, int ai_hints_flags, int scheme_hint_bits, coap_resolve_type_t type) coap_resolve_address_info() argument
|
/third_party/libcoap/include/coap3/ |
H A D | coap_address.h | 186 * @param ws_port The unsecured WebSockets port to use. 198 uint16_t ws_port,
|
Completed in 7 milliseconds