Home
last modified time | relevance | path

Searched refs:fcinfo (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sys/netgraph/bluetooth/socket/
Dng_btsocket_rfcomm.c655 struct ng_btsocket_rfcomm_fc_info fcinfo; in ng_btsocket_rfcomm_ctloutput() local
673 fcinfo.lmodem = pcb->lmodem; in ng_btsocket_rfcomm_ctloutput()
674 fcinfo.rmodem = pcb->rmodem; in ng_btsocket_rfcomm_ctloutput()
675 fcinfo.tx_cred = pcb->tx_cred; in ng_btsocket_rfcomm_ctloutput()
676 fcinfo.rx_cred = pcb->rx_cred; in ng_btsocket_rfcomm_ctloutput()
677 fcinfo.cfc = (pcb->flags & NG_BTSOCKET_RFCOMM_DLC_CFC)? in ng_btsocket_rfcomm_ctloutput()
679 fcinfo.reserved = 0; in ng_btsocket_rfcomm_ctloutput()
681 error = sooptcopyout(sopt, &fcinfo, sizeof(fcinfo)); in ng_btsocket_rfcomm_ctloutput()