Home
last modified time | relevance | path

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

/u-boot/test/cmd/
A Dwget.c74 tcp_send->tcp_win = htons(PKTBUFSRX * TCP_MSS >> TCP_SCALE); in sb_syn_handler()
137 tcp_send->tcp_win = htons(PKTBUFSRX * TCP_MSS >> TCP_SCALE); in sb_ack_handler()
/u-boot/include/net/
A Dtcp.h89 #define TCP_SCALE 0x01 /* Scale */ macro
/u-boot/net/
A Dtcp.c222 b->ip.scale.scale = TCP_SCALE; in net_set_syn_options()
343 b->ip.hdr.tcp_win = htons(PKTBUFSRX * TCP_MSS >> TCP_SCALE); in tcp_set_tcp_header()

Completed in 16 milliseconds