Home
last modified time | relevance | path

Searched refs:interval (Results 1 – 18 of 18) sorted by relevance

/lib/lwip/lwip/src/core/
A Daltcp.c261 altcp_poll(struct altcp_pcb *conn, altcp_poll_fn poll, u8_t interval) in altcp_poll() argument
265 conn->pollinterval = interval; in altcp_poll()
267 conn->fns->set_poll(conn, interval); in altcp_poll()
536 altcp_default_set_poll(struct altcp_pcb *conn, u8_t interval) in altcp_default_set_poll() argument
539 altcp_poll(conn->inner_conn, conn->poll, interval); in altcp_default_set_poll()
A Daltcp_tcp.c240 altcp_tcp_set_poll(struct altcp_pcb *conn, u8_t interval) in altcp_tcp_set_poll() argument
245 tcp_poll(pcb, altcp_tcp_poll, interval); in altcp_tcp_set_poll()
A Dtcp.c2115 tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval) in tcp_poll() argument
2127 pcb->pollinterval = interval; in tcp_poll()
/lib/lwip/lwip/src/include/lwip/priv/
A Daltcp_priv.h59 typedef void (*altcp_set_poll_fn)(struct altcp_pcb *conn, u8_t interval);
128 void altcp_default_set_poll(struct altcp_pcb *conn, u8_t interval);
/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_hmac_drbg.function63 /* Set reseed interval before seed */
73 /* By default, PR is off, and reseed interval was set to
93 /* Set reseed interval after seed */
A Dtest_suite_ctr_drbg.function273 /* Set reseed interval before seed */
286 /* By default, PR is off, and reseed interval was set to
306 /* Set reseed interval after seed */
/lib/mbedtls/external/mbedtls/include/mbedtls/
A Dhmac_drbg.h266 int interval);
A Dctr_drbg.h424 int interval);
/lib/mbedtls/external/mbedtls/library/
A Dhmac_drbg.c297 void mbedtls_hmac_drbg_set_reseed_interval(mbedtls_hmac_drbg_context *ctx, int interval) in mbedtls_hmac_drbg_set_reseed_interval() argument
299 ctx->reseed_interval = interval; in mbedtls_hmac_drbg_set_reseed_interval()
A Dctr_drbg.c156 int interval) in mbedtls_ctr_drbg_set_reseed_interval() argument
158 ctx->reseed_interval = interval; in mbedtls_ctr_drbg_set_reseed_interval()
/lib/lwip/lwip/src/apps/http/
A Daltcp_proxyconnect.c434 altcp_proxyconnect_set_poll(struct altcp_pcb *conn, u8_t interval) in altcp_proxyconnect_set_poll() argument
437 altcp_poll(conn->inner_conn, altcp_proxyconnect_lower_poll, interval); in altcp_proxyconnect_set_poll()
/lib/lwip/lwip/src/include/lwip/
A Daltcp.h100 void altcp_poll(struct altcp_pcb *conn, altcp_poll_fn poll, u8_t interval);
A Dtcp.h421 void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);
/lib/lwip/lwip/src/apps/altcp_tls/
A Daltcp_tls_mbedtls.c1090 altcp_mbedtls_set_poll(struct altcp_pcb *conn, u8_t interval) in altcp_mbedtls_set_poll() argument
1093 altcp_poll(conn->inner_conn, altcp_mbedtls_lower_poll, interval); in altcp_mbedtls_set_poll()
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/
A DRFC1213-MIB2222 "The interval between EGP Hello command
2232 "The interval between EGP poll command
A DIP-MIB1457 "The minimum reasonable polling interval for this entry.
2335 "The minimum reasonable polling interval for this entry.
/lib/lwip/lwip/
A DCHANGELOG3968 interval.
/lib/mbedtls/external/mbedtls/
A DChangeLog2171 * In CTR_DRBG and HMAC_DRBG, don't reset the reseed interval in seed().

Completed in 74 milliseconds