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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dtcp_ipv4.c1152 int genhash; local
1220 genhash = tcp_v4_do_calc_md5_hash(newhash,
1226 if (genhash || memcmp(hash_location, newhash, 16) != 0) {
1232 genhash ? " tcp_v4_calc_md5_hash failed" : "");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Dtcp_ipv6.c849 int genhash; local
911 genhash = tcp_v6_do_calc_md5_hash(newhash,
916 if (genhash || memcmp(hash_location, newhash, 16) != 0) {
921 genhash ? "failed" : "mismatch",

Completed in 101 milliseconds