FreeBSD kernel netgraph code
ngm_mkpeer Struct Reference

#include <ng_message.h>

Data Fields

char type [NG_TYPESIZ]
 
char ourhook [NG_HOOKSIZ]
 
char peerhook [NG_HOOKSIZ]
 

Detailed Description

Definition at line 171 of file ng_message.h.

Field Documentation

◆ ourhook

char ngm_mkpeer::ourhook[NG_HOOKSIZ]

Definition at line 173 of file ng_message.h.

Referenced by ng_generic_msg().

◆ peerhook

char ngm_mkpeer::peerhook[NG_HOOKSIZ]

Definition at line 174 of file ng_message.h.

Referenced by ng_generic_msg().

◆ type

char ngm_mkpeer::type[NG_TYPESIZ]

Definition at line 172 of file ng_message.h.

Referenced by ng_generic_msg(), and ngc_send().


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