Home
last modified time | relevance | path

Searched defs:if_msghdr (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/sys/net/
Dif.h384 struct if_msghdr { struct
385 u_short ifm_msglen; /* to skip over non-understood messages */
386 u_char ifm_version; /* future binary compatibility */
387 u_char ifm_type; /* message type */
388 int ifm_addrs; /* like rtm_addrs */
389 int ifm_flags; /* value of if_flags */
390 u_short ifm_index; /* index for associated ifp */
391 struct if_data ifm_data;/* statistics and other data about if */