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

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

Completed in 178 milliseconds