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

  /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...]
option.c 316 { LOPT_MATCH, ARG_DUP, "<netid>,<optspec>", gettext_noop("Set tag if client includes matching option in request."), NULL },
677 new->netid = NULL;
721 new->netid = opt_malloc(sizeof (struct dhcp_netid));
724 new->netid->net = opt_string_alloc(arg+4);
726 new->netid->net = opt_string_alloc(arg);
727 new->netid->next = np;
728 np = new->netid;
957 !new->netid ||
958 new->netid->next)
    [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
  /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/bluetooth/bluez/tools/
sdptool.c 1481 uint8_t netid = si->network ? si->network : 0x01; \/\/ ???? profile document local
1617 uint8_t netid = si->network ? si->network : 0x01; \/\/ ???? profile document local
2574 uint8_t netid = si->network ? si->network : 0x02; \/\/ 0x02 = ISDN, 0x03 = GSM local
2636 uint8_t netid = si->network ? si->network : 0x02; \/\/ 0x01-0x07 cf. p120 profile document local
    [all...]
  /external/bluetooth/bluez/audio/
manager.c 355 uint8_t netid = 0x01; local
363 network = sdp_data_alloc(SDP_UINT8, &netid);
  /external/bluetooth/bluez/src/
adapter.c 2022 uint8_t netid = 0x01; \/\/ ???? profile document local
2085 uint8_t netid = 0x01; \/\/ ???? profile document local
    [all...]

Completed in 142 milliseconds