Searched defs:if_msghdr14 (Results 1 – 1 of 1) sorted by relevance
124 struct if_msghdr14 { struct125 u_short ifm_msglen; /* to skip over non-understood messages */126 u_char ifm_version; /* future binary compatibility */127 u_char ifm_type; /* message type */128 int ifm_addrs; /* like rtm_addrs */129 int ifm_flags; /* value of if_flags */130 u_short ifm_index; /* index for associated ifp */131 struct if_data14 ifm_data; /* statistics and other data about if */