Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dnetgraph.h1048 struct ng_cmdlist { struct
1049 u_int32_t cookie; /* command typecookie */
1050 int cmd; /* command number */
1051 const char *name; /* command name */
1052 const struct ng_parse_type *mesgType; /* args if !NGF_RESP */
1053 const struct ng_parse_type *respType; /* args if NGF_RESP */
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h1051 struct ng_cmdlist { struct
1052 u_int32_t cookie; /* command typecookie */
1053 int cmd; /* command number */
1054 const char *name; /* command name */
1055 const struct ng_parse_type *mesgType; /* args if !NGF_RESP */
1056 const struct ng_parse_type *respType; /* args if NGF_RESP */