Searched refs:keep_idle (Results 1 – 3 of 3) sorted by relevance
269 u32_t keep_idle; member
1807 *(int*)optval = (int)sock->conn->pcb.tcp->keep_idle;1814 *(int*)optval = (int)(sock->conn->pcb.tcp->keep_idle/1000);2215 sock->conn->pcb.tcp->keep_idle = (u32_t)(*(int*)optval);2217 s, sock->conn->pcb.tcp->keep_idle));2222 sock->conn->pcb.tcp->keep_idle = 1000*(u32_t)(*(int*)optval);2224 s, sock->conn->pcb.tcp->keep_idle));
899 (pcb->keep_idle + TCP_KEEP_DUR(pcb)) / TCP_SLOW_INTERVAL) in tcp_slowtmr()909 (pcb->keep_idle + pcb->keep_cnt_sent * TCP_KEEP_INTVL(pcb)) in tcp_slowtmr()1338 pcb->keep_idle = TCP_KEEPIDLE_DEFAULT; in tcp_alloc()