Searched refs:keep_idle (Results 1 – 8 of 8) sorted by relevance
47 (pcb->keep_idle + TCP_KEEP_DUR(pcb)) / TCP_SLOW_INTERVAL) {
48 (pcb->keep_idle + TCP_KEEP_DUR(pcb)) / TCP_SLOW_INTERVAL) {
1691 …#define TCP_KEEPALIVE 0x24 /* send KEEPALIVE probes when idle for pcb->keep_idle milliseconds …1692 …#define TCP_KEEPIDLE 0x04 /* set pcb->keep_idle - Same as TCP_KEEPALIVE, but use seconds for…1698 …#define TCP_KEEPALIVE 0x02 /* send KEEPALIVE probes when idle for pcb->keep_idle milliseconds …1699 …#define TCP_KEEPIDLE 0x03 /* set pcb->keep_idle - Same as TCP_KEEPALIVE, but use seconds for…
4524 +#define TCP_KEEPALIVE 0x24 /* send KEEPALIVE probes when idle for pcb->keep_idle milliseconds …4525 +#define TCP_KEEPIDLE 0x04 /* set pcb->keep_idle - Same as TCP_KEEPALIVE, but use seconds for…4530 …#define TCP_KEEPALIVE 0x02 /* send KEEPALIVE probes when idle for pcb->keep_idle milliseconds …4531 …#define TCP_KEEPIDLE 0x03 /* set pcb->keep_idle - Same as TCP_KEEPALIVE, but use seconds for…
293 u32_t idle = (pcb->keep_idle) / TCP_SLOW_INTERVAL; in tcp_set_timer_tick_by_keepalive()1511 (pcb->keep_idle + TCP_KEEP_DUR(pcb)) / TCP_SLOW_INTERVAL) {1519 (pcb->keep_idle + pcb->keep_cnt_sent * TCP_KEEP_INTVL(pcb))2098 pcb->keep_idle = TCP_KEEPIDLE_DEFAULT;
472 pcb->keep_idle = idle ? idle : TCP_KEEPIDLE_DEFAULT; in altcp_tcp_keepalive_enable()
369 u32_t keep_idle; member
3170 *(int *)optval = (int)sock->conn->pcb.tcp->keep_idle; in lwip_getsockopt_impl()3177 *(int *)optval = (int)(sock->conn->pcb.tcp->keep_idle / 1000); in lwip_getsockopt_impl()3650 sock->conn->pcb.tcp->keep_idle = (u32_t)(*(const int *)optval); in lwip_setsockopt_impl()3652 s, sock->conn->pcb.tcp->keep_idle)); in lwip_setsockopt_impl()3657 sock->conn->pcb.tcp->keep_idle = 1000 * (u32_t)(*(const int *)optval); in lwip_setsockopt_impl()3659 s, sock->conn->pcb.tcp->keep_idle)); in lwip_setsockopt_impl()