Lines Matching refs:ic_netmask
133 static __be32 ic_netmask = NONE; /* Netmask for local subnet */
381 set_sockaddr(sin, ic_netmask, 0);
387 set_sockaddr(sin, ic_myaddr | ~ic_netmask, 0);
416 if ((ic_gateway ^ ic_myaddr) & ic_netmask) {
451 if (ic_netmask == NONE) {
453 ic_netmask = htonl(IN_CLASSA_NET);
455 ic_netmask = htonl(IN_CLASSB_NET);
457 ic_netmask = htonl(IN_CLASSC_NET);
459 ic_netmask = htonl(IN_CLASSE_NET);
466 &ic_netmask);
932 if (ic_netmask == NONE)
933 memcpy(&ic_netmask, ext+1, 4);
1609 &ic_myaddr, &ic_netmask, &ic_gateway);
1768 if ((ic_netmask = in_aton(ip)) == ANY)
1769 ic_netmask = NONE;