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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Dtcp_ipv6.c1094 __be32 *topt; local
1138 topt = (__be32 *)(t1 + 1);
1141 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) |
1143 *topt++ = htonl(tcp_time_stamp);
1144 *topt = htonl(ts);
1149 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) |
1151 tcp_v6_do_calc_md5_hash((__u8 *)topt, key,

Completed in 47 milliseconds