Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/net/
Dtcp.c398 struct tcp_timestamp_padded_option *tsopt; in tcp_xmit() local
472 tsopt = iob_push ( iobuf, sizeof ( *tsopt ) ); in tcp_xmit()
473 memset ( tsopt->nop, TCP_OPTION_NOP, sizeof ( tsopt->nop ) ); in tcp_xmit()
474 tsopt->tsopt.kind = TCP_OPTION_TS; in tcp_xmit()
475 tsopt->tsopt.length = sizeof ( tsopt->tsopt ); in tcp_xmit()
476 tsopt->tsopt.tsval = ntohl ( currticks() ); in tcp_xmit()
477 tsopt->tsopt.tsecr = ntohl ( tcp->ts_recent ); in tcp_xmit()
657 options->tsopt = data; in tcp_rx_opts()
697 if ( options->tsopt ) in tcp_rx_syn()
992 if ( ( seq == tcp->rcv_ack ) && options.tsopt ) in tcp_rx()
[all …]
/external/syslinux/gpxe/src/include/gpxe/
Dtcp.h68 struct tcp_timestamp_option tsopt; member
79 const struct tcp_timestamp_option *tsopt; member