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

/freebsd-11.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-11.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-11.0-release/sys/net/
H A Dflowtable.c1055 uint32_t *hashkey = fle->f_key; local
1072 inet_ntoa_r(*(struct in_addr *) &hashkey[0], daddr);
1074 inet_ntoa_r(*(struct in_addr *) &hashkey[1], saddr);
1075 dport = ntohs((uint16_t)(hashkey[2] >> 16));
1076 sport = ntohs((uint16_t)(hashkey[2] & 0xffff));
1087 hashkey[0], hashkey[1], hashkey[2],
1088 hashkey[3], hashkey[
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dchanges-table.c353 const void *hashkey;
357 apr_hash_this(hi, &hashkey, &klen, NULL);
361 child_relpath = svn_fspath__skip_ancestor(change->path, hashkey);
363 apr_hash_set(changes, hashkey, klen, NULL);
351 const void *hashkey; local
/freebsd-11.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-11.0-release/sbin/pfctl/
H A Dparse.y420 struct pf_poolhashkey *hashkey;
477 %type <v.hashkey> hashkey
3875 hashkey : /* empty */ label
3879 err(1, "hashkey: calloc");
3896 err(1, "hashkey: calloc");
3911 err(1, "hashkey: calloc");
3952 | SOURCEHASH hashkey {

Completed in 76 milliseconds