Searched refs:tcp_t_opt (Results 1 - 2 of 2) sorted by relevance

/u-boot/include/net/
H A Dtcp.h160 * struct tcp_t_opt - TCP option structure for time stamps
166 struct tcp_t_opt { struct
173 #define TCP_TSOPT_SIZE (sizeof(struct tcp_t_opt))
193 struct tcp_t_opt t_opt;
208 struct tcp_t_opt t_opt;
/u-boot/net/
H A Dtcp.c472 struct tcp_t_opt *tsopt;
492 tsopt = (struct tcp_t_opt *)p;

Completed in 63 milliseconds