Lines Matching full:request
237 * Initialize request struct to be sent to server.
260 * Retry: send a new request (and increase retry timeout).
269 LWIP_DEBUGF(SNTP_DEBUG_STATE, ("sntp_retry: Next request will be sent in %"U32_F" ms\n", in sntp_retry()
315 LWIP_DEBUGF(SNTP_DEBUG_STATE, ("sntp_try_next_server: Sending request to server %"U16_F"\n", in sntp_try_next_server()
319 /* instantly send a request to the next server */ in sntp_try_next_server()
408 /* Set up timeout for next request (only if poll response was received)*/ in sntp_recv()
414 LWIP_DEBUGF(SNTP_DEBUG_STATE, ("sntp_recv: Scheduled next time request: %"U32_F" ms\n", in sntp_recv()
431 /** Actually send an sntp request to a server.
442 LWIP_DEBUGF(SNTP_DEBUG_STATE, ("sntp_send_request: Sending request to server\n")); in sntp_send_request()
443 /* initialize request message */ in sntp_send_request()
445 /* send request */ in sntp_send_request()
474 /* Address resolved, send request */ in sntp_dns_found()
475 LWIP_DEBUGF(SNTP_DEBUG_STATE, ("sntp_dns_found: Server address resolved, sending request\n")); in sntp_dns_found()
486 * Send out an sntp request.
506 /* DNS request sent, wait for sntp_dns_found being called */ in sntp_request()
533 * Send out request instantly or after SNTP_STARTUP_DELAY(_FUNC).