Lines Matching refs:ic_gateway
135 __be32 ic_gateway = NONE; /* Gateway IP address */
387 if (ic_gateway != NONE) {
392 if ((ic_gateway ^ ic_myaddr) & ic_netmask) {
398 set_sockaddr((struct sockaddr_in *) &rm.rt_gateway, ic_gateway, 0);
909 if (ic_gateway == NONE)
910 memcpy(&ic_gateway, ext+1, 4);
1135 if (ic_gateway == NONE && b->relay_ip)
1136 ic_gateway = b->relay_ip;
1573 &ic_myaddr, &ic_netmask, &ic_gateway);
1728 if ((ic_gateway = in_aton(ip)) == ANY)
1729 ic_gateway = NONE;