Searched refs:iss (Results 1 – 1 of 1) sorted by relevance
688 u32_t iss; in tcp_connect() local741 iss = tcp_next_iss(); in tcp_connect()743 pcb->snd_nxt = iss; in tcp_connect()744 pcb->lastack = iss - 1; in tcp_connect()745 pcb->snd_lbb = iss - 1; in tcp_connect()1281 u32_t iss; in tcp_alloc() local1323 iss = tcp_next_iss(); in tcp_alloc()1324 pcb->snd_wl2 = iss; in tcp_alloc()1325 pcb->snd_nxt = iss; in tcp_alloc()1326 pcb->lastack = iss; in tcp_alloc()[all …]