Searched refs:protocol_length (Results 1 – 3 of 3) sorted by relevance
/NetX-Duo-v6.2.1/addons/websocket/ |
D | nx_websocket_client.h | 268 UCHAR *protocol, UINT protocol_length,UINT wait_option); 273 UCHAR *protocol, UINT protocol_length,UINT wait_option); 294 UCHAR *protocol, UINT protocol_length,UINT wait_option); 298 UCHAR *protocol, UINT protocol_length,UINT wait_option); 303 UCHAR *protocol, UINT protocol_length,UINT wait_option); 307 UCHAR *protocol, UINT protocol_length,UINT wait_option); 326 UCHAR *protocol, UINT protocol_length,UINT wait_option);
|
D | nx_websocket_client.c | 354 UCHAR *protocol, UINT protocol_length,UINT wait_option) in _nxe_websocket_client_connect() argument 365 (protocol == NX_NULL) || (protocol_length == 0)) in _nxe_websocket_client_connect() 371 … socket_ptr, host, host_length, uri_path, uri_path_length, protocol, protocol_length, wait_option); in _nxe_websocket_client_connect() 427 UCHAR *protocol, UINT protocol_length,UINT wait_option) in _nx_websocket_client_connect() argument 466 …(client_ptr, host, host_length, resource, resource_length, protocol, protocol_length, wait_option); in _nx_websocket_client_connect() 532 UCHAR *protocol, UINT protocol_length,UINT wait_option) in _nx_websocket_client_connect_internal() argument 635 …status += nx_packet_data_append(packet_ptr, protocol, protocol_length, client_ptr -> nx_websocket_… in _nx_websocket_client_connect_internal() 670 client_ptr -> nx_websocket_client_subprotocol_length = protocol_length; in _nx_websocket_client_connect_internal() 759 UCHAR *protocol, UINT protocol_length,UINT wait_option) in _nxe_websocket_client_secure_connect() argument 770 (protocol == NX_NULL) || (protocol_length == 0)) in _nxe_websocket_client_secure_connect() [all …]
|
/NetX-Duo-v6.2.1/addons/mdns/ |
D | nxd_mdns.c | 6190 UINT protocol_length; in _nx_mdns_service_name_resolve() local 6224 … if (_nx_utility_string_length_check(nx_mdns_app_protocol[i], &protocol_length, NX_MDNS_TYPE_MAX)) in _nx_mdns_service_name_resolve() 6230 …!_nx_mdns_name_match(pointer + prepend_index, (UCHAR *)(nx_mdns_app_protocol[i]), protocol_length)) in _nx_mdns_service_name_resolve()
|