Searched refs:ts_recent (Results 1 - 6 of 6) sorted by relevance

/barrelfish-2018-10-04/include/lwip2/lwip/
H A Dtcp.h308 u32_t ts_recent; member in struct:tcp_pcb
/barrelfish-2018-10-04/include/lwip/lwip/
H A Dtcp.h411 u32_t ts_recent; member in struct:tcp_pcb
/barrelfish-2018-10-04/lib/lwip/src/core/
H A Dtcp_in.c1513 pcb->ts_recent = ntohl(tsval);
1518 pcb->ts_recent = ntohl(tsval);
H A Dtcp_out.c481 opts[2] = htonl(pcb->ts_recent);
/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Dtcp_in.c1784 pcb->ts_recent = lwip_ntohl(tsval);
1789 pcb->ts_recent = lwip_ntohl(tsval);
H A Dtcp_out.c895 opts[2] = lwip_htonl(pcb->ts_recent);

Completed in 109 milliseconds