FreeBSD kernel netgraph code
ng_l2cap_l2ca_con_ind_ip Struct Reference

#include <ng_l2cap.h>

Data Fields

bdaddr_t bdaddr
 
u_int16_t lcid
 
u_int16_t psm
 
u_int8_t ident
 
u_int8_t linktype
 

Detailed Description

Definition at line 385 of file ng_l2cap.h.

Field Documentation

◆ bdaddr

bdaddr_t ng_l2cap_l2ca_con_ind_ip::bdaddr

Definition at line 386 of file ng_l2cap.h.

Referenced by ng_btsocket_l2cap_process_l2ca_con_ind(), and ng_l2cap_l2ca_con_ind().

◆ ident

u_int8_t ng_l2cap_l2ca_con_ind_ip::ident

Definition at line 389 of file ng_l2cap.h.

Referenced by ng_btsocket_l2cap_process_l2ca_con_ind(), and ng_l2cap_l2ca_con_ind().

◆ lcid

u_int16_t ng_l2cap_l2ca_con_ind_ip::lcid

Definition at line 387 of file ng_l2cap.h.

Referenced by ng_btsocket_l2cap_process_l2ca_con_ind(), and ng_l2cap_l2ca_con_ind().

◆ linktype

u_int8_t ng_l2cap_l2ca_con_ind_ip::linktype

Definition at line 390 of file ng_l2cap.h.

Referenced by ng_btsocket_l2cap_process_l2ca_con_ind(), and ng_l2cap_l2ca_con_ind().

◆ psm

u_int16_t ng_l2cap_l2ca_con_ind_ip::psm

Definition at line 388 of file ng_l2cap.h.

Referenced by ng_btsocket_l2cap_process_l2ca_con_ind(), and ng_l2cap_l2ca_con_ind().


The documentation for this struct was generated from the following file: