HomeSort by relevance Sort by last modified time
    Searched refs:rand_within (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/network/stress/ns-tools/
ns-icmp_redirector.c 300 new_hd_addr[3] = rand_within(0, 254);
301 new_hd_addr[4] = rand_within(0, 254);
302 new_hd_addr[5] = rand_within(1, 254);
313 new_nexthop[3] = rand_within(1, 254);
490 new_hd_addr[3] = rand_within(0, 254);
491 new_hd_addr[4] = rand_within(0, 254);
492 new_hd_addr[5] = rand_within(1, 254);
505 new_nexthop.s6_addr[15] = rand_within(1, 254);
ns-traffic.h 229 int rand_within(int first, int last);
ns-common.c 189 * Function: rand_within()
201 int rand_within(int first, int last) function

Completed in 920 milliseconds