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

/freebsd-10.0-release/libexec/mknetid/
H A Dhash.c103 u_int32_t hashkey(char *key) function
116 cur = table[hashkey(key)];
138 i = hashkey(key);
/freebsd-10.0-release/libexec/revnetgroup/
H A Dhash.c104 hashkey(char *key) function
118 cur = table[hashkey(key)];
152 i = hashkey(key);
182 i = hashkey(key);
/freebsd-10.0-release/sys/net/
H A Dflowtable.c612 uint32_t *hashkey = NULL; local
618 hashkey = ((struct flentry_v4 *)fle)->fl_flow.ipf_key;
619 sin->sin_addr.s_addr = hashkey[2];
819 uint32_t *hashkey = NULL; local
826 hashkey = ((struct flentry_v6 *)fle)->fl_flow.ipf_key;
827 memcpy(&sin6->sin6_addr, &hashkey[5], sizeof (struct in6_addr));
898 uint32_t *hashkey; local
903 hashkey = ((struct flentry_v4 *)fle)->fl_flow.ipf_key;
906 hashkey = ((struct flentry_v6 *)fle)->fl_flow.ipf_key;
910 hashkey[
1074 uint32_t *hashkey; local
1655 uint32_t *hashkey; local
1699 uint32_t *hashkey; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dchanges-table.c329 const void *hashkey;
333 apr_hash_this(hi, &hashkey, &klen, NULL);
337 child_relpath = svn_fspath__skip_ancestor(change->path, hashkey);
339 apr_hash_set(changes, hashkey, klen, NULL);
327 const void *hashkey; local
/freebsd-10.0-release/sys/mips/nlm/hal/
H A Dnlmsaelib.h464 unsigned char *hashkey, unsigned int hashkeylen)
473 if (hashkey)
475 hashkey, hashkeylen);
460 nlm_crypto_fill_pkt_ctrl(struct nlm_crypto_pkt_ctrl *ctrl, unsigned int hmac, enum nlm_hash_algo hashalg, enum nlm_hash_mode hashmode, enum nlm_cipher_algo cipheralg, enum nlm_cipher_mode ciphermode, unsigned char *cipherkey, unsigned int cipherkeylen, unsigned char *hashkey, unsigned int hashkeylen) argument
/freebsd-10.0-release/sys/netinet/
H A Din.c1416 u_int hashkey; local
1422 hashkey = sin->sin_addr.s_addr;
1423 lleh = &llt->lle_head[LLATBL_HASH(hashkey, LLTBL_HASHMASK)];
/freebsd-10.0-release/sys/netinet6/
H A Din6.c2610 u_int hashkey; local
2616 hashkey = sin6->sin6_addr.s6_addr32[3];
2617 lleh = &llt->lle_head[LLATBL_HASH(hashkey, LLTBL_HASHMASK)];
/freebsd-10.0-release/sbin/pfctl/
H A Dparse.y413 struct pf_poolhashkey *hashkey;
468 %type <v.hashkey> hashkey
3663 hashkey : /* empty */ label
3667 err(1, "hashkey: calloc");
3684 err(1, "hashkey: calloc");
3699 err(1, "hashkey: calloc");
3740 | SOURCEHASH hashkey {

Completed in 126 milliseconds