HomeSort by relevance Sort by last modified time
    Searched defs:netid (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/wifi/
WifiAPITest.java 41 private int netid; field in class:WifiAPITest
113 netid = Integer.parseInt(value.toString());
114 mWifiManager.disableNetwork(netid);
133 netid = Integer.parseInt(value.toString());
134 mWifiManager.enableNetwork(netid, false);
  /external/dnsmasq/src/
rfc2131.c 97 static size_t dhcp_packet_size(struct dhcp_packet *mess, struct dhcp_netid *netid,
106 struct dhcp_netid *netid,
116 static int prune_vendor_opts(struct dhcp_netid *netid);
117 static struct dhcp_opt *pxe_opts(int pxe_arch, struct dhcp_netid *netid);
118 struct dhcp_boot *find_boot(struct dhcp_netid *netid);
139 struct dhcp_netid *netid; local
156 netid = &iface_id;
240 vendor->netid.next = netid;
241 netid = &vendor->netid
    [all...]
dnsmasq.h 448 struct dhcp_netid netid; member in struct:dhcp_config
476 struct dhcp_netid *netid; member in struct:dhcp_opt
495 struct dhcp_netid *netid; member in struct:dhcp_boot
503 struct dhcp_netid *netid; member in struct:pxe_service
517 struct dhcp_netid netid; member in struct:dhcp_vendor
525 struct dhcp_netid netid; member in struct:dhcp_mac
546 struct dhcp_netid netid, *filter; member in struct:dhcp_context

Completed in 222 milliseconds