Lines Matching refs:ic_gateway
134 __be32 ic_gateway = NONE; /* Gateway IP address */
411 if (ic_gateway != NONE) {
416 if ((ic_gateway ^ ic_myaddr) & ic_netmask) {
422 set_sockaddr((struct sockaddr_in *) &rm.rt_gateway, ic_gateway, 0);
936 if (ic_gateway == NONE)
937 memcpy(&ic_gateway, ext+1, 4);
1163 if (ic_gateway == NONE && b->relay_ip)
1164 ic_gateway = b->relay_ip;
1609 &ic_myaddr, &ic_netmask, &ic_gateway);
1764 if ((ic_gateway = in_aton(ip)) == ANY)
1765 ic_gateway = NONE;