Home
last modified time | relevance | path

Searched refs:ic_gateway (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/net/ipv4/
Dipconfig.c136 __be32 ic_gateway = NONE; /* Gateway IP address */ variable
378 if (ic_gateway != NONE) { in ic_setup_routes()
383 if ((ic_gateway ^ ic_myaddr) & ic_netmask) { in ic_setup_routes()
389 set_sockaddr((struct sockaddr_in *) &rm.rt_gateway, ic_gateway, 0); in ic_setup_routes()
859 if (ic_gateway == NONE) in ic_do_bootp_ext()
860 memcpy(&ic_gateway, ext+1, 4); in ic_do_bootp_ext()
1083 if (ic_gateway == NONE && b->relay_ip) in ic_bootp_recv()
1084 ic_gateway = b->relay_ip; in ic_bootp_recv()
1475 printk(KERN_CONT ", gw=%pI4", &ic_gateway); in ip_auto_config()
1571 if ((ic_gateway = in_aton(ip)) == ANY) in ip_auto_config_setup()
[all …]
/linux-2.6.39/include/net/
Dipconfig.h13 extern __be32 ic_gateway; /* Gateway IP address */
/linux-2.6.39/arch/sparc/kernel/
Dsetup_64.c328 ic_gateway = gw; in setup_arch()