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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c176 static u_int32_t opt_hash __P((const void *key));
691 bucket = hash_tbl[opt_hash(name)];
865 * opt_hash - a hash function that works quite well for strings. Returns
869 opt_hash(key) function
919 loc = opt_hash(sopt->name);

Completed in 107 milliseconds