Home
last modified time | relevance | path

Searched refs:tsval (Results 1 – 1 of 1) sorted by relevance

/lib/liblwip/src/core/
Dtcp_in.c1548 u32_t tsval; in tcp_parseopt() local
1591 tsval = (opts[c+2]) | (opts[c+3] << 8) | in tcp_parseopt()
1594 pcb->ts_recent = ntohl(tsval); in tcp_parseopt()
1597 pcb->ts_recent = ntohl(tsval); in tcp_parseopt()