Lines Matching defs:rt_msghdr
211 struct rt_msghdr { struct
212 u_short rtm_msglen; /* to skip over non-understood messages */
213 u_char rtm_version; /* future binary compatibility */
214 u_char rtm_type; /* message type */
215 u_short rtm_index; /* index for associated ifp */
216 int rtm_flags; /* flags, incl. kern & message, e.g. DONE */
217 int rtm_addrs; /* bitmask identifying sockaddrs in msg */
218 pid_t rtm_pid; /* identify sender */
219 int rtm_seq; /* for sender to identify action */
220 int rtm_errno; /* why failed */
221 int rtm_use; /* from rtentry */
222 u_long rtm_inits; /* which metrics we are initializing */
223 struct rt_metrics rtm_rmx; /* metrics themselves */