Searched defs:if_msghdr (Results 1 – 1 of 1) sorted by relevance
113 struct if_msghdr { struct114 u_short ifm_msglen; /* to skip over non-understood messages */115 u_char ifm_version; /* future binary compatability */116 u_char ifm_type; /* message type */117 int ifm_addrs; /* like rtm_addrs */118 int ifm_flags; /* value of if_flags */119 u_short ifm_index; /* index for associated ifp */120 struct if_data ifm_data;/* statistics and other data about if */