Home | History | Annotate | Download | only in libnetutils

Lines Matching refs:gateway

89                      char *gateway,
109 snprintf(prop_name, sizeof(prop_name), "%s.%s.gateway", DHCP_PROP_NAME_PREFIX, p2p_interface);
110 property_get(prop_name, gateway, NULL);
116 if (gateway[0] == '\0' || strncmp(gateway, "0.0.0.0", 7) == 0) {
117 //DHCP server is our best bet as gateway
118 strncpy(gateway, server, PROPERTY_VALUE_MAX);
188 char *gateway,
246 if (fill_ip_info(interface, ipaddr, gateway, prefixLength, dns,
332 char *gateway,
375 return fill_ip_info(interface, ipaddr, gateway, prefixLength, dns,