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

  /external/ltp/testcases/network/stress/dns/
dns-stress01-rmt 30 min_id max_id connect_quantity"
37 min_id="$5"
52 dig @$srv_ipaddr -p $port node${min_id}.${domain} $record > /dev/null || \
57 id=$min_id
61 [ $id -gt $max_id ] && id=$min_id
66 dig @$srv_ipaddr -p $port node${min_id}.${domain} $record > /dev/null || \
dns-stress02-rmt 29 min_id max_id connect_quantity"
36 min_id="$5"
55 dig @$srv_ipaddr $opt -p $port -x ${net}${sep}${min_id} $record > /dev/null || \
60 id=$min_id
64 [ $id -gt $max_id ] && id=$min_id
69 dig @$srv_ipaddr $opt -p $port -x ${net}${sep}${min_id} $record > /dev/null || \
  /system/bt/btif/src/
btif_sock_rfc.cc 165 uint32_t min_id = UINT32_MAX; local
169 rfc_slots[i].id < min_id) {
170 min_id = rfc_slots[i].id;

Completed in 72 milliseconds