Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/net/
Dtcp.c79 uint32_t ts_recent; member
477 tsopt->tsopt.tsecr = ntohl ( tcp->ts_recent ); in tcp_xmit()
993 tcp->ts_recent = ntohl ( options.tsopt->tsval ); in tcp_rx()
/external/syslinux/core/lwip/src/include/lwip/
Dtcp.h263 u32_t ts_recent; member
/external/syslinux/core/lwip/src/core/
Dtcp_in.c1542 pcb->ts_recent = ntohl(tsval); in tcp_parseopt()
1545 pcb->ts_recent = ntohl(tsval); in tcp_parseopt()
Dtcp_out.c827 opts[2] = htonl(pcb->ts_recent); in tcp_build_timestamp_option()