| /lib/lwip/lwip/src/core/ |
| A D | altcp.c | 261 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 D | altcp_tcp.c | 240 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 D | tcp.c | 2115 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 D | altcp_priv.h | 59 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 D | test_suite_hmac_drbg.function | 63 /* Set reseed interval before seed */ 73 /* By default, PR is off, and reseed interval was set to 93 /* Set reseed interval after seed */
|
| A D | test_suite_ctr_drbg.function | 273 /* 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 D | hmac_drbg.h | 266 int interval);
|
| A D | ctr_drbg.h | 424 int interval);
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | hmac_drbg.c | 297 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 D | ctr_drbg.c | 156 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 D | altcp_proxyconnect.c | 434 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 D | altcp.h | 100 void altcp_poll(struct altcp_pcb *conn, altcp_poll_fn poll, u8_t interval);
|
| A D | tcp.h | 421 void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);
|
| /lib/lwip/lwip/src/apps/altcp_tls/ |
| A D | altcp_tls_mbedtls.c | 1090 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 D | RFC1213-MIB | 2222 "The interval between EGP Hello command 2232 "The interval between EGP poll command
|
| A D | IP-MIB | 1457 "The minimum reasonable polling interval for this entry. 2335 "The minimum reasonable polling interval for this entry.
|
| /lib/lwip/lwip/ |
| A D | CHANGELOG | 3968 interval.
|
| /lib/mbedtls/external/mbedtls/ |
| A D | ChangeLog | 2171 * In CTR_DRBG and HMAC_DRBG, don't reset the reseed interval in seed().
|