FreeBSD kernel netgraph code
linkinfo Struct Reference

#include <ng_message.h>

Collaboration diagram for linkinfo:

Data Fields

char ourhook [NG_HOOKSIZ]
 
char peerhook [NG_HOOKSIZ]
 
struct nodeinfo nodeinfo
 

Detailed Description

Definition at line 240 of file ng_message.h.

Field Documentation

◆ nodeinfo

struct nodeinfo linkinfo::nodeinfo

Definition at line 243 of file ng_message.h.

Referenced by ng_generic_msg().

◆ ourhook

char linkinfo::ourhook[NG_HOOKSIZ]

Definition at line 241 of file ng_message.h.

Referenced by ng_generic_msg().

◆ peerhook

char linkinfo::peerhook[NG_HOOKSIZ]

Definition at line 242 of file ng_message.h.

Referenced by ng_generic_msg().


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