Searched refs:link_type (Results 1 - 15 of 15) sorted by relevance

/external/opencore/oscl/oscl/osclbase/src/
H A Doscl_tree.h91 typedef Oscl_Rb_Tree_Node<Value>* link_type; typedef in struct:Oscl_Rb_Tree_Node
105 typedef Oscl_Rb_Tree_Node<Value>* link_type; typedef in struct:Oscl_Rb_Tree_Iterator
110 Oscl_Rb_Tree_Iterator(link_type x)
121 return link_type(node)->value;
212 typedef Oscl_Rb_Tree_Node<Value>* link_type; typedef in struct:Oscl_Rb_Tree_Const_Iterator
217 Oscl_Rb_Tree_Const_Iterator(link_type x)
228 return link_type(node)->value;
337 typedef typename Oscl_Rb_Tree_Node<Value>::link_type link_type; typedef in class:Oscl_Rb_Tree
347 link_type heade
[all...]
/external/tcpdump/
H A Dprint-lmp.c370 int link_type; local
783 link_type = EXTRACT_16BITS(obj_tptr)>>8;
787 "Unknown", link_type),
788 link_type);
790 if (link_type == LMP_SD_SERVICE_CONFIG_CPSA_LINK_TYPE_SDH) {
798 if (link_type == LMP_SD_SERVICE_CONFIG_CPSA_LINK_TYPE_SONET) {
H A Dprint-olsr.c218 u_int8_t link_type, neighbor_type; local
298 link_type = OLSR_EXTRACT_LINK_TYPE(ptr.hello_link->link_code);
302 tok2str(olsr_link_type_values, "Unknown", link_type),
H A Dospf.h116 /* rla_link.link_type */
175 u_int8_t link_type; member in struct:lsa::__anon5318::__anon5319::rlalink
H A Dospf6.h71 /* rla_link.link_type */
132 u_int8_t link_type; member in struct:lsa::__anon5333::__anon5334::rlalink
H A Dprint-ospf.c284 switch (rlp->link_type) {
312 rlp->link_type);
H A Dprint-ospf6.c300 switch (rlp->link_type) {
323 rlp->link_type);
/external/bluetooth/bluez/include/bluetooth/
H A Dhci.h1284 uint8_t link_type; member in struct:__anon220
1293 uint8_t link_type; member in struct:__anon221
1452 uint8_t link_type; member in struct:__anon242
1538 uint8_t link_type; member in struct:__anon252
/external/bluetooth/bluez/test/
H A Dhciemu.c105 uint8_t link_type; member in struct:vhci_link_info
337 cr->link_type = ACL_LINK;
366 cc->link_type = ACL_LINK;
582 info.link_type = ACL_LINK;
/external/qemu/hw/
H A Dbt.h1336 uint8_t link_type; member in struct:__anon3871
1345 uint8_t link_type; member in struct:__anon3872
1507 uint8_t link_type; member in struct:__anon3894
1595 uint8_t link_type; member in struct:__anon3904
H A Dbt-hci.c718 params.link_type = ACL_LINK;
758 params.link_type = ACL_LINK;
789 params.link_type = ACL_LINK;
871 params.link_type = ACL_LINK;
/external/bluetooth/hcidump/parser/
H A Dhci.c2511 linktype2str(evt->link_type), evt->encr_mode);
2529 evt->dev_class[0], linktype2str(evt->link_type));
2747 printf("type %s\n", linktype2str(evt->link_type));
2895 evt->link_type == 0 ? "SCO" : "eSCO");
/external/bluetooth/bluez/src/
H A Dsecurity.c835 if (evt->link_type != ACL_LINK)
/external/qemu/
H A Dnet-android.c1261 int link_type = I_PLINK;; local
1348 if ((arp_muxid = ioctl (ip_fd, link_type, arp_fd)) < 0)
H A Dnet.c1176 int link_type = I_PLINK;; local
1263 if ((arp_muxid = ioctl (ip_fd, link_type, arp_fd)) < 0)

Completed in 165 milliseconds