| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
| H A D | rfcomm_l2cap.c | 198 uint8_t dlci = 0; in RfcommRecvDataCback() local
|
| H A D | rfcomm.c | 145 uint8_t dlci = session->isInitiator ? (reqInfo->scn << 1) : ((reqInfo->scn << 1) + 1); in RfcommConnectChannel() local
|
| H A D | rfcomm_frames.c | 125 int RfcommSendSabm(const RfcommSessionInfo *session, uint8_t dlci) in RfcommSendSabm() argument 151 int RfcommSendDisc(const RfcommSessionInfo *session, uint8_t dlci) in RfcommSendDisc() argument 177 RfcommSendUa(const RfcommSessionInfo *session, uint8_t dlci) RfcommSendUa() argument 204 RfcommSendDm(const RfcommSessionInfo *session, uint8_t dlci, bool pf) RfcommSendDm() argument 232 RfcommSendUihPn(const RfcommSessionInfo *session, uint8_t dlci, bool isCmd, const RfcommSendPnInfo *pnInfo) RfcommSendUihPn() argument 281 RfcommSendUihMsc(const RfcommSessionInfo *session, uint8_t dlci, bool isCmd, const RfcommModemStatusInfo *modemSts) RfcommSendUihMsc() argument 325 RfcommSendUihRls(const RfcommSessionInfo *session, uint8_t dlci, bool isCmd, uint8_t lineStatus) RfcommSendUihRls() argument 362 RfcommSendUihRpn(const RfcommSessionInfo *session, uint8_t dlci, bool isCmd, const RfcommRemotePortConfig *portConfig) RfcommSendUihRpn() argument 567 RfcommSendUihData(const RfcommSessionInfo *session, uint8_t dlci, uint8_t newCredits, Packet *pkt) RfcommSendUihData() argument 770 uint8_t dlci = header[RFCOMM_ADDRESS] >> RFCOMM_SHIFT_DLCI; RfcommParseHeaderTail() local [all...] |
| H A D | rfcomm_channel.c | 294 RfcommChannelInfo *RfcommCreateChannelOfServer(RfcommSessionInfo *session, uint8_t dlci, int event) in RfcommCreateChannelOfServer() argument 474 RfcommGetChannelByDlci(const RfcommSessionInfo *session, uint8_t dlci) RfcommGetChannelByDlci() argument [all...] |
| H A D | rfcomm_defs.h | 355 uint8_t dlci; member 371 uint8_t dlci; member 415 uint8_t dlci; member 422 uint8_t dlci; member 427 uint8_t dlci; member 432 uint8_t dlci; member 459 uint8_t dlci; member 468 uint8_t dlci; global() member 477 uint8_t *dlci; global() member [all...] |
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | if_frad.h | 67 short dlci[CONFIG_DLCI_MAX]; member
|
| H A D | sdla.h | 203 short dlci; member 233 short dlci; member
|
| /kernel/linux/linux-5.10/drivers/net/wan/ |
| H A D | dlci.c | 309 static int dlci_add(struct dlci_add *dlci) in dlci_add() argument 372 static int dlci_del(struct dlci_add *dlci) in dlci_del() argument [all...] |
| H A D | sdla.c | 328 short dlci; member 338 static void sdla_errors(struct net_device *dev, int cmd, int dlci, int ret, int len, void *data) in sdla_errors() argument 426 static int sdla_cmd(struct net_device *dev, int cmd, short dlci, short flags, in sdla_cmd() argument 761 short dlci, len, len2, split; sdla_receive() local 995 short dlci[CONFIG_DLCI_MAX]; global() member [all...] |
| H A D | hdlc_fr.c | 120 int dlci; member 162 static inline void dlci_to_q922(u8 *hdr, u16 dlci) in dlci_to_q922() argument 175 static inline struct pvc_device *find_pvc(hdlc_device *hdlc, u16 dlci) in find_pvc() argument 191 static struct pvc_device *add_pvc(struct net_device *dev, u16 dlci) in add_pvc() argument 274 fr_hard_header(struct sk_buff *skb, u16 dlci) fr_hard_header() argument 799 u16 dlci; fr_lmi_recv() local 881 u16 dlci; fr_rx() local 1065 fr_add_pvc(struct net_device *frad, unsigned int dlci, int type) fr_add_pvc() argument 1126 fr_del_pvc(hdlc_device *hdlc, unsigned int dlci, int type) fr_del_pvc() argument [all...] |
| /kernel/linux/linux-5.10/include/uapi/linux/hdlc/ |
| H A D | ioctl.h | 69 unsigned int dlci; member 73 unsigned int dlci; member
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| H A D | if_frad.h | 35 short dlci; member
|
| /kernel/linux/linux-6.6/include/uapi/linux/hdlc/ |
| H A D | ioctl.h | 69 unsigned int dlci; member 73 unsigned int dlci; member
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| H A D | if_frad.h | 24 short dlci; member
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| H A D | if_frad.h | 24 short dlci; member
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/hdlc/ |
| H A D | ioctl.h | 72 unsigned int dlci; member 75 unsigned int dlci; member
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/hdlc/ |
| H A D | ioctl.h | 72 unsigned int dlci; member 75 unsigned int dlci; member
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/hdlc/ |
| H A D | ioctl.h | 59 unsigned int dlci; member 62 unsigned int dlci; member
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| H A D | if_frad.h | 12 short dlci; member
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
| H A D | btm_snoop_filter_acl.c | 99 uint8_t dlci; member 639 static bool RfcommDlciFilterCheck(uint8_t type, uint16_t aclHandle, uint16_t channelId, uint8_t dlci, uint8_t *module) in RfcommDlciFilterCheck() argument 792 uint8_t dlci = *address >> RFCOMM_SHIFT_DLCI; in L2capDataFilterUseRfcomm() local
|
| /kernel/linux/linux-6.6/drivers/net/wan/ |
| H A D | hdlc_fr.c | 117 int dlci; member 156 static inline void dlci_to_q922(u8 *hdr, u16 dlci) in dlci_to_q922() argument 167 static inline struct pvc_device *find_pvc(hdlc_device *hdlc, u16 dlci) in find_pvc() argument 182 static struct pvc_device *add_pvc(struct net_device *dev, u16 dlci) in add_pvc() argument 260 fr_hard_header(struct sk_buff *skb, u16 dlci) fr_hard_header() argument 774 u16 dlci; fr_lmi_recv() local 895 u16 dlci; fr_rx() local 1062 fr_add_pvc(struct net_device *frad, unsigned int dlci, int type) fr_add_pvc() argument 1124 fr_del_pvc(hdlc_device *hdlc, unsigned int dlci, int type) fr_del_pvc() argument [all...] |
| /kernel/linux/linux-5.10/include/net/bluetooth/ |
| H A D | rfcomm.h | 123 u8 dlci; member 133 u8 dlci; member 143 u8 dlci; member 148 u8 dlci; member 179 u8 dlci; member
|
| /kernel/linux/linux-5.10/net/bluetooth/rfcomm/ |
| H A D | core.c | 351 static struct rfcomm_dlc *rfcomm_dlc_get(struct rfcomm_session *s, u8 dlci) in rfcomm_dlc_get() argument 371 u8 dlci; __rfcomm_dlc_open() local 537 u8 dlci; rfcomm_dlc_exists() local 847 rfcomm_send_sabm(struct rfcomm_session *s, u8 dlci) rfcomm_send_sabm() argument 861 rfcomm_send_ua(struct rfcomm_session *s, u8 dlci) rfcomm_send_ua() argument 875 rfcomm_send_disc(struct rfcomm_session *s, u8 dlci) rfcomm_send_disc() argument 911 rfcomm_send_dm(struct rfcomm_session *s, u8 dlci) rfcomm_send_dm() argument 992 rfcomm_send_rpn(struct rfcomm_session *s, int cr, u8 dlci, u8 bit_rate, u8 data_bits, u8 stop_bits, u8 parity, u8 flow_ctrl_settings, u8 xon_char, u8 xoff_char, u16 param_mask) rfcomm_send_rpn() argument 1030 rfcomm_send_rls(struct rfcomm_session *s, int cr, u8 dlci, u8 status) rfcomm_send_rls() argument 1057 rfcomm_send_msc(struct rfcomm_session *s, int cr, u8 dlci, u8 v24_sig) rfcomm_send_msc() argument 1200 rfcomm_recv_ua(struct rfcomm_session *s, u8 dlci) rfcomm_recv_ua() argument 1252 rfcomm_recv_dm(struct rfcomm_session *s, u8 dlci) rfcomm_recv_dm() argument 1281 rfcomm_recv_disc(struct rfcomm_session *s, u8 dlci) rfcomm_recv_disc() argument 1357 rfcomm_recv_sabm(struct rfcomm_session *s, u8 dlci) rfcomm_recv_sabm() argument 1432 u8 dlci = pn->dlci; rfcomm_recv_pn() local 1483 u8 dlci = __get_dlci(rpn->dlci); rfcomm_recv_rpn() local 1589 u8 dlci = __get_dlci(rls->dlci); rfcomm_recv_rls() local 1609 u8 dlci = __get_dlci(msc->dlci); rfcomm_recv_msc() local 1701 rfcomm_recv_data(struct rfcomm_session *s, u8 dlci, int pf, struct sk_buff *skb) rfcomm_recv_data() argument 1738 u8 type, dlci, fcs; rfcomm_recv_frame() local [all...] |
| /kernel/linux/linux-6.6/include/net/bluetooth/ |
| H A D | rfcomm.h | 123 u8 dlci; member 133 u8 dlci; member 143 u8 dlci; member 148 u8 dlci; member 179 u8 dlci; member
|
| /kernel/linux/linux-6.6/net/bluetooth/rfcomm/ |
| H A D | core.c | 355 static struct rfcomm_dlc *rfcomm_dlc_get(struct rfcomm_session *s, u8 dlci) in rfcomm_dlc_get() argument 375 u8 dlci; __rfcomm_dlc_open() local 541 u8 dlci; rfcomm_dlc_exists() local 851 rfcomm_send_sabm(struct rfcomm_session *s, u8 dlci) rfcomm_send_sabm() argument 865 rfcomm_send_ua(struct rfcomm_session *s, u8 dlci) rfcomm_send_ua() argument 879 rfcomm_send_disc(struct rfcomm_session *s, u8 dlci) rfcomm_send_disc() argument 915 rfcomm_send_dm(struct rfcomm_session *s, u8 dlci) rfcomm_send_dm() argument 996 rfcomm_send_rpn(struct rfcomm_session *s, int cr, u8 dlci, u8 bit_rate, u8 data_bits, u8 stop_bits, u8 parity, u8 flow_ctrl_settings, u8 xon_char, u8 xoff_char, u16 param_mask) rfcomm_send_rpn() argument 1034 rfcomm_send_rls(struct rfcomm_session *s, int cr, u8 dlci, u8 status) rfcomm_send_rls() argument 1061 rfcomm_send_msc(struct rfcomm_session *s, int cr, u8 dlci, u8 v24_sig) rfcomm_send_msc() argument 1204 rfcomm_recv_ua(struct rfcomm_session *s, u8 dlci) rfcomm_recv_ua() argument 1256 rfcomm_recv_dm(struct rfcomm_session *s, u8 dlci) rfcomm_recv_dm() argument 1285 rfcomm_recv_disc(struct rfcomm_session *s, u8 dlci) rfcomm_recv_disc() argument 1361 rfcomm_recv_sabm(struct rfcomm_session *s, u8 dlci) rfcomm_recv_sabm() argument 1436 u8 dlci = pn->dlci; rfcomm_recv_pn() local 1487 u8 dlci = __get_dlci(rpn->dlci); rfcomm_recv_rpn() local 1593 u8 dlci = __get_dlci(rls->dlci); rfcomm_recv_rls() local 1613 u8 dlci = __get_dlci(msc->dlci); rfcomm_recv_msc() local 1705 rfcomm_recv_data(struct rfcomm_session *s, u8 dlci, int pf, struct sk_buff *skb) rfcomm_recv_data() argument 1742 u8 type, dlci, fcs; rfcomm_recv_frame() local [all...] |