Searched defs:opt_hash (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c175 static u_int32_t opt_hash __P((const void *key));
690 bucket = hash_tbl[opt_hash(name)];
864 * opt_hash - a hash function that works quite well for strings. Returns
868 opt_hash(key) function
918 loc = opt_hash(sopt->name);

Completed in 273 milliseconds