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