FreeBSD kernel netgraph code
ng_cmdlist Struct Reference

#include <netgraph.h>

Collaboration diagram for ng_cmdlist:

Data Fields

u_int32_t cookie
 
int cmd
 
const char * name
 
const struct ng_parse_typemesgType
 
const struct ng_parse_typerespType
 

Detailed Description

Definition at line 1055 of file netgraph.h.

Field Documentation

◆ cmd

int ng_cmdlist::cmd

Definition at line 1057 of file netgraph.h.

Referenced by ng_generic_msg().

◆ cookie

u_int32_t ng_cmdlist::cookie

Definition at line 1056 of file netgraph.h.

Referenced by ng_generic_msg().

◆ mesgType

const struct ng_parse_type* ng_cmdlist::mesgType

Definition at line 1059 of file netgraph.h.

Referenced by ng_generic_msg().

◆ name

const char* ng_cmdlist::name

Definition at line 1058 of file netgraph.h.

Referenced by ng_generic_msg().

◆ respType

const struct ng_parse_type* ng_cmdlist::respType

Definition at line 1060 of file netgraph.h.

Referenced by ng_generic_msg().


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