Lines Matching full:gateway
75 GATEWAY, enumerator
678 * Get the address of default gateway (ipv4). in kvp_get_ipconfig_info()
684 * Execute the command to gather gateway info. in kvp_get_ipconfig_info()
690 * Get the address of default gateway (ipv6). in kvp_get_ipconfig_info()
696 * Execute the command to gather gateway info (ipv6). in kvp_get_ipconfig_info()
1120 case GATEWAY: in process_ip_string()
1121 snprintf(str, sizeof(str), "%s", "GATEWAY"); in process_ip_string()
1130 } else if (type == GATEWAY && i == 0) { in process_ip_string()
1145 case GATEWAY: in process_ip_string()
1214 * GATEWAY=ipaddr1 in kvp_set_ip_info()
1219 * IPV6 addresses will be tagged as IPV6ADDR, IPV6 gateway will be in kvp_set_ip_info()
1278 * Write the configuration for ipaddress, netmask, gateway and in kvp_set_ip_info()
1290 error = process_ip_string(file, (char *)new_val->gate_way, GATEWAY); in kvp_set_ip_info()