Home
last modified time | relevance | path

Searched refs:hashidx (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.sbin/ypserv/mknetid/
Dmknetid.c98 hashidx(char key) in hashidx() function
134 idx = hashidx(username[0]); in add_user()
150 idx = hashidx(username[0]); in add_group()
/openbsd/src/sys/net/
Dpf_lb.c383 u_int64_t hashidx; in pf_map_addr() local
489 hashidx = pf_hash(saddr, &hash, &rpool->key, af); in pf_map_addr()
505 rpool->tblidx = (int)(hashidx % cnt); in pf_map_addr()