FreeBSD kernel netgraph code
ng_l2cap_l2ca_cfg_ip Struct Reference

#include <ng_l2cap.h>

Data Fields

u_int16_t lcid
 
u_int16_t imtu
 
ng_l2cap_flow_t oflow
 
u_int16_t flush_timo
 
u_int16_t link_timo
 

Detailed Description

Definition at line 414 of file ng_l2cap.h.

Field Documentation

◆ flush_timo

u_int16_t ng_l2cap_l2ca_cfg_ip::flush_timo

Definition at line 418 of file ng_l2cap.h.

Referenced by ng_btsocket_l2cap_send_l2ca_cfg_req(), and ng_l2cap_l2ca_cfg_req().

◆ imtu

u_int16_t ng_l2cap_l2ca_cfg_ip::imtu

Definition at line 416 of file ng_l2cap.h.

Referenced by ng_btsocket_l2cap_send_l2ca_cfg_req(), and ng_l2cap_l2ca_cfg_req().

◆ lcid

u_int16_t ng_l2cap_l2ca_cfg_ip::lcid

Definition at line 415 of file ng_l2cap.h.

Referenced by ng_btsocket_l2cap_send_l2ca_cfg_req(), and ng_l2cap_l2ca_cfg_req().

◆ link_timo

u_int16_t ng_l2cap_l2ca_cfg_ip::link_timo

Definition at line 419 of file ng_l2cap.h.

Referenced by ng_btsocket_l2cap_send_l2ca_cfg_req(), and ng_l2cap_l2ca_cfg_req().

◆ oflow

ng_l2cap_flow_t ng_l2cap_l2ca_cfg_ip::oflow

Definition at line 417 of file ng_l2cap.h.

Referenced by ng_btsocket_l2cap_send_l2ca_cfg_req(), and ng_l2cap_l2ca_cfg_req().


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