ic_gateway 685 arch/sparc/kernel/setup_64.c ic_gateway = gw; ic_gateway 14 include/net/ipconfig.h extern __be32 ic_gateway; /* Gateway IP address */ ic_gateway 135 net/ipv4/ipconfig.c __be32 ic_gateway = NONE; /* Gateway IP address */ ic_gateway 387 net/ipv4/ipconfig.c if (ic_gateway != NONE) { ic_gateway 392 net/ipv4/ipconfig.c if ((ic_gateway ^ ic_myaddr) & ic_netmask) { ic_gateway 398 net/ipv4/ipconfig.c set_sockaddr((struct sockaddr_in *) &rm.rt_gateway, ic_gateway, 0); ic_gateway 909 net/ipv4/ipconfig.c if (ic_gateway == NONE) ic_gateway 910 net/ipv4/ipconfig.c memcpy(&ic_gateway, ext+1, 4); ic_gateway 1132 net/ipv4/ipconfig.c if (ic_gateway == NONE && b->relay_ip) ic_gateway 1133 net/ipv4/ipconfig.c ic_gateway = b->relay_ip; ic_gateway 1561 net/ipv4/ipconfig.c &ic_myaddr, &ic_netmask, &ic_gateway); ic_gateway 1712 net/ipv4/ipconfig.c if ((ic_gateway = in_aton(ip)) == ANY) ic_gateway 1713 net/ipv4/ipconfig.c ic_gateway = NONE;