Searched refs:link_type (Results 1 – 14 of 14) sorted by relevance
/external/tcpdump/ |
D | print-lmp.c | 370 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()
|
D | print-olsr.c | 218 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()
|
D | ospf6.h | 132 u_int8_t link_type; member
|
D | ospf.h | 175 u_int8_t link_type; member
|
D | print-ospf6.c | 300 switch (rlp->link_type) { in ospf6_print_lsa() 323 rlp->link_type); in ospf6_print_lsa()
|
D | print-ospf.c | 284 switch (rlp->link_type) { in ospf_print_lsa() 312 rlp->link_type); in ospf_print_lsa()
|
/external/bluetooth/bluez/test/ |
D | hciemu.c | 89 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/ |
D | bt.h | 1334 uint8_t link_type; member 1343 uint8_t link_type; member 1505 uint8_t link_type; member 1593 uint8_t link_type; member
|
D | bt-hci.c | 716 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/ |
D | hci.h | 1714 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/ |
D | hci.c | 3026 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/ |
D | net.c | 1176 int link_type = I_PLINK;; in tap_alloc() local 1263 if ((arp_muxid = ioctl (ip_fd, link_type, arp_fd)) < 0) in tap_alloc()
|
D | net-android.c | 1304 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/ |
D | hciops.c | 2069 if (evt->link_type != ACL_LINK) in conn_complete()
|