FreeBSD kernel netgraph code
ng_ppp_node_conf Struct Reference

#include <ng_ppp.h>

Collaboration diagram for ng_ppp_node_conf:

Data Fields

struct ng_ppp_bund_conf bund
 
struct ng_ppp_link_conf links [NG_PPP_MAX_LINKS]
 

Detailed Description

Definition at line 183 of file ng_ppp.h.

Field Documentation

◆ bund

struct ng_ppp_bund_conf ng_ppp_node_conf::bund

Definition at line 184 of file ng_ppp.h.

Referenced by ng_ppp_config_valid(), and ng_ppp_rcvmsg().

◆ links

struct ng_ppp_link_conf ng_ppp_node_conf::links[NG_PPP_MAX_LINKS]

Definition at line 185 of file ng_ppp.h.

Referenced by ng_ppp_config_valid(), and ng_ppp_rcvmsg().


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