FreeBSD kernel netgraph code
ngm_connect Struct Reference

#include <ng_message.h>

Data Fields

char path [NG_PATHSIZ]
 
char ourhook [NG_HOOKSIZ]
 
char peerhook [NG_HOOKSIZ]
 

Detailed Description

Definition at line 186 of file ng_message.h.

Field Documentation

◆ ourhook

char ngm_connect::ourhook[NG_HOOKSIZ]

Definition at line 188 of file ng_message.h.

Referenced by ng_generic_msg().

◆ path

char ngm_connect::path[NG_PATHSIZ]

Definition at line 187 of file ng_message.h.

Referenced by ng_generic_msg().

◆ peerhook

char ngm_connect::peerhook[NG_HOOKSIZ]

Definition at line 189 of file ng_message.h.

Referenced by ng_generic_msg().


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