Home
last modified time | relevance | path

Searched refs:service (Results 1 – 13 of 13) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/mdns_test/
Dnetx_mdns_service_lookup_test.c124 NX_MDNS_SERVICE service; in ntest_0_entry() local
174 if(nx_mdns_service_lookup(&mdns_0, NX_NULL, "_http._tcp", NX_NULL, 0, &service) == NX_SUCCESS) in ntest_0_entry()
176 if(strcmp(service.service_name, "CanonMF4500w")) in ntest_0_entry()
178 if(strcmp(service.service_type, "_http._tcp")) in ntest_0_entry()
180 if(strcmp(service.service_domain, "local")) in ntest_0_entry()
187 if(nx_mdns_service_lookup(&mdns_0, NX_NULL, "_http1._tcp", NX_NULL, 0, &service) == NX_SUCCESS) in ntest_0_entry()
193 … if(nx_mdns_service_lookup(&mdns_0, NX_NULL, "_http._tcp", NX_NULL, i, &service) == NX_SUCCESS) in ntest_0_entry()
198 …if(nx_mdns_service_lookup(&mdns_0, "CanonMF4500w", "_http._tcp", NX_NULL, 0, &service) == NX_SUCCE… in ntest_0_entry()
200 if(strcmp(service.service_name, "CanonMF4500w")) in ntest_0_entry()
202 if(strcmp(service.service_type, "_http._tcp")) in ntest_0_entry()
[all …]
Dnetx_mdns_txt_notation_test.c140 NX_MDNS_SERVICE service; in ntest_0_entry() local
192 status = nx_mdns_service_lookup(&mdns_0, NX_NULL, "_http._tcp", NX_NULL, 0, &service); in ntest_0_entry()
197 else if(service.service_text == NX_NULL) in ntest_0_entry()
199 else if(strcmp(service.service_text, txt)) in ntest_0_entry()
Dnetx_mdns_one_shot_query_test.c144 NX_MDNS_SERVICE service; in ntest_0_entry() local
191 …if(nx_mdns_service_one_shot_query(&mdns_0, NX_NULL, "_http._tcp", NX_NULL, &service, 5 * NX_IP_PER… in ntest_0_entry()
198 …if(nx_mdns_service_one_shot_query(&mdns_0, NX_NULL, "_http._tcp", NX_NULL, &service, 5 * NX_IP_PER… in ntest_0_entry()
Dnetx_mdns_source_port_test.c141 NX_MDNS_SERVICE service; in ntest_0_entry() local
206 if(nx_mdns_service_lookup(&mdns_0, NX_NULL, NX_NULL, NX_NULL, 0, &service) == NX_SUCCESS) in ntest_0_entry()
Dnetx_mdns_run_test_case.c512 NX_MDNS_SERVICE service; in perform_mdns_rr_data_check() local
519 …mdns_service_lookup(mdns_ptr, NX_NULL, rr_data_ptr -> mdns_rr_data_type, NX_NULL, index, &service)) in perform_mdns_rr_data_check()
526 if(strcmp(service.service_name, rr_data_ptr -> mdns_rr_data_name)) in perform_mdns_rr_data_check()
/NetX-Duo-v6.2.1/addons/azure_iot/samples/
DREADME.md6service, use [doc](https://docs.microsoft.com/en-us/azure/iot-dps/quick-setup-auto-provision#creat…
104 Sample uses Device Provisioning service to get IoTHub device details and then connects to assigned …
106 …com/en-us/azure/iot-dps/concepts-device) to understand the concepts of Device provisioning service.
109 … "<Service Endpoint or Global device endpoint from Provisioning service overview page>"
110 #define ID_SCOPE "<ID Scope value from Provisioning service over…
120 Sample uses Device Provisioning service to get IoTHub details and then connects to assigned IoTHub …
122 …com/en-us/azure/iot-dps/concepts-device) to understand the concepts of Device provisioning service.
125 … "<Service Endpoint or Global device endpoint from Provisioning service overview page>"
126 #define ID_SCOPE "<ID Scope value from Provisioning service over…
151 …T Plug and Play spec is a response to a desired property update from the service. The device will …
/NetX-Duo-v6.2.1/addons/mdns/
Dnxd_mdns.c125 …e_addition_info_get(NX_MDNS *mdns_ptr, UCHAR *srv_name, NX_MDNS_SERVICE *service, UINT interface_i…
3042 …_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, NX_MDNS_SERVICE *service, UINT timeout) in _nxe_mdns_service_one_shot_query() argument
3049 if ((!mdns_ptr) || (!type) || (!service)) in _nxe_mdns_service_one_shot_query()
3089 status = _nx_mdns_service_one_shot_query(mdns_ptr, name, type, sub_type, service, timeout); in _nxe_mdns_service_one_shot_query()
3150 …_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, NX_MDNS_SERVICE *service, UINT timeout) in _nx_mdns_service_one_shot_query() argument
3166 memset(service, 0, sizeof(NX_MDNS_SERVICE)); in _nx_mdns_service_one_shot_query()
3237 …memcpy((char *)(service -> buffer), (char*)(answer_rr -> nx_mdns_rr_name), name_length); /* Use ca… in _nx_mdns_service_one_shot_query()
3250 …memcpy((CHAR *)(service -> buffer), (CHAR *)(answer_rr -> nx_mdns_rr_rdata.nx_mdns_rr_rdata_ptr.nx… in _nx_mdns_service_one_shot_query()
3254 _nx_mdns_service_addition_info_get(mdns_ptr, service -> buffer, service, i); in _nx_mdns_service_one_shot_query()
3257 …s = _nx_mdns_service_name_resolve(service -> buffer, &(service -> service_name), &(service -> serv… in _nx_mdns_service_one_shot_query()
[all …]
Dnxd_mdns.h1307 …MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, NX_MDNS_SERVICE *service, UINT timeout);
1308 …MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, NX_MDNS_SERVICE *service, UINT timeout);
1313 …mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, UINT service_index, NX_MDNS_SERVICE *service);
1314 …_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, UINT service_index, NX_MDNS_SERVICE *service);
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot_provisioning_client.md21 <p>This routine initializes the device to the IoT provisioning service.</p>
197 <div style="text-align: right"> Register device to Azure IoT Provisioning service </div>
206 <p>This routine registers device to Azure IoT Provisioning service.</p>
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt815 …nx_system_initialize.c Make sure this service cannot invoked more than o…
1340 Files are modified to assembled all the fragments before calling NAT service:
1525 … nx_ip_raw_packet_send.c Removed duplicate check for raw service enabled.
1526 … nx_ip_raw_packet_source_send.c Removed duplicate check for raw service enabled.
1609 … nxd_ip_raw_packet_source_send.c Removed duplicate check for raw service enabled.
1955 … added definition of reassembly time, added new service nx_ip_gateway_address_clear,
1977 nx_ip.h Added new service nx_ip_gateway_clear,
1979 nx_ipv4.h Added new service nx_ip_gatewar_clear.
2271 nxd_ip_raw_packet_sourcee_send.c Added additional parameters this service takes.
2272 nxd_ip_raw_packet_send.c Added additional parameters this service takes.
[all …]
/NetX-Duo-v6.2.1/addons/azure_iot/
DREADME.md53 …ft.com/azure/iot-hub-device-update/understand-device-update) is an Azure service that enables you …
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.h1041 INT nx_bsd_getaddrinfo(const CHAR *node, const CHAR *service, const struct nx_bsd_addrinfo *hints,…
Dnxd_bsd.c14253 INT nx_bsd_getaddrinfo(const CHAR *node, const CHAR *service, const struct nx_bsd_addrinfo *hints,… in nx_bsd_getaddrinfo() argument
14285 if((node == NX_NULL) && (service == NX_NULL)) in nx_bsd_getaddrinfo()
14379 if(service) in nx_bsd_getaddrinfo()
14383 if(bsd_string_to_number(service, &port) != NX_SOC_ERROR) in nx_bsd_getaddrinfo()
14407 …if(!memcmp(_nx_bsd_serv_list_ptr[i].service_name, service, _nx_bsd_string_length((CHAR *)service))… in nx_bsd_getaddrinfo()