Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 25) sorted by relevance

/NetX-Duo-v6.2.1/samples/
Ddemo_netx_duo_mdns.c191 static void register_local_service(UCHAR *instance, UCHAR *type, UCHAR *subtype, UCHAR *txt, UINT t… in register_local_service()
208 static void delete_local_service(UCHAR *instance, UCHAR *type, UCHAR *subtype) in delete_local_service()
242 static void perform_oneshot_query(UCHAR *instance, UCHAR *type, UCHAR *subtype, UINT timeout) in perform_oneshot_query()
281 static void start_continous_query(UCHAR *instance, UCHAR *type, UCHAR *subtype) in start_continous_query()
304 static void stop_continous_query(UCHAR *instance, UCHAR *type, UCHAR *subtype) in stop_continous_query()
324 static void perform_service_lookup(UCHAR *instance, UCHAR *type, UCHAR *subtype, UINT show_all) in perform_service_lookup()
/NetX-Duo-v6.2.1/test/regression/bsd_test/
Dnetx_bsd_raw_pppoe_test.c141 USHORT type; in ntest_0_entry() local
481 static void ntest_1_packet_send(int msg_id, int if_id, int type) in ntest_1_packet_send()
/NetX-Duo-v6.2.1/addons/mdns/
Dnxd_mdns.c2302 UINT _nxe_mdns_service_add(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, UCHAR *txt… in _nxe_mdns_service_add()
2428 UINT _nx_mdns_service_add(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, UCHAR *txt,… in _nx_mdns_service_add()
2698 UINT _nxe_mdns_service_delete(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type) in _nxe_mdns_service_delete()
2771 UINT _nx_mdns_service_delete(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type) in _nx_mdns_service_delete()
2848 UINT _nx_mdns_service_interface_delete(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type… in _nx_mdns_service_interface_delete()
3042 UINT _nxe_mdns_service_one_shot_query(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type,… in _nxe_mdns_service_one_shot_query()
3150 UINT _nx_mdns_service_one_shot_query(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, … in _nx_mdns_service_one_shot_query()
3337 static UINT _nx_mdns_one_shot_query(NX_MDNS *mdns_ptr, UCHAR *name, USHORT type, NX_MDNS_RR **out_r… in _nx_mdns_one_shot_query()
3496 UINT _nxe_mdns_service_continuous_query(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_typ… in _nxe_mdns_service_continuous_query()
3627 UINT _nx_mdns_service_continuous_query(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type) in _nx_mdns_service_continuous_query()
[all …]
/NetX-Duo-v6.2.1/test/regression/http_test/
Dnetx_http_server_type_retrieve_test.c104 UCHAR type[20]; in thread_server_entry() local
/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_server_type_get_extended_test.c101 UCHAR type[20]; in thread_server_entry() local
/NetX-Duo-v6.2.1/test/regression/mdns_test/
Dnetx_mdns_service_lookup_test.c26 static UCHAR type[256]; variable
Dnetx_mdns_read_overflow_test.c26 static UCHAR type[256]; variable
Dnetx_mdns_test.h123 char *type; member
137 char *type; member
Dnetx_mdns_run_test_case.c186 USHORT type; in perform_check_mdns_data() local
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_ipv6_address_get_test.c216 static void my_ipv6_addrress_change_notify(NX_IP *ip_tr, UINT type, UINT interface_index, UINT ad… in my_ipv6_addrress_change_notify()
Dnetx_rarp_multiple_interfaces_test.c186 static VOID fake_rarp_response_packet(NX_PACKET **packet_ptr, UINT type) in fake_rarp_response_packet()
Dnetx_rarp_basic_processing_test.c344 static VOID fake_rarp_response_packet(NX_PACKET **packet_ptr, UINT type) in fake_rarp_response_packet()
/NetX-Duo-v6.2.1/test/regression/ftp_test/
Dnetx_ftp_access_control_commands_03_test.c372 CHAR type; in thread_server_entry() local
/NetX-Duo-v6.2.1/addons/nat/
Dnx_nat.c1913 UINT type; in _nx_nat_process_inbound_ICMP_packet() local
2572 UINT type; in _nx_nat_process_outbound_ICMP_packet() local
4446 UINT type; in _nx_nat_packet_is_icmp_error_message() local
/NetX-Duo-v6.2.1/test/regression/azure_iot/
Duser_agent_string_unit_test.c189 UCHAR type; in interface_type_check() local
/NetX-Duo-v6.2.1/tsn/src/
Dnx_shaper.c325 … nx_shaper_hw_queue_set(NX_INTERFACE *interface_ptr, UCHAR hw_queue_id, UCHAR priority, UCHAR type) in nx_shaper_hw_queue_set()
/NetX-Duo-v6.2.1/tsn/inc/
Dnx_shaper.h117 UCHAR type; member
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_adu_agent.h475 const UCHAR *type; member
591 UINT type; member
Dnx_azure_iot_adu_agent.c2066UINT type, UCHAR *manifest_buffer_ptr, UINT manifest_buffer_size, in nx_azure_iot_adu_agent_method_download()
Dnx_azure_iot_hub_client.c1639 static VOID nx_azure_iot_hub_client_mqtt_ack_receive_notify(NXD_MQTT_CLIENT *client_ptr, UINT type, in nx_azure_iot_hub_client_mqtt_ack_receive_notify()
/NetX-Duo-v6.2.1/addons/ppp/
Dnx_ppp.c3537 UINT type; in _nx_ppp_lcp_configuration_retrieve() local
7594 void _nx_ppp_ipcp_response_send(NX_PPP *ppp_ptr, UCHAR type, UCHAR *data, UCHAR length, NX_PACKET … in _nx_ppp_ipcp_response_send()
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_ec.h157 #define NX_CRYPTO_EC_POINT_INITIALIZE(p, type, buff, size) \ argument
/NetX-Duo-v6.2.1/addons/rtp/
Dnx_rtp_sender.c3099 UCHAR type = 255; /* type field for main jpeg header. */ in _nx_rtp_sender_session_jpeg_send() local
/NetX-Duo-v6.2.1/addons/dns/
Dnxd_dns.c7889 …ic UINT _nx_dns_new_packet_create(NX_DNS *dns_ptr, NX_PACKET *packet_ptr, UCHAR *name, USHORT type) in _nx_dns_new_packet_create()
8039 static UINT _nx_dns_question_add(NX_PACKET *packet_ptr, UCHAR *name, USHORT type) in _nx_dns_question_add()
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c753 INT nx_bsd_socket(INT protocolFamily, INT type, INT protocol) in nx_bsd_socket()