Searched refs:ic_gateway (Results 1 – 1 of 1) sorted by relevance
135 __be32 ic_gateway = NONE; /* Gateway IP address */ variable343 if (ic_gateway != NONE) { in ic_setup_routes()348 if ((ic_gateway ^ ic_myaddr) & ic_netmask) { in ic_setup_routes()354 set_sockaddr((struct sockaddr_in *) &rm.rt_gateway, ic_gateway, 0); in ic_setup_routes()815 if (ic_gateway == NONE) in ic_do_bootp_ext()816 memcpy(&ic_gateway, ext+1, 4); in ic_do_bootp_ext()1028 if (ic_gateway == NONE && b->relay_ip) in ic_bootp_recv()1029 ic_gateway = b->relay_ip; in ic_bootp_recv()1388 printk(", gw=%pI4", &ic_gateway); in ip_auto_config()1482 if ((ic_gateway = in_aton(ip)) == ANY) in ip_auto_config_setup()[all …]