Searched defs:if_msghdr (Results 1 – 1 of 1) sorted by relevance
170 struct if_msghdr { struct171 u_short ifm_msglen; /* to skip over non-understood messages */172 u_char ifm_version; /* future binary compatibility */173 u_char ifm_type; /* message type */174 u_short ifm_index; /* index for associated ifp */175 int ifm_flags; /* value of if_flags */176 int ifm_addrs; /* like rtm_addrs */177 struct if_data ifm_data;/* statistics and other data about if */