Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/include/
H A Dng_l2cap.h355 u_int16_t lcid; /* local channel ID */ member
374 u_int16_t lcid; /* local channel ID */ member
386 u_int16_t lcid; /* local channel ID */ member
400 u_int16_t lcid; /* local channel ID */ member
414 u_int16_t lcid; /* local channel ID */ member
433 u_int16_t lcid; /* local channel ID */ member
447 u_int16_t lcid; /* local channel ID */ member
466 u_int16_t lcid; /* local channel ID */ member
489 u_int16_t lcid; /* local channel ID */ member
502 u_int16_t lcid; /* local group channel ID */ member
[all …]
/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_ulpi.c198 op->lcid = ch->con->con_handle; in ng_l2cap_l2ca_con_rsp()
201 op->lcid = ch->con->con_handle; in ng_l2cap_l2ca_con_rsp()
206 op->lcid = ch->scid; in ng_l2cap_l2ca_con_rsp()
245 if((ip->lcid != NG_L2CAP_ATT_CID)&& in ng_l2cap_l2ca_con_rsp_req()
246 (ip->lcid != NG_L2CAP_SMP_CID)){ in ng_l2cap_l2ca_con_rsp_req()
247 ch = ng_l2cap_chan_by_scid(l2cap, ip->lcid in ng_l2cap_l2ca_con_rsp_req()
259 __func__, NG_NODE_NAME(l2cap->node), ip->lcid); in ng_l2cap_l2ca_con_rsp_req()
270 ip->lcid); in ng_l2cap_l2ca_con_rsp_req()
319 _ng_l2cap_con_rsp(cmd->aux, cmd->ident, ip->lcid, dcid, in ng_l2cap_l2ca_con_rsp_req()
367 op->lcid = ch->con->con_handle; in ng_l2cap_l2ca_encryption_change()
[all …]
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c444 pcb->psm, op->lcid, op->result, op->status, in ng_btsocket_l2cap_process_l2ca_con_req_rsp()
467 pcb->encryption = op->encryption; pcb->cid = op->lcid; in ng_btsocket_l2cap_process_l2ca_con_req_rsp()
482 pcb->cid = op->lcid; in ng_btsocket_l2cap_process_l2ca_con_req_rsp()
610 ip->psm, ip->lcid, ip->ident); in ng_btsocket_l2cap_process_l2ca_con_ind()
650 pcb1->cid = ip->lcid; in ng_btsocket_l2cap_process_l2ca_con_ind()
666 ip->ident, ip->lcid, in ng_btsocket_l2cap_process_l2ca_con_ind()
703 pcb = ng_btsocket_l2cap_pcb_by_cid(&rt->src, op->lcid, in ng_btsocket_l2cap_process_l2ca_enc_change()
965 pcb = ng_btsocket_l2cap_pcb_by_cid(&rt->src, ip->lcid, in ng_btsocket_l2cap_process_l2ca_cfg_ind()
1107 pcb = ng_btsocket_l2cap_pcb_by_cid(&rt->src, ip->lcid, in ng_btsocket_l2cap_process_l2ca_discon_ind()
1258 int lcid, int result, int linktype) in ng_btsocket_l2cap_send_l2ca_con_rsp_req() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsDriver/
H A DMSVCSetupApi.h201 STDMETHOD(GetDisplayName)(_In_ LCID lcid, _Out_ BSTR *pbstrDisplayName) = 0;
212 STDMETHOD(GetDescription)(_In_ LCID lcid, _Out_ BSTR *pbstrDescription) = 0;