Searched refs:gateway (Results 1 - 2 of 2) sorted by relevance

/solaris-userland/components/openstack/neutron/files/agent/solaris/
H A Ddhcp.py200 """Sets the default gateway for this dhcp namespace.
222 # If using gateway IPs on this port, we can skip the
300 # For each DHCP-enabled subnet, add that subnet's gateway
305 gateway = subnet.gateway_ip
306 if gateway:
308 ip_cidrs.append('%s/%s' % (gateway, net.prefixlen))
/solaris-userland/components/openvswitch/files/lib/
H A Dnetdev-solaris.c2116 * Adds 'router' as a default IP gateway.
2125 struct sockaddr_in gateway; local
2142 memset(&gateway, 0, sizeof (gateway));
2143 gateway.sin_family = AF_INET;
2144 gateway.sin_addr = router;
2163 (void) memcpy(cp, &gateway, l);
2182 * successful, stores the next hop gateway's address (0 if 'host' is on a
2199 boolean_t gateway = B_FALSE; local
2272 gateway
[all...]

Completed in 223 milliseconds