Searched defs:dlci (Results 1 – 4 of 4) sorted by relevance
/linux/net/bluetooth/rfcomm/ |
H A D | core.c | 85 #define __addr(cr, dlci) (((dlci & 0x3f) << 2) | (cr << 1) | 0x01) argument 88 #define __srv_channel(dlci) (dlci >> 1) argument 355 static struct rfcomm_dlc *rfcomm_dlc_get(struct rfcomm_session *s, u8 dlci) in rfcomm_dlc_get() 375 u8 dlci; in __rfcomm_dlc_open() local 541 u8 dlci; in rfcomm_dlc_exists() local 851 static int rfcomm_send_sabm(struct rfcomm_session *s, u8 dlci) in rfcomm_send_sabm() 865 static int rfcomm_send_ua(struct rfcomm_session *s, u8 dlci) in rfcomm_send_ua() 879 static int rfcomm_send_disc(struct rfcomm_session *s, u8 dlci) in rfcomm_send_disc() 915 static int rfcomm_send_dm(struct rfcomm_session *s, u8 dlci) in rfcomm_send_dm() 996 int rfcomm_send_rpn(struct rfcomm_session *s, int cr, u8 dlci, in rfcomm_send_rpn() [all …]
|
/linux/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() 167 static inline struct pvc_device *find_pvc(hdlc_device *hdlc, u16 dlci) in find_pvc() 182 static struct pvc_device *add_pvc(struct net_device *dev, u16 dlci) in add_pvc() 260 static int fr_hard_header(struct sk_buff *skb, u16 dlci) in fr_hard_header() 774 u16 dlci; in fr_lmi_recv() local 895 u16 dlci; in fr_rx() local 1062 static int fr_add_pvc(struct net_device *frad, unsigned int dlci, int type) in fr_add_pvc() 1124 static int fr_del_pvc(hdlc_device *hdlc, unsigned int dlci, int type) in fr_del_pvc()
|
/linux/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
|
/linux/include/uapi/linux/hdlc/ |
H A D | ioctl.h | 69 unsigned int dlci; member 73 unsigned int dlci; member
|