Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dtcp.h265 u32_t ts_recent; member
/lib/liblwip/src/core/
Dtcp_in.c1594 pcb->ts_recent = ntohl(tsval); in tcp_parseopt()
1597 pcb->ts_recent = ntohl(tsval); in tcp_parseopt()
Dtcp_out.c833 opts[2] = htonl(pcb->ts_recent); in tcp_build_timestamp_option()