Searched defs:ifa_msghdr (Results 1 – 1 of 1) sorted by relevance
233 struct ifa_msghdr { struct234 u_short ifam_msglen; /* to skip over non-understood messages */235 u_char ifam_version; /* future binary compatability */236 u_char ifam_type; /* message type */237 int ifam_addrs; /* like rtm_addrs */238 int ifam_flags; /* value of ifa_flags */239 u_short ifam_index; /* index for associated ifp */240 int ifam_metric; /* value of ifa_metric */