Lines Matching defs:rt_msghdr
219 struct rt_msghdr { struct
220 u_short rtm_msglen __align64;
222 u_char rtm_version; /* future binary compatibility */
223 u_char rtm_type; /* message type */
224 u_short rtm_index; /* index for associated ifp */
225 int rtm_flags; /* flags, incl. kern & message, e.g. DONE */
226 int rtm_addrs; /* bitmask identifying sockaddrs in msg */
227 pid_t rtm_pid; /* identify sender */
228 int rtm_seq; /* for sender to identify action */
229 int rtm_errno; /* why failed */
230 int rtm_use; /* from rtentry */
231 int rtm_inits; /* which metrics we are initializing */
232 struct rt_metrics rtm_rmx __align64;