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

  /system/bt/stack/test/rfcomm/
stack_rfcomm_test_utils_test.cc 53 uint8_t dlci = GetDlci(false, 0); local
54 EXPECT_EQ(dlci, 0);
55 uint8_t address_field = GetAddressField(true, true, dlci);
77 uint8_t dlci = GetDlci(false, 0); local
78 EXPECT_EQ(dlci, 0);
79 uint8_t address_field = GetAddressField(true, true, dlci);
102 uint8_t dlci = GetDlci(false, 0); local
103 EXPECT_EQ(dlci, 0);
104 uint8_t address_field = GetAddressField(true, true, dlci);
133 uint8_t dlci = GetDlci(false, 3) local
158 uint8_t dlci = GetDlci(false, 0); local
190 uint8_t dlci = GetDlci(false, 0); local
223 uint8_t dlci = GetDlci(false, 3); local
    [all...]
  /system/bt/stack/rfcomm/
rfc_port_fsm.cc 116 (uint32_t)(p_port->dlci / 2), &rfc_sec_check_complete, p_port);
138 (uint32_t)(p_port->dlci / 2),
152 rfc_send_dm(p_port->rfc.p_mcb, p_port->dlci, false);
156 rfc_send_dm(p_port->rfc.p_mcb, p_port->dlci, false);
190 rfc_send_disc(p_port->rfc.p_mcb, p_port->dlci);
208 PORT_DlcEstablishCnf(p_port->rfc.p_mcb, p_port->dlci,
215 PORT_DlcEstablishCnf(p_port->rfc.p_mcb, p_port->dlci,
223 rfc_send_ua(p_port->rfc.p_mcb, p_port->dlci);
224 PORT_DlcEstablishCnf(p_port->rfc.p_mcb, p_port->dlci,
231 rfc_send_ua(p_port->rfc.p_mcb, p_port->dlci);
549 uint8_t dlci = p_frame->dlci; local
    [all...]
port_api.cc 109 * DLCI for the connection is (scn * 2 + 1) if client originates connection on
111 * For the server DLCI can be changed later if client will be calling it using
112 * (scn * 2 + 1) dlci.
131 /* multiplexer channel DLCI should be odd */
132 uint8_t dlci; local
135 dlci = static_cast<uint8_t>((scn << 1) + 1);
137 dlci = (scn << 1);
141 /* do not allow the same (dlci, bd_addr) to be opened twice by application */
144 p_port = port_find_port(dlci, bd_addr);
155 << ", uuid=" << loghex(uuid) << ", dlci=" << +dlc
    [all...]
port_int.h 94 /* tPORT based on dlci */
99 uint8_t is_initiator; /* true if this side sends SABME (dlci=0) */
157 uint8_t dlci; /* DLCI of the connection */ member in struct:__anon2511
218 extern tPORT* port_allocate_port(uint8_t dlci, const RawAddress& bd_addr);
222 extern tPORT* port_find_mcb_dlci_port(tRFC_MCB* p_mcb, uint8_t dlci);
224 extern tPORT* port_find_dlci_port(uint8_t dlci);
225 extern tPORT* port_find_port(uint8_t dlci, const RawAddress& bd_addr);
rfc_int.h 51 extern void RFCOMM_DlcEstablishReq(tRFC_MCB* p_mcb, uint8_t dlci, uint16_t mtu);
52 extern void RFCOMM_DlcEstablishRsp(tRFC_MCB* p_mcb, uint8_t dlci, uint16_t mtu,
55 extern void RFCOMM_DataReq(tRFC_MCB* p_mcb, uint8_t dlci, BT_HDR* p_buf);
57 extern void RFCOMM_DlcReleaseReq(tRFC_MCB* p_mcb, uint8_t dlci);
59 extern void RFCOMM_ParNegReq(tRFC_MCB* p_mcb, uint8_t dlci, uint16_t mtu);
60 extern void RFCOMM_ParNegRsp(tRFC_MCB* p_mcb, uint8_t dlci, uint16_t mtu,
65 extern void RFCOMM_FlowReq(tRFC_MCB* p_mcb, uint8_t dlci, bool state);
67 extern void RFCOMM_PortNegReq(tRFC_MCB* p_mcb, uint8_t dlci,
69 extern void RFCOMM_PortNegRsp(tRFC_MCB* p_mcb, uint8_t dlci,
72 extern void RFCOMM_ControlReq(tRFC_MCB* p_mcb, uint8_t dlci,
83 uint8_t dlci; member in struct:__anon2513
92 uint8_t dlci; member in struct:__anon2513::__anon2514::__anon2515
106 uint8_t dlci; member in struct:__anon2513::__anon2514::__anon2517
117 uint8_t dlci; member in struct:__anon2513::__anon2514::__anon2519
130 uint8_t dlci; member in struct:__anon2513::__anon2514::__anon2520
    [all...]
  /bionic/libc/kernel/uapi/linux/hdlc/
ioctl.h 72 unsigned int dlci; member in struct:__anon646
75 unsigned int dlci; member in struct:__anon647
  /bionic/libc/kernel/uapi/linux/
if_frad.h 24 short dlci; member in struct:dlci_add
  /external/iproute2/include/uapi/linux/hdlc/
ioctl.h 69 unsigned int dlci; member in struct:__anon21889
73 unsigned int dlci; member in struct:__anon21890
  /external/kernel-headers/original/uapi/linux/hdlc/
ioctl.h 69 unsigned int dlci; member in struct:__anon22852
73 unsigned int dlci; member in struct:__anon22853
  /external/kernel-headers/original/uapi/linux/
if_frad.h 3 * DLCI/FRAD Definitions for Frame Relay Access Devices. DLCI devices are
4 * created for each DLCI associated with a FRAD. The FRAD driver
6 * handler. This allows other FRAD manufacturers to use the DLCI
30 /* Structures and constants associated with the DLCI device driver */
35 short dlci; member in struct:dlci_add
66 /* configuration flags for DLCI */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/hdlc/
ioctl.h 66 unsigned int dlci; member in struct:__anon62521
70 unsigned int dlci; member in struct:__anon62522
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_frad.h 2 * DLCI/FRAD Definitions for Frame Relay Access Devices. DLCI devices are
3 * created for each DLCI associated with a FRAD. The FRAD driver
5 * handler. This allows other FRAD manufacturers to use the DLCI
29 /* Structures and constants associated with the DLCI device driver */
34 short dlci; member in struct:dlci_add
65 /* configuration flags for DLCI */
wanrouter.h 36 * Oct 05, 1997 Jaspreet Singh Added 'dlci_num' and 'dlci[100]' to
37 * 'wan_fr_conf_t' to configure a list of dlci(s)
154 unsigned dlci[100]; /* List of all DLCIs */ member in struct:wan_fr_conf
  /external/tcpdump/
print-fr.c 54 * | DLCI (6 bits) | CR | EA |
56 * | DLCI (4 bits) |FECN|BECN| DE | EA |
58 * | DLCI (7 bits) | EA |
60 * | DLCI (6 bits) |SDLC| EA |
97 /* Finds out Q.922 address length, DLCI and flags. Returns 1 on success,
102 const u_char *p, u_int *dlci,
113 *dlci = ((p[0] & 0xFC) << 2) | ((p[1] & 0xF0) >> 4);
129 *dlci = (*dlci << 7) | (p[0] >> 1);
142 *dlci = (*dlci << 6) | (p[0] >> 2)
151 static u_int dlci, addr_len; local
242 u_int dlci; local
1070 u_int dlci; local
    [all...]

Completed in 561 milliseconds