Searched defs:NX_SNTP_CLIENT_STRUCT (Results 1 – 1 of 1) sorted by relevance
558 typedef struct NX_SNTP_CLIENT_STRUCT struct560 … nx_sntp_client_id; /* SNTP ID for identifying the client service task. */561 … *nx_sntp_client_ip_ptr; /* Pointer to the Client IP instance. */562 … nx_sntp_client_interface_index; /* Index to SNTP network interface */563 … *nx_sntp_client_packet_pool_ptr; /* Pointer to the Client packet pool. */564 …nt_sleep_flag; /* The flag indicating the SNTP Client thread is sleeping */ 565 … nx_sntp_client_started; /* Flag indicating the SNTP Client task is running */566 …ent_thread; /* The SNTP Client processing thread */567 …nt_mutex; /* The SNTP Client mutex for protecting access */ 568 …ent_thread_stack[NX_SNTP_CLIENT_THREAD_STACK_SIZE]; /* Stack size for SNTP client thread */[all …]