Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_message.h59 struct ng_msghdr { struct
60 u_char version; /* == NGM_VERSION */
61 u_char spare; /* pad to 4 bytes */
62 u_int16_t spare2;
63 u_int32_t arglen; /* length of data */
64 u_int32_t cmd; /* command identifier */
65 u_int32_t flags; /* message status */
66 u_int32_t token; /* match with reply */
67 u_int32_t typecookie; /* node's type cookie */
68 u_char cmdstr[NG_CMDSTRSIZ]; /* cmd string + \0 */