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

  /external/tcpdump/
print-lmp.c 370 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) {
print-olsr.c 218 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),
ospf.h 116 /* rla_link.link_type */
175 u_int8_t link_type; member in struct:lsa::__anon7852::__anon7853::rlalink
ospf6.h 71 /* rla_link.link_type */
132 u_int8_t link_type; member in struct:lsa::__anon7867::__anon7868::rlalink
print-ospf.c 284 switch (rlp->link_type) {
312 rlp->link_type);
    [all...]
print-ospf6.c 300 switch (rlp->link_type) {
323 rlp->link_type);
  /external/bluetooth/bluez/test/
hciemu.c 105 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/bluetooth/bluez/lib/bluetooth/
hci.h 1546 uint8_t link_type; member in struct:__anon1844
1555 uint8_t link_type; member in struct:__anon1845
1714 uint8_t link_type; member in struct:__anon1866
1800 uint8_t link_type; member in struct:__anon1876
    [all...]
  /external/qemu/hw/
bt.h 1336 uint8_t link_type; member in struct:__anon6412
1345 uint8_t link_type; member in struct:__anon6413
1507 uint8_t link_type; member in struct:__anon6435
1595 uint8_t link_type; member in struct:__anon6445
    [all...]
bt-hci.c 716 params.link_type = ACL_LINK;
756 params.link_type = ACL_LINK;
787 params.link_type = ACL_LINK;
869 params.link_type = ACL_LINK;
    [all...]
  /external/bluetooth/hcidump/parser/
hci.c     [all...]
  /external/bluetooth/bluez/src/
security.c 864 if (evt->link_type != ACL_LINK)
  /external/qemu/
net-android.c 1300 int link_type = I_PLINK;; local
    [all...]
net.c 1176 int link_type = I_PLINK;; local
1263 if ((arp_muxid = ioctl (ip_fd, link_type, arp_fd)) < 0)
    [all...]

Completed in 98 milliseconds