Searched refs:ip (Results 1 - 9 of 9) sorted by relevance

/solaris-userland/components/openvswitch/files/lib/
H A Droute-table-solaris.c66 route_table_get_name(ovs_be32 ip, char name[IFNAMSIZ]) argument
87 sin.sin_addr.s_addr = ip;
H A Dnetdev-solaris.c2317 * Looks up the ARP table entry for 'ip' on 'netdev'. If one exists and can be
2320 * ENXIO indicates that there is not ARP table entry for 'ip' on 'netdev'.
2324 ovs_be32 ip OVS_UNUSED, uint8_t mac[ETH_ADDR_LEN] OVS_UNUSED)
2335 sin->sin_addr.s_addr = ip;
H A Dutil-solaris.c41 #include <inet/ip.h>
325 * under. We use "/dev/udp" instead of "/dev/ip" since STREAMS will not let
326 * you PLINK a driver under itself, and "/dev/ip" is typically the driver at
536 * We use DLPI_NOATTACH because the ip module will do the attach
1657 err = dlmgr_DLValue_fm_putstring(ddvp, ddmp, "local-ip",
1667 "remote-ip", buf, rbuf, dstr, sizeof (dstr));
1811 "tun-local-ip", buf, rbuf, dstr, sizeof (dstr));
1820 "tun-remote-ip", buf, rbuf, dstr, sizeof (dstr));
2455 } else if (strcmp(key, "local-ip") == 0 ||
2456 strcmp(key, "remote-ip")
[all...]
/solaris-userland/components/openstack/neutron/files/agent/solaris/
H A Ddhcp.py169 def _release_lease(self, mac_address, ip, client_id):
171 if netaddr.IPAddress(ip).version == constants.IP_VERSION_6:
177 ip, mac_address]
237 port_subnet_ids = set(ip.subnet_id for ip in port.fixed_ips)
H A Dpf_firewall.py261 for ip in self.sg_members[remote_group_id][ethertype]:
262 if ip not in port_ips:
266 ip_prefix = str(netaddr.IPNetwork(ip).cidr)
332 # split groups by ip version
/solaris-userland/components/openstack/nova/files/solariszones/
H A Dsysconfig.py29 def create_ncp_defaultfixed(addrtype, linkname, netid, ip_version, ip=None,
66 name="static_address", value=ip)
94 name="static_address", value=ip)
H A Ddriver.py1412 if target_host in [connector['ip'], connector['host']]:
1680 ip = vif['network']['subnets'][0]['ips'][0]['address']
1682 ip_cidr = "%s/%s" % (ip, cidr.split('/')[1])
4468 | {'opt_name': 'server-ip-address',
4534 Connector information is a dictionary representing the ip of the
4540 'ip': ip,
4549 'ip': self.get_host_ip_addr(),
/solaris-userland/components/openstack/cinder/files/solaris/
H A Dzfs.py290 def _remote_piped_execute(self, cmd1, cmd2, ip, username, password):
293 (' '.join(cmd1), ' '.join(cmd2), ip))
297 client.connect(ip, username=username, password=password)
307 % (ip, stdout.read(), stderr.read()))
308 msg = (_("Remote piped execution failed to host '%s'.") % ip)
359 ip = self.configuration.san_ip
362 self._remote_piped_execute(cmd1, cmd2, ip, username, password)
798 def _create_tpg(self, tpg, ip):
801 self._execute('/usr/sbin/itadm', 'create-tpg', tpg, ip)
809 for ip i
[all...]
/solaris-userland/components/net-snmp-57/sun/agent/modules/seaExtensions/
H A DsunProcesses.c516 gettty(ip)
517 int *ip; /* where the search left off last time */
521 if (info.pr_ttydev != PRNODEV && *ip >= 0) {
522 for (i = *ip; i < ndev; i++) {
524 *ip = i + 1;
529 *ip = -1;

Completed in 985 milliseconds