Searched defs:in6_rtmsg (Results 1 – 5 of 5) sorted by relevance
35 struct in6_rtmsg { struct36 struct in6_addr rtmsg_dst;37 struct in6_addr rtmsg_src;38 struct in6_addr rtmsg_gateway;39 uint32_t rtmsg_type;40 uint16_t rtmsg_dst_len;41 uint16_t rtmsg_src_len;42 uint32_t rtmsg_metric;43 unsigned long int rtmsg_info;44 uint32_t rtmsg_flags;[all …]