Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/addons/mdns/
Dnxd_mdns.h1111 typedef struct NX_MDNS_STRUCT struct
1113 … nx_mdns_id; /* Multicast DNS ID. */
1115 … nx_mdns_ip_ptr; /* Pointer to associated IP structure. */
1117 …SOCKET nx_mdns_socket; /* Multicast DNS Socket. */
1119 …X nx_mdns_mutex; /* Multicast DNS Mutex. */
1121 …R nx_mdns_timer; /* Multicast DNS TIMER. */
1123 … nx_mdns_thread; /* Multicast DNS processing thread. */
1125 …T_FLAGS_GROUP nx_mdns_events; /* Multicast DNS event. */
1127 …ET_POOL* nx_mdns_packet_pool_ptr; /* Pointer to the packet pool. */
1129 … nx_mdns_host_name[NX_MDNS_HOST_NAME_MAX]; /* The Embedded Device name supplied at create. */
[all …]