FreeBSD kernel netgraph code
cisco_priv Struct Reference
Collaboration diagram for cisco_priv:

Data Fields

uint32_t local_seq
 
uint32_t remote_seq
 
uint32_t seqRetries
 
node_p node
 
struct callout handle
 
struct protoent downstream
 
struct protoent inet
 
struct in_addr localip
 
struct in_addr localmask
 
struct protoent inet6
 
struct protoent atalk
 
struct protoent ipx
 

Detailed Description

Definition at line 96 of file ng_cisco.c.

Field Documentation

◆ atalk

struct protoent cisco_priv::atalk

Definition at line 108 of file ng_cisco.c.

◆ downstream

struct protoent cisco_priv::downstream

Definition at line 103 of file ng_cisco.c.

◆ handle

struct callout cisco_priv::handle

Definition at line 102 of file ng_cisco.c.

◆ inet

struct protoent cisco_priv::inet

Definition at line 104 of file ng_cisco.c.

◆ inet6

struct protoent cisco_priv::inet6

Definition at line 107 of file ng_cisco.c.

◆ ipx

struct protoent cisco_priv::ipx

Definition at line 109 of file ng_cisco.c.

◆ local_seq

uint32_t cisco_priv::local_seq

Definition at line 97 of file ng_cisco.c.

◆ localip

struct in_addr cisco_priv::localip

Definition at line 105 of file ng_cisco.c.

◆ localmask

struct in_addr cisco_priv::localmask

Definition at line 106 of file ng_cisco.c.

◆ node

node_p cisco_priv::node

Definition at line 101 of file ng_cisco.c.

◆ remote_seq

uint32_t cisco_priv::remote_seq

Definition at line 98 of file ng_cisco.c.

◆ seqRetries

uint32_t cisco_priv::seqRetries

Definition at line 99 of file ng_cisco.c.


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