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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/src/
H A Dforward.c1968 unsigned char *newhash, hash[HASH_SIZE]; local
1969 if ((newhash = hash_questions(header, (unsigned int)size, daemon->namebuff)))
1970 memcpy(hash, newhash, HASH_SIZE);
2127 newhash = hash_questions(header, (unsigned int)m, daemon->namebuff);
2128 if (!newhash || memcmp(hash, newhash, HASH_SIZE) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/src/
H A Dforward.c1968 unsigned char *newhash, hash[HASH_SIZE]; local
1969 if ((newhash = hash_questions(header, (unsigned int)size, daemon->namebuff)))
1970 memcpy(hash, newhash, HASH_SIZE);
2127 newhash = hash_questions(header, (unsigned int)m, daemon->namebuff);
2128 if (!newhash || memcmp(hash, newhash, HASH_SIZE) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/src/
H A Dforward.c1968 unsigned char *newhash, hash[HASH_SIZE]; local
1969 if ((newhash = hash_questions(header, (unsigned int)size, daemon->namebuff)))
1970 memcpy(hash, newhash, HASH_SIZE);
2127 newhash = hash_questions(header, (unsigned int)m, daemon->namebuff);
2128 if (!newhash || memcmp(hash, newhash, HASH_SIZE) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/editors/
H A Dawk.c564 xhash *newhash; local
566 newhash = xzalloc(sizeof(*newhash));
567 newhash->csize = FIRST_PRIME;
568 newhash->items = xzalloc(FIRST_PRIME * sizeof(newhash->items[0]));
570 return newhash;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/editors/
H A Dawk.c564 xhash *newhash; local
566 newhash = xzalloc(sizeof(*newhash));
567 newhash->csize = FIRST_PRIME;
568 newhash->items = xzalloc(FIRST_PRIME * sizeof(newhash->items[0]));
570 return newhash;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/editors/
H A Dawk.c564 xhash *newhash; local
566 newhash = xzalloc(sizeof(*newhash));
567 newhash->csize = FIRST_PRIME;
568 newhash->items = xzalloc(FIRST_PRIME * sizeof(newhash->items[0]));
570 return newhash;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/
H A Dtcp_ipv4.c1160 unsigned char newhash[16]; local
1182 genhash = tcp_v4_md5_hash_skb(newhash,
1186 if (genhash || memcmp(hash_location, newhash, 16) != 0) {
H A Dudp.c1266 void udp_lib_rehash(struct sock *sk, u16 newhash) argument
1273 nhslot2 = udp_hashslot2(udptable, newhash);
1274 udp_sk(sk)->udp_portaddr_hash = newhash;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv6/
H A Dtcp_ipv6.c855 u8 newhash[16]; local
875 genhash = tcp_v6_md5_hash_skb(newhash,
879 if (genhash || memcmp(hash_location, newhash, 16) != 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv4/
H A Dtcp_ipv4.c1160 unsigned char newhash[16]; local
1182 genhash = tcp_v4_md5_hash_skb(newhash,
1186 if (genhash || memcmp(hash_location, newhash, 16) != 0) {
H A Dudp.c1266 void udp_lib_rehash(struct sock *sk, u16 newhash) argument
1273 nhslot2 = udp_hashslot2(udptable, newhash);
1274 udp_sk(sk)->udp_portaddr_hash = newhash;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv6/
H A Dtcp_ipv6.c855 u8 newhash[16]; local
875 genhash = tcp_v6_md5_hash_skb(newhash,
879 if (genhash || memcmp(hash_location, newhash, 16) != 0) {

Completed in 124 milliseconds