Searched defs:rt_msghdr_common (Results 1 – 1 of 1) sorted by relevance
295 struct rt_msghdr_common { struct296 u_short rtm_msglen; /* to skip over non-understood messages */297 u_char rtm_version; /* future binary compatibility */298 u_char rtm_type; /* message type */299 u_short rtm_index; /* index for associated ifp */300 int rtm_flags; /* flags, incl. kern & message, e.g. DONE */301 int rtm_addrs; /* bitmask identifying sockaddrs in msg */302 pid_t rtm_pid; /* identify sender */303 int rtm_seq; /* for sender to identify action */304 int rtm_errno; /* why failed */[all …]