Lines Matching defs:rt_msghdr2
173 struct rt_msghdr2 { struct
174 u_short rtm_msglen; /* to skip over non-understood messages */
175 u_char rtm_version; /* future binary compatibility */
176 u_char rtm_type; /* message type */
177 u_short rtm_index; /* index for associated ifp */
178 int rtm_flags; /* flags, incl. kern & message, e.g. DONE */
179 int rtm_addrs; /* bitmask identifying sockaddrs in msg */
180 int32_t rtm_refcnt; /* reference count */
181 int rtm_parentflags; /* flags of the parent route */
182 int rtm_reserved; /* reserved field set to 0 */
183 int rtm_use; /* from rtentry */
184 u_int32_t rtm_inits; /* which metrics we are initializing */
185 struct rt_metrics rtm_rmx; /* metrics themselves */