Searched defs:netid (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/bluez/audio/
H A Dmanager.c355 uint8_t netid = 0x01; local
363 network = sdp_data_alloc(SDP_UINT8, &netid);
/external/dnsmasq/src/
H A Drfc2131.c97 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
1548 dhcp_packet_size(struct dhcp_packet *mess, struct dhcp_netid *netid, unsigned char *agent_id, unsigned char *real_end) argument
1760 option_find2(struct dhcp_netid *netid, struct dhcp_opt *opts, int opt) argument
1847 prune_vendor_opts(struct dhcp_netid *netid) argument
1864 pxe_opts(int pxe_arch, struct dhcp_netid *netid) argument
1997 find_boot(struct dhcp_netid *netid) argument
2014 do_options(struct dhcp_context *context, struct dhcp_packet *mess, unsigned char *end, unsigned char *req_options, char *hostname, char *domain, char *config_domain, struct dhcp_netid *netid, struct in_addr subnet_addr, unsigned char fqdn_flags, int null_term, int pxe_arch, unsigned char *uuid) argument
[all...]
H A Ddnsmasq.h448 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
/external/bluetooth/bluez/tools/
H A Dsdptool.c1481 uint8_t netid = si->network ? si->network : 0x01; // ???? profile document local
1482 sdp_data_t *network = sdp_data_alloc(SDP_UINT8, &netid);
1617 uint8_t netid = si->network ? si->network : 0x01; // ???? profile document local
1618 sdp_data_t *network = sdp_data_alloc(SDP_UINT8, &netid);
2574 uint8_t netid = si->network ? si->network : 0x02; // 0x02 = ISDN, 0x03 = GSM local
2575 sdp_data_t *network = sdp_data_alloc(SDP_UINT8, &netid);
2636 uint8_t netid = si->network ? si->network : 0x02; // 0x01-0x07 cf. p120 profile document local
2637 sdp_data_t *network = sdp_data_alloc(SDP_UINT8, &netid);
/external/bluetooth/bluez/src/
H A Dadapter.c2022 uint8_t netid = 0x01; // ???? profile document local
2023 sdp_data_t *network = sdp_data_alloc(SDP_UINT8, &netid);
2085 uint8_t netid = 0x01; // ???? profile document local
2086 sdp_data_t *network = sdp_data_alloc(SDP_UINT8, &netid);

Completed in 126 milliseconds