Searched refs:netmask (Results 76 - 89 of 89) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ripd/
H A Dripd.c744 u_char netmask = 0;
766 netmask = ip_masklen (rte->mask);
817 inet_ntop (AF_INET, &rte->prefix, pbuf, BUFSIZ),netmask,
1256 /* For RIPv1, there won't be a valid netmask.
1292 /* In case of RIPv2, if prefix in RTE is not netmask applied one
1306 /* Default route's netmask is ignored. */
1313 zlog_info ("Default route with non-zero netmask. Set zero to netmask");
741 u_char netmask = 0; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dsys-sunos4.c946 * sifaddr - Config the interface IP addresses and netmask.
960 error("Couldn't set IP netmask: %m");
1148 * Get its netmask and check that it's on the right subnet.
1223 * Return user specified netmask, modified by any mask we might determine
1227 * network as `addr'. If we find any, we OR in their netmask to the
1228 * user-specified netmask.
1246 mask = netmask | htonl(nmask);
1279 * Get its netmask and OR it into our mask.
H A Dsys-linux.c1689 * Get its netmask and check that it's on the right subnet.
1775 * Return user specified netmask, modified by any mask we might determine
1779 * network as `addr'. If we find any, we OR in their netmask to the
1780 * user-specified netmask.
1800 mask = netmask | htonl(nmask);
1832 * Get its netmask and OR it into our mask.
2198 * sifaddr - Config the interface IP addresses and netmask.
2239 * Set the netmask.
2240 * For recent kernels, force the netmask to 255.255.255.255.
H A Dsys-solaris.c1836 * sifaddr - Config the interface IP addresses and netmask.
1851 error("Couldn't set IP netmask: %m");
2061 * Get its netmask and check that it's on the right subnet.
2256 * Return user specified netmask, modified by any mask we might determine
2260 * network as `addr'. If we find any, we OR in their netmask to the
2261 * user-specified netmask.
2280 mask = netmask | htonl(nmask);
2318 * Get its netmask and OR it into our mask.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppoecd/
H A Dsys-linux.c708 * Return user specified netmask, modified by any mask we might determine
712 * network as `addr'. If we find any, we OR in their netmask to the
713 * user-specified netmask.
733 mask = netmask | htonl(nmask);
765 * Get its netmask and OR it into our mask.
884 * sifaddr - Config the interface IP addresses and netmask.
925 * Set the netmask.
926 * For recent kernels, force the netmask to 255.255.255.255.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.33/src/
H A Ddnsmasq.c715 an allowed interface. As a side effect, we get the netmask of the
775 buff = tcp_request(daemon, confd, now, dst_addr_4, iface->netmask);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dfib_semantics.c944 res->netmask = mask;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_core.c221 /* Mask saddr with the netmask to adjust template granularity */
222 snet = iph->saddr & svc->netmask;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/bgpd/
H A Dbgp_route.c8509 struct in_addr netmask;
8512 masklen2ip (p->prefixlen, &netmask);
8524 vty_out (vty, " mask %s", inet_ntoa (netmask));
8552 struct in_addr netmask;
8554 masklen2ip (p->prefixlen, &netmask);
8557 inet_ntoa (netmask));
8477 struct in_addr netmask; local
8520 struct in_addr netmask; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dt3_cpl.h1356 __be32 netmask; member in struct:cpl_rte_write_req
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/net/
H A Dqeth_main.c6108 qeth_fill_netmask(u8 *netmask, unsigned int len) argument
6114 netmask[i] = 0xff;
6116 netmask[i] = (u8)(0xFF00>>j);
6118 netmask[i] = 0;
6129 __u8 netmask[16]; local
6139 qeth_fill_netmask(netmask,addr->u.a6.pfxlen);
6140 memcpy(cmd->data.setdelip6.mask, netmask,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c1784 * Get its netmask and check that it's on the right subnet.
1796 an interface to have a netmask of 0.0.0.0 */
1864 * Return user specified netmask, modified by any mask we might determine
1868 * network as `addr'. If we find any, we OR in their netmask to the
1869 * user-specified netmask.
1889 mask = netmask | htonl(nmask);
1921 * Get its netmask and OR it into our mask.
2297 * sifaddr - Config the interface IP addresses and netmask.
2338 * Set the netmask.
2339 * For recent kernels, force the netmask t
[all...]
H A Dsys-solaris.c1963 * sifaddr - Config the interface IP addresses and netmask.
1978 error("Couldn't set IP netmask: %m");
2188 * Get its netmask and check that it's on the right subnet.
2383 * Return user specified netmask, modified by any mask we might determine
2387 * network as `addr'. If we find any, we OR in their netmask to the
2388 * user-specified netmask.
2407 mask = netmask | htonl(nmask);
2445 * Get its netmask and OR it into our mask.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/doc/
H A Dip-cref.tex647 --- add the address 10.0.0.1 with prefix length 24 (i.e.\ netmask
1448 ignoring its length (i.e.\ netmask). This option no longer exists
3209 echo "Peer address with non-trivial netmask." 1>&2

Completed in 317 milliseconds

1234