/external/iproute2/include/linux/hdlc/ |
ioctl.h | 66 unsigned int dlci; member in struct:__anon26884 70 unsigned int dlci; member in struct:__anon26885
|
/external/kernel-headers/original/uapi/linux/hdlc/ |
ioctl.h | 68 unsigned int dlci; member in struct:__anon27633 72 unsigned int dlci; member in struct:__anon27634
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/hdlc/ |
ioctl.h | 66 unsigned int dlci; member in struct:__anon46708 70 unsigned int dlci; member in struct:__anon46709
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/hdlc/ |
ioctl.h | 66 unsigned int dlci; member in struct:__anon48444 70 unsigned int dlci; member in struct:__anon48445
|
/external/bluetooth/bluedroid/stack/rfcomm/ |
rfc_l2cap_if.c | 180 rfc_cb.port.port[idx - 1].dlci += 1; 181 RFCOMM_TRACE_DEBUG ("RFCOMM MX - DLCI:%d -> %d", i, rfc_cb.port.port[idx - 1].dlci); 326 if (rfc_cb.rfc.rx_frame.dlci == RFCOMM_MX_DLCI) 341 /* The frame was received on the data channel DLCI, verify that DLC exists */ 342 if (((p_port = port_find_mcb_dlci_port (p_mcb, rfc_cb.rfc.rx_frame.dlci)) == NULL) 350 rfc_send_dm (p_mcb, rfc_cb.rfc.rx_frame.dlci, rfc_cb.rfc.rx_frame.pf); 355 if ((p_port = port_find_dlci_port (rfc_cb.rfc.rx_frame.dlci)) == NULL) 357 rfc_send_dm (p_mcb, rfc_cb.rfc.rx_frame.dlci, TRUE); 361 p_mcb->port_inx[rfc_cb.rfc.rx_frame.dlci] = p_port->inx [all...] |
port_api.c | 71 ** DLCI for the connection is (scn * 2 + 1) if client originates connection on 73 ** For the server DLCI can be changed later if client will be calling it using 74 ** (scn * 2 + 1) dlci. 83 UINT8 dlci; local 100 /* multiplexer channel DLCI should be odd */ 102 dlci = (scn << 1) + 1; 104 dlci = (scn << 1); 105 RFCOMM_TRACE_API("RFCOMM_CreateConnection(): scn:%d, dlci:%d, is_server:%d mtu:%d, p_mcb:%p", 106 scn, dlci, is_server, mtu, p_mcb); 109 /* do not allow the same (dlci, bd_addr) to be opened twice by application * [all...] |
rfc_mx_fsm.c | 238 rfc_cb.port.port[idx - 1].dlci += 1; 239 RFCOMM_TRACE_DEBUG ("RFCOMM MX - DLCI:%d -> %d", i, rfc_cb.port.port[idx - 1].dlci); 592 ** on DLCI 0. T1 is still running.
|
/external/iproute2/lib/ |
ll_types.c | 46 __PF(DLCI,dlci)
|
/bionic/libc/kernel/uapi/linux/hdlc/ |
ioctl.h | 85 unsigned int dlci; member in struct:__anon447 89 unsigned int dlci; member in struct:__anon448
|
/development/ndk/platforms/android-L/include/linux/hdlc/ |
ioctl.h | 85 unsigned int dlci; member in struct:__anon2055 89 unsigned int dlci; member in struct:__anon2056
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/hdlc/ |
ioctl.h | 85 unsigned int dlci; member in struct:__anon76102 89 unsigned int dlci; member in struct:__anon76103
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/hdlc/ |
ioctl.h | 85 unsigned int dlci; member in struct:__anon76869 89 unsigned int dlci; member in struct:__anon76870
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/hdlc/ |
ioctl.h | 85 unsigned int dlci; member in struct:__anon77648 89 unsigned int dlci; member in struct:__anon77649
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/hdlc/ |
ioctl.h | 85 unsigned int dlci; member in struct:__anon78426 89 unsigned int dlci; member in struct:__anon78427
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/hdlc/ |
ioctl.h | 85 unsigned int dlci; member in struct:__anon79202 89 unsigned int dlci; member in struct:__anon79203
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/hdlc/ |
ioctl.h | 85 unsigned int dlci; member in struct:__anon79979 89 unsigned int dlci; member in struct:__anon79980
|
/external/kernel-headers/original/uapi/linux/ |
sockios.h | 104 /* DLCI configuration calls */ 106 #define SIOCADDDLCI 0x8980 /* Create new DLCI device */ 107 #define SIOCDELDLCI 0x8981 /* Delete DLCI device */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/ |
ioctls.h | 91 /* DLCI configuration calls */ 93 #define SIOCADDDLCI 0x8980 /* Create new DLCI device */ 94 #define SIOCDELDLCI 0x8981 /* Delete DLCI device */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
sockios.h | 102 /* DLCI configuration calls */ 104 #define SIOCADDDLCI 0x8980 /* Create new DLCI device */ 105 #define SIOCDELDLCI 0x8981 /* Delete DLCI device */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
ioctls.h | 91 /* DLCI configuration calls */ 93 #define SIOCADDDLCI 0x8980 /* Create new DLCI device */ 94 #define SIOCDELDLCI 0x8981 /* Delete DLCI device */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
sockios.h | 102 /* DLCI configuration calls */ 104 #define SIOCADDDLCI 0x8980 /* Create new DLCI device */ 105 #define SIOCDELDLCI 0x8981 /* Delete DLCI device */
|
/frameworks/base/docs/html/tools/adk/ |
adk2.jd | 400 uint8_t i, dlci; 406 dlci = L.btRfcommReserveDlci(RFCOMM_DLCI_NEED_EVEN); 408 if(!dlci) dbgPrintf("BTADK: failed to allocate DLCI\n"); 423 L.btRfcommReleaseDlci(dlci); 427 sdpDescrADK[f] = dlci >> 1; 429 dbgPrintf("BTADK has DLCI %u\n", dlci); 431 L.btRfcommRegisterPort(dlci, btAdkPortOpen, btAdkPortClose, btAdkPortRx);
|
/bionic/libc/kernel/uapi/linux/ |
if_frad.h | 26 short dlci; member in struct:dlci_add
|
/development/ndk/platforms/android-L/include/linux/ |
if_frad.h | 26 short dlci; member in struct:dlci_add
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/ |
if_frad.h | 26 short dlci; member in struct:dlci_add
|