Searched refs:keep_intvl (Results 1 – 4 of 4) sorted by relevance
371 u32_t keep_intvl; member
473 pcb->keep_intvl = intvl ? intvl : TCP_KEEPINTVL_DEFAULT; in altcp_tcp_keepalive_enable()
133 #define TCP_KEEP_DUR(pcb) ((pcb)->keep_cnt * (pcb)->keep_intvl)134 #define TCP_KEEP_INTVL(pcb) ((pcb)->keep_intvl)2101 pcb->keep_intvl = TCP_KEEPINTVL_DEFAULT;
3182 *(int *)optval = (int)(sock->conn->pcb.tcp->keep_intvl / 1000); in lwip_getsockopt_impl()3662 sock->conn->pcb.tcp->keep_intvl = 1000 * (u32_t)(*(const int *)optval); in lwip_setsockopt_impl()3664 s, sock->conn->pcb.tcp->keep_intvl)); in lwip_setsockopt_impl()