/external/bcc/examples/networking/distributed_bridge/ |
tunnel.py | 17 host_id = int(argv[1]) variable 67 ipaddr = "99.1.%d.%d/24" % (i, host_id + 1)
|
tunnel_mesh.py | 18 host_id = int(argv[2]) variable 44 gre_local='172.16.1.%d' % (100 + host_id), 66 if i != host_id: 86 ipaddr = "99.1.%d.%d/24" % (j, host_id + 1) 91 if dhcp == 1 and host_id == 0: 115 call(["/bin/rm", "-rf", "/tmp/dhcp_%d_%d" % (host_id, j)]) 116 call(["mkdir", "/tmp/dhcp_%d_%d" % (host_id, j)]) 117 call(["touch", "/tmp/dhcp_%d_%d/dhclient.conf" % (host_id, j)]) 118 call(["touch", "/tmp/dhcp_%d_%d/dhclient.lease" % (host_id, j)]) 120 "-cf", "/tmp/dhcp_%d_%d/dhclient.conf" % (host_id, j) [all...] |
/external/u-boot/disk/ |
part_amiga.h | 34 u32 host_id; member in struct:rigid_disk_block 85 u32 host_id; member in struct:partition_block 101 u32 host_id; member in struct:bootcode_block
|
/external/autotest/frontend/client/src/autotest/afe/ |
HostDetailView.java | 281 String host_id = Utils.jsonToString(currentHostObject.get("id")).trim(); local 287 shard_url = shard_url + "/afe/#tab_id=view_host&object_id=" + host_id;
|