Home
last modified time | relevance | path

Searched defs:ng_cmdlist (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/netgraph/
H A Dnetgraph.h190 struct ng_cmdlist { struct
191 u_int32_t cookie; /* command typecookie */
192 int cmd; /* command number */
216 const struct ng_cmdlist *cmdlist; /* commands we can convert */ argument
/dflybsd-src/sys/netgraph7/
H A Dnetgraph.h1030 struct ng_cmdlist { struct
1031 u_int32_t cookie; /* command typecookie */
1032 int cmd; /* command number */
1033 const char *name; /* command name */
1034 const struct ng_parse_type *mesgType; /* args if !NGF_RESP */
1035 const struct ng_parse_type *respType; /* args if NGF_RESP */