Searched defs:if_msghdr (Results 1 – 1 of 1) sorted by relevance
283 struct if_msghdr { struct287 u_short ifm_hdrlen; /* sizeof(if_msghdr) to skip over the header */ argument288 u_short ifm_index; /* index for associated ifp */289 u_short ifm_tableid; /* routing table id */290 u_char ifm_pad1;291 u_char ifm_pad2;292 int ifm_addrs; /* like rtm_addrs */293 int ifm_flags; /* value of if_flags */294 int ifm_xflags;295 struct if_data ifm_data;/* statistics and other data about if */