Searched refs:ipaddr (Results 1 - 3 of 3) sorted by relevance

/solaris-userland/components/python/ipaddr/
H A DMakefile28 COMPONENT_NAME= ipaddr
35 COMPONENT_PROJECT_URL= http://code.google.com/p/ipaddr-py/
36 COMPONENT_BUGDB= python-mod/ipaddr
40 # ipaddr is not Python 3.x compatible, ipaddress should be used instead.
/solaris-userland/components/openstack/neutron/files/agent/solaris/
H A Dnet_lib.py59 def ipaddr_exists(cls, ipaddr, ifname=None):
65 return ipaddr in stdout
83 def create_address(self, ipaddr, addrobjname=None, temp=True,
91 elif addrcheck and self.ipaddr_exists(ipaddr, self._ifname):
96 if netaddr.IPNetwork(ipaddr).version == 6:
114 ipaddr, self._ifname]
139 def delete_address(self, ipaddr, addrcheck=True):
140 if addrcheck and not self.ipaddr_exists(ipaddr, self._ifname):
148 if ipaddr not in aobj_addr:
155 isV6 = netaddr.IPNetwork(ipaddr)
[all...]
/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.c1355 struct in_addr ipaddr; local
1368 ipaddr.s_addr = f4;
1369 (void) strlcpy(abuf, inet_ntoa(ipaddr), sizeof (abuf));
1370 ipaddr.s_addr = m4;
1371 (void) strlcpy(mbuf, inet_ntoa(ipaddr), sizeof (mbuf));
1913 struct in_addr ipaddr; local
1917 ipaddr.s_addr = ipv4->ipv4_src;
1918 cp = inet_ntoa(ipaddr);
1925 ipaddr.s_addr = ipv4->ipv4_dst;
1926 cp = inet_ntoa(ipaddr);
1998 struct in_addr ipaddr; local
[all...]

Completed in 537 milliseconds