Searched refs:subtype (Results 1 – 1 of 1) sorted by relevance
/NetX-Duo-v6.3.0/samples/ |
D | demo_netx_duo_mdns.c | 191 static void register_local_service(UCHAR *instance, UCHAR *type, UCHAR *subtype, UCHAR *txt, UINT t… in register_local_service() argument 196 …status = nx_mdns_service_add(&mdns, instance, type, subtype, txt, ttl, (USHORT)priority, (USHORT)w… in register_local_service() 200 if(subtype) in register_local_service() 201 printf("%s ", subtype); in register_local_service() 208 static void delete_local_service(UCHAR *instance, UCHAR *type, UCHAR *subtype) in delete_local_service() argument 216 if(subtype) in delete_local_service() 217 printf("subtype %s ", subtype); in delete_local_service() 219 status = nx_mdns_service_delete(&mdns, instance, type, subtype); in delete_local_service() 242 static void perform_oneshot_query(UCHAR *instance, UCHAR *type, UCHAR *subtype, UINT timeout) in perform_oneshot_query() argument 251 if(subtype) in perform_oneshot_query() [all …]
|