Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/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()