Home
last modified time | relevance | path

Searched refs:protocol_length (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/addons/websocket/
Dnx_websocket_client.h267 UCHAR *protocol, UINT protocol_length,UINT wait_option);
272 UCHAR *protocol, UINT protocol_length,UINT wait_option);
293 UCHAR *protocol, UINT protocol_length,UINT wait_option);
297 UCHAR *protocol, UINT protocol_length,UINT wait_option);
302 UCHAR *protocol, UINT protocol_length,UINT wait_option);
306 UCHAR *protocol, UINT protocol_length,UINT wait_option);
325 UCHAR *protocol, UINT protocol_length,UINT wait_option);
Dnx_websocket_client.c353 UCHAR *protocol, UINT protocol_length,UINT wait_option) in _nxe_websocket_client_connect() argument
364 (protocol == NX_NULL) || (protocol_length == 0)) in _nxe_websocket_client_connect()
370 … socket_ptr, host, host_length, uri_path, uri_path_length, protocol, protocol_length, wait_option); in _nxe_websocket_client_connect()
426 UCHAR *protocol, UINT protocol_length,UINT wait_option) in _nx_websocket_client_connect() argument
465 …(client_ptr, host, host_length, resource, resource_length, protocol, protocol_length, wait_option); in _nx_websocket_client_connect()
531 UCHAR *protocol, UINT protocol_length,UINT wait_option) in _nx_websocket_client_connect_internal() argument
634 …status += nx_packet_data_append(packet_ptr, protocol, protocol_length, client_ptr -> nx_websocket_… in _nx_websocket_client_connect_internal()
669 client_ptr -> nx_websocket_client_subprotocol_length = protocol_length; in _nx_websocket_client_connect_internal()
758 UCHAR *protocol, UINT protocol_length,UINT wait_option) in _nxe_websocket_client_secure_connect() argument
769 (protocol == NX_NULL) || (protocol_length == 0)) in _nxe_websocket_client_secure_connect()
[all …]
/NetX-Duo-v6.2.1/addons/mdns/
Dnxd_mdns.c6189 UINT protocol_length; in _nx_mdns_service_name_resolve() local
6223 … if (_nx_utility_string_length_check(nx_mdns_app_protocol[i], &protocol_length, NX_MDNS_TYPE_MAX)) in _nx_mdns_service_name_resolve()
6229 …!_nx_mdns_name_match(pointer + prepend_index, (UCHAR *)(nx_mdns_app_protocol[i]), protocol_length)) in _nx_mdns_service_name_resolve()