Home
last modified time | relevance | path

Searched refs:link_type (Results 1 – 14 of 14) sorted by relevance

/external/tcpdump/
Dprint-lmp.c370 int link_type; in lmp_print() local
783 link_type = EXTRACT_16BITS(obj_tptr)>>8; in lmp_print()
787 "Unknown", link_type), in lmp_print()
788 link_type); in lmp_print()
790 if (link_type == LMP_SD_SERVICE_CONFIG_CPSA_LINK_TYPE_SDH) { in lmp_print()
798 if (link_type == LMP_SD_SERVICE_CONFIG_CPSA_LINK_TYPE_SONET) { in lmp_print()
Dprint-olsr.c218 u_int8_t link_type, neighbor_type; in olsr_print() local
298 link_type = OLSR_EXTRACT_LINK_TYPE(ptr.hello_link->link_code); in olsr_print()
302 tok2str(olsr_link_type_values, "Unknown", link_type), in olsr_print()
Dospf6.h132 u_int8_t link_type; member
Dospf.h175 u_int8_t link_type; member
Dprint-ospf6.c300 switch (rlp->link_type) { in ospf6_print_lsa()
323 rlp->link_type); in ospf6_print_lsa()
Dprint-ospf.c284 switch (rlp->link_type) { in ospf_print_lsa()
312 rlp->link_type); in ospf_print_lsa()
/external/bluetooth/bluez/test/
Dhciemu.c89 uint8_t link_type; member
323 cr->link_type = ACL_LINK; in connect_request()
352 cc->link_type = ACL_LINK; in connect_complete()
571 info.link_type = ACL_LINK; in create_connection()
/external/qemu/hw/
Dbt.h1334 uint8_t link_type; member
1343 uint8_t link_type; member
1505 uint8_t link_type; member
1593 uint8_t link_type; member
Dbt-hci.c716 params.link_type = ACL_LINK; in bt_hci_connection_reject_event()
756 params.link_type = ACL_LINK; in bt_hci_connection_accept()
787 params.link_type = ACL_LINK; in bt_hci_lmp_connection_request()
869 params.link_type = ACL_LINK; in bt_hci_lmp_connection_complete()
/external/bluetooth/bluez/lib/bluetooth/
Dhci.h1714 uint8_t link_type; member
1723 uint8_t link_type; member
1882 uint8_t link_type; member
1968 uint8_t link_type; member
/external/bluetooth/hcidump/parser/
Dhci.c3026 linktype2str(evt->link_type), evt->encr_mode); in conn_complete_dump()
3044 evt->dev_class[0], linktype2str(evt->link_type)); in conn_request_dump()
3262 printf("type %s\n", linktype2str(evt->link_type)); in data_buffer_overflow_dump()
3410 evt->link_type == 0 ? "SCO" : "eSCO"); in sync_conn_complete_dump()
/external/qemu/
Dnet.c1176 int link_type = I_PLINK;; in tap_alloc() local
1263 if ((arp_muxid = ioctl (ip_fd, link_type, arp_fd)) < 0) in tap_alloc()
Dnet-android.c1304 int link_type = I_PLINK;; in tap_alloc() local
1391 if ((arp_muxid = ioctl (ip_fd, link_type, arp_fd)) < 0) in tap_alloc()
/external/bluetooth/bluez/plugins/
Dhciops.c2069 if (evt->link_type != ACL_LINK) in conn_complete()