Lines Matching defs:rt_msghdr50
66 struct rt_msghdr50 { struct
67 u_short rtm_msglen; /* to skip over non-understood messages */
68 u_char rtm_version; /* future binary compatibility */
69 u_char rtm_type; /* message type */
70 u_short rtm_index; /* index for associated ifp */
71 int rtm_flags; /* flags, incl. kern & message, e.g. DONE */
72 int rtm_addrs; /* bitmask identifying sockaddrs in msg */
73 pid_t rtm_pid; /* identify sender */
74 int rtm_seq; /* for sender to identify action */
75 int rtm_errno; /* why failed */
76 int rtm_use; /* from rtentry */
77 u_long rtm_inits; /* which metrics we are initializing */
78 struct rt_metrics50 rtm_rmx; /* metrics themselves */