Lines Matching defs:dlc
67 struct rfcomm_dlc *dlc; in rfcomm_attach_pcb() local
106 rfcomm_bind_pcb(struct rfcomm_dlc *dlc, struct sockaddr_bt *addr) in rfcomm_bind_pcb()
122 rfcomm_sockaddr_pcb(struct rfcomm_dlc *dlc, struct sockaddr_bt *addr) in rfcomm_sockaddr_pcb()
135 rfcomm_connect_pcb(struct rfcomm_dlc *dlc, struct sockaddr_bt *dest) in rfcomm_connect_pcb()
210 rfcomm_peeraddr_pcb(struct rfcomm_dlc *dlc, struct sockaddr_bt *addr) in rfcomm_peeraddr_pcb()
223 rfcomm_disconnect_pcb(struct rfcomm_dlc *dlc, int linger) in rfcomm_disconnect_pcb()
280 struct rfcomm_dlc *dlc = *handle; in rfcomm_detach_pcb() local
312 rfcomm_listen_pcb(struct rfcomm_dlc *dlc) in rfcomm_listen_pcb()
392 rfcomm_send_pcb(struct rfcomm_dlc *dlc, struct mbuf *m) in rfcomm_send_pcb()
418 rfcomm_rcvd_pcb(struct rfcomm_dlc *dlc, size_t space) in rfcomm_rcvd_pcb()
442 rfcomm_setopt(struct rfcomm_dlc *dlc, const struct sockopt *sopt) in rfcomm_setopt()
495 rfcomm_getopt(struct rfcomm_dlc *dlc, struct sockopt *sopt) in rfcomm_getopt()