Searched refs:pTimeServer (Results 1 – 1 of 1) sorted by relevance
/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/ |
A D | SNTPClientTask.c | 473 static void sntpClient_SetTime( const SntpServerInfo_t * pTimeServer, 551 const SntpServerInfo_t * pTimeServer, 587 const SntpServerInfo_t * pTimeServer, 899 static void sntpClient_SetTime( const SntpServerInfo_t * pTimeServer, in sntpClient_SetTime() argument 915 LogInfo( ( "Received time from time server: %s", pTimeServer->pServerName ) ); in sntpClient_SetTime() 1079 const SntpServerInfo_t * pTimeServer, in addClientAuthCode() argument 1103 if( ( strlen( pTimeServer->pServerName ) != strlen( pAuthContext->pServer ) ) || in addClientAuthCode() 1104 …( strncmp( pTimeServer->pServerName, pAuthContext->pServer, strlen( pAuthContext->pServer ) ) != 0… in addClientAuthCode() 1108 populateAuthContextForServer( pTimeServer->pServerName, pAuthContext ); in addClientAuthCode() 1181 const SntpServerInfo_t * pTimeServer, in validateServerAuth() argument [all …]
|
Completed in 7 milliseconds