HomeSort by relevance Sort by last modified time
    Searched refs:netmask (Results 26 - 50 of 53) sorted by null

12 3

  /external/libpcap/
pcap.h 211 struct sockaddr *netmask; /* netmask for that address */ member in struct:pcap_addr
pcap1.h 207 struct sockaddr *netmask; /* netmask for that address */ member in struct:pcap_addr
gencode.c 356 static bpf_u_int32 netmask; variable
378 netmask = mask;
    [all...]
  /external/quake/quake/src/WinQuake/
net_bw.cpp 230 static int netmask; variable
332 netmask = 0xffffffff >> (32 - ethdevinfo.subnetMask);
333 bcastaddr.s_addr = (ethdevinfo.inetAddr & netmask) | (~netmask);
  /libcore/luni/src/main/java/java/net/
NetworkInterface.java 166 InetAddress netmask = Libcore.os.ioctlInetAddress(fd, SIOCGIFNETMASK, interfaceName); local
173 (Inet4Address) broadcast, (Inet4Address) netmask));
  /external/tcpdump/
tcpdump.c 452 bpf_u_int32 localnet, netmask; local
866 netmask = 0;
932 if (pcap_lookupnet(device, &localnet, &netmask, ebuf) < 0) {
934 netmask = 0;
943 if (pcap_compile(pd, &fcode, cmdbuf, Oflag, netmask) < 0)
950 init_addrtoname(localnet, netmask);
    [all...]
  /external/dhcpcd/
if-bsd.c 142 const struct in_addr *netmask, const struct in_addr *broadcast,
163 ADDADDR(ifa.ifra_mask, netmask);
252 /* Ensure that netmask is set correctly */
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 846 const std::string& address, const std::string& netmask,
851 netmask(netmask),
863 std::string netmask; member in struct:chromeos::NetworkIPConfig
    [all...]
network_library.cc     [all...]
  /external/dnsmasq/src/
rfc2131.c 310 if (context_tmp->netmask.s_addr &&
311 is_same_net(addr, context_tmp->start, context_tmp->netmask) &&
312 is_same_net(addr, context_tmp->end, context_tmp->netmask))
321 if (context_tmp->netmask.s_addr &&
322 is_same_net(addr, context_tmp->start, context_tmp->netmask) &&
323 is_same_net(addr, context_tmp->end, context_tmp->netmask))
353 ntohl(mess->xid), daemon->namebuff, inet_ntoa(context_tmp->netmask));
    [all...]
dnsmasq.h 343 struct in_addr netmask; /* only valid for IPv4 */ member in struct:irec
542 struct in_addr netmask, broadcast; member in struct:dhcp_context
772 struct in_addr local_addr, struct in_addr netmask);
option.c 340 { "netmask", 1, OT_ADDR_LIST },
    [all...]
dnsmasq.c 1130 an allowed interface. As a side effect, we get the netmask of the
1189 buff = tcp_request(confd, now, dst_addr_4, iface->netmask);
    [all...]
  /external/iproute2/lib/
utils.c 46 int mask2bits(__u32 netmask)
49 __u32 mask = ntohl(netmask);
52 /* a valid netmask must be 2^n - 1 */
  /system/core/libnetutils/
ifc_utils.c 510 in_addr_t netmask; local
517 netmask = prefixLengthToIpv4Netmask(prefix_length);
518 init_sockaddr_in(&rt.rt_genmask, netmask);
  /external/iproute2/doc/
ip-tunnels.tex 59 ifconfig tunl0 10.0.0.1 netmask 255.255.255.255
67 ifconfig tunl0 10.0.0.1 netmask 255.255.255.255
69 route add -net 10.0.0.0 netmask 255.0.0.0 gw 193.233.7.65
ip-cref.tex 644 --- add the address 10.0.0.1 with prefix length 24 (i.e.\ netmask
    [all...]
  /external/ppp/pppd/
options.c     [all...]
ipcp.c 72 u_int32_t netmask = 0; /* IP netmask to set on interface */ variable
97 static char netmask_str[20]; /* string form of netmask value */
212 { "netmask", o_special, (void *)setnetmask,
213 "set netmask", OPT_PRIO | OPT_A2STRVAL | OPT_STATIC, netmask_str },
490 * setnetmask - set the netmask to be used on the interface.
509 if (n == 0 || p[n] != 0 || (netmask & ~mask) != 0) {
510 option_error("invalid netmask value '%s'", *argv);
514 netmask = mask;
    [all...]
pppd.h 281 extern u_int32_t netmask; /* IP netmask to set on interface */
651 u_int32_t GetMask __P((u_int32_t)); /* Get appropriate netmask for address */
    [all...]
sys-linux.c     [all...]
sys-solaris.c     [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 617 ipconfig_dict->SetString("subnetAddress", ipconfig.netmask);
    [all...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 1687 milliseconds

12 3