Home
last modified time | relevance | path

Searched refs:hashkey (Results 1 – 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/mdocml/
HDmandoc_xr.c58 offsetof(struct mandoc_xr, hashkey)); in mandoc_xr_reset()
80 xr->sec = xr->hashkey; in mandoc_xr_add()
81 xr->name = xr->hashkey + ssz; in mandoc_xr_add()
88 pend = xr->hashkey + tsz; in mandoc_xr_add()
89 hv = ohash_interval(xr->hashkey, &pend); in mandoc_xr_add()
90 slot = ohash_lookup_memory(xr_hash, xr->hashkey, tsz, hv); in mandoc_xr_add()
HDmandoc_xr.h25 char hashkey[]; member
/freebsd-11-stable/libexec/revnetgroup/
HDhash.c104 hashkey(char *key) in hashkey() function
118 cur = table[hashkey(key)]; in lookup()
152 i = hashkey(key); in store()
182 i = hashkey(key); in mstore()
/freebsd-11-stable/sys/net/
HDflowtable.c1055 uint32_t *hashkey = fle->f_key; in flow_show() local
1072 inet_ntoa_r(*(struct in_addr *) &hashkey[0], daddr); in flow_show()
1074 inet_ntoa_r(*(struct in_addr *) &hashkey[1], saddr); in flow_show()
1075 dport = ntohs((uint16_t)(hashkey[2] >> 16)); in flow_show()
1076 sport = ntohs((uint16_t)(hashkey[2] & 0xffff)); in flow_show()
1087 hashkey[0], hashkey[1], hashkey[2], in flow_show()
1088 hashkey[3], hashkey[4], hashkey[5], in flow_show()
1089 hashkey[6], hashkey[7], hashkey[8]); in flow_show()
1092 hashkey[0], hashkey[1], hashkey[2]); in flow_show()
/freebsd-11-stable/libexec/mknetid/
HDhash.c103 u_int32_t hashkey(char *key) in hashkey() function
116 cur = table[hashkey(key)]; in lookup()
138 i = hashkey(key); in mstore()
/freebsd-11-stable/sys/netinet/
HDip_reass.c186 uint32_t hash, hashkey[3]; in ip_reass() local
246 hashkey[0] = ip->ip_src.s_addr; in ip_reass()
247 hashkey[1] = ip->ip_dst.s_addr; in ip_reass()
248 hashkey[2] = (uint32_t)ip->ip_p << 16; in ip_reass()
249 hashkey[2] += ip->ip_id; in ip_reass()
250 hash = jenkins_hash32(hashkey, nitems(hashkey), V_ipq_hashseed); in ip_reass()
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
HDchanges-table.c351 const void *hashkey; in svn_fs_bdb__changes_fetch() local
355 apr_hash_this(hi, &hashkey, &klen, NULL); in svn_fs_bdb__changes_fetch()
359 child_relpath = svn_fspath__skip_ancestor(change->path, hashkey); in svn_fs_bdb__changes_fetch()
361 apr_hash_set(changes, hashkey, klen, NULL); in svn_fs_bdb__changes_fetch()
/freebsd-11-stable/sys/mips/nlm/hal/
HDnlmsaelib.h464 unsigned char *hashkey, unsigned int hashkeylen) in nlm_crypto_fill_pkt_ctrl() argument
473 if (hashkey) in nlm_crypto_fill_pkt_ctrl()
475 hashkey, hashkeylen); in nlm_crypto_fill_pkt_ctrl()
/freebsd-11-stable/sys/netinet6/
HDfrag6.c219 uint32_t hashkey[(sizeof(struct in6_addr) * 2 + in frag6_input() local
300 hashkeyp = hashkey; in frag6_input()
306 hash = jenkins_hash32(hashkey, nitems(hashkey), V_ip6q_hashseed); in frag6_input()
/freebsd-11-stable/sbin/pfctl/
HDparse.y423 struct pf_poolhashkey *hashkey; member
480 %type <v.hashkey> hashkey
3897 hashkey : /* empty */
3974 | SOURCEHASH hashkey {