FreeBSD kernel netgraph code
ng_bridge_hostent Struct Reference

#include <ng_bridge.h>

Data Fields

u_char addr [6]
 
char hook [NG_HOOKSIZ]
 
u_int16_t age
 
u_int16_t staleness
 

Detailed Description

Definition at line 114 of file ng_bridge.h.

Field Documentation

◆ addr

u_char ng_bridge_hostent::addr[6]

Definition at line 115 of file ng_bridge.h.

Referenced by ng_bridge_rcvmsg().

◆ age

u_int16_t ng_bridge_hostent::age

Definition at line 117 of file ng_bridge.h.

Referenced by ng_bridge_rcvmsg().

◆ hook

char ng_bridge_hostent::hook[NG_HOOKSIZ]

Definition at line 116 of file ng_bridge.h.

Referenced by ng_bridge_rcvmsg().

◆ staleness

u_int16_t ng_bridge_hostent::staleness

Definition at line 118 of file ng_bridge.h.

Referenced by ng_bridge_rcvmsg().


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