Lines Matching refs:ic_netmask
134 static __be32 ic_netmask = NONE; /* Netmask for local subnet */
357 set_sockaddr(sin, ic_netmask, 0);
363 set_sockaddr(sin, ic_myaddr | ~ic_netmask, 0);
392 if ((ic_gateway ^ ic_myaddr) & ic_netmask) {
427 if (ic_netmask == NONE) {
429 ic_netmask = htonl(IN_CLASSA_NET);
431 ic_netmask = htonl(IN_CLASSB_NET);
433 ic_netmask = htonl(IN_CLASSC_NET);
435 ic_netmask = htonl(IN_CLASSE_NET);
442 &ic_netmask);
905 if (ic_netmask == NONE)
906 memcpy(&ic_netmask, ext+1, 4);
1573 &ic_myaddr, &ic_netmask, &ic_gateway);
1732 if ((ic_netmask = in_aton(ip)) == ANY)
1733 ic_netmask = NONE;