/linux-2.4.37.9/net/bluetooth/rfcomm/ |
D | core.c | 91 #define __addr(cr, dlci) (((dlci & 0x3f) << 2) | (cr << 1) | 0x01) argument 94 #define __srv_channel(dlci) (dlci >> 1) argument 95 #define __dir(dlci) (dlci & 0x01) argument 262 static struct rfcomm_dlc *rfcomm_dlc_get(struct rfcomm_session *s, u8 dlci) in rfcomm_dlc_get() 279 u8 dlci; in __rfcomm_dlc_open() local 622 static int rfcomm_send_sabm(struct rfcomm_session *s, u8 dlci) in rfcomm_send_sabm() 636 static int rfcomm_send_ua(struct rfcomm_session *s, u8 dlci) in rfcomm_send_ua() 650 static int rfcomm_send_disc(struct rfcomm_session *s, u8 dlci) in rfcomm_send_disc() 686 static int rfcomm_send_dm(struct rfcomm_session *s, u8 dlci) in rfcomm_send_dm() 764 static int rfcomm_send_rpn(struct rfcomm_session *s, int cr, u8 dlci, in rfcomm_send_rpn() [all …]
|
/linux-2.4.37.9/drivers/net/wan/ |
D | hdlc_fr.c | 114 static inline void dlci_to_q922(u8 *hdr, u16 dlci) in dlci_to_q922() 122 static inline pvc_device* find_pvc(hdlc_device *hdlc, u16 dlci) in find_pvc() 138 static inline pvc_device* add_pvc(hdlc_device *hdlc, u16 dlci) in add_pvc() 203 static inline void dlci_to_status(u16 dlci, u8 *status, int active, int new) in dlci_to_status() 217 static int fr_hard_header(struct sk_buff **skb_p, u16 dlci) in fr_hard_header() 683 u16 dlci; in fr_lmi_recv() local 750 u16 dlci; in fr_rx() local 916 static int fr_add_pvc(hdlc_device *hdlc, unsigned int dlci, int type) in fr_add_pvc() 993 static int fr_del_pvc(hdlc_device *hdlc, unsigned int dlci, int type) in fr_del_pvc()
|
D | sdla_fr.c | 215 unsigned dlci; /* logical channel number */ member 824 int dlci = 0; in new_if() local 2138 unsigned dlci, len, offs, len_incl_hdr; local 2986 static int fr_dlci_configure (sdla_t* card, fr_dlc_conf_t *conf, unsigned dlci) 3149 static int fr_add_dlci (sdla_t* card, int dlci) 3173 static int fr_activate_dlci (sdla_t* card, int dlci) 3197 static int fr_delete_dlci (sdla_t* card, int dlci) 3240 static unsigned int fr_send_hdr (sdla_t*card, int dlci, unsigned int offset) 3258 static int fr_send_data_header (sdla_t* card, int dlci, unsigned char attr, int len, 3291 static int fr_send (sdla_t* card, int dlci, unsigned char attr, int len, [all …]
|
D | sdla.c | 321 short dlci __attribute__((packed)); member 331 static void sdla_errors(struct net_device *dev, int cmd, int dlci, int ret, int len, void *data) in sdla_errors() 414 static int sdla_cmd(struct net_device *dev, int cmd, short dlci, short flags, in sdla_cmd() 748 short dlci, len, len2, split; in sdla_receive() local 992 short dlci[CONFIG_DLCI_MAX]; member
|
D | dlci.c | 404 int dlci_add(struct dlci_add *dlci) in dlci_add() 479 int dlci_del(struct dlci_add *dlci) in dlci_del()
|
D | comx-proto-fr.c | 70 u16 dlci; member 157 u16 dlci, u8 nlpid) in fr_rx_lmi() 236 u16 dlci; in fr_rx() local
|
/linux-2.4.37.9/include/linux/hdlc/ |
D | ioctl.h | 33 unsigned int dlci; member 37 unsigned int dlci; member
|
/linux-2.4.37.9/include/net/bluetooth/ |
D | rfcomm.h | 130 u8 dlci; member 140 u8 dlci; member 150 u8 dlci; member 155 u8 dlci; member 186 u8 dlci; member
|
/linux-2.4.37.9/include/linux/ |
D | if_frad.h | 37 short dlci; member 172 short dlci[CONFIG_DLCI_MAX]; member
|
D | sdla.h | 300 short dlci __attribute__((packed)); member 330 short dlci __attribute__((packed)); member
|
D | hdlc.h | 82 int dlci; member
|
D | wanrouter.h | 175 unsigned dlci[100]; /* List of all DLCIs */ member
|
D | sdla_fr.h | 266 unsigned short dlci[0] PACKED; /* 20h: */ member
|