Home
last modified time | relevance | path

Searched defs:HIGH (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Ddefs.h95 #define GET_RANDOM(LOW, HIGH) (random() % ((HIGH) - (LOW) + 1) + (LOW)) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Ddefs.h111 #define GET_RANDOM(LOW, HIGH) (random() % ((HIGH) - (LOW) + 1) + (LOW)) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_defs.h164 #define GET_RANDOM(LOW, HIGH) (random() % ((HIGH) - (LOW) + 1) + (LOW)) argument
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dkeytab.c430 enum { UNDEF, SPEC, HIGH, ALL, OLD } mode; in remove_principal() enumerator
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Ddrand48.c69 #define HIGH(x) LOW((x) >> N) macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddrand48.c71 #define HIGH(x) LOW((x) >> N) macro