FreeBSD kernel netgraph code
nodeinfo Struct Reference

#include <ng_message.h>

Data Fields

char name [NG_NODESIZ]
 
char type [NG_TYPESIZ]
 
ng_ID_t id
 
u_int32_t hooks
 

Detailed Description

Definition at line 223 of file ng_message.h.

Field Documentation

◆ hooks

u_int32_t nodeinfo::hooks

Definition at line 227 of file ng_message.h.

Referenced by ng_generic_linkinfo_getLength(), and ng_generic_msg().

◆ id

ng_ID_t nodeinfo::id

Definition at line 226 of file ng_message.h.

Referenced by ng_generic_msg().

◆ name

char nodeinfo::name[NG_NODESIZ]

Definition at line 224 of file ng_message.h.

Referenced by ng_generic_msg().

◆ type

char nodeinfo::type[NG_TYPESIZ]

Definition at line 225 of file ng_message.h.

Referenced by ng_generic_msg().


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