Home
last modified time | relevance | path

Searched defs:LOW (Results 1 – 5 of 5) 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/uts/common/inet/ipf/
H A Ddrand48.c68 #define LOW(x) ((unsigned)(x) & MASK) macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddrand48.c70 #define LOW(x) ((unsigned)(x) & MASK) macro