Searched defs:rtmsg (Results 1 – 5 of 5) sorted by relevance
151 struct rtmsg struct153 unsigned char rtm_family;154 unsigned char rtm_dst_len;155 unsigned char rtm_src_len;156 unsigned char rtm_tos;158 unsigned char rtm_table; /* Routing table id */159 unsigned char rtm_protocol; /* Routing protocol; see below */160 unsigned char rtm_scope; /* See below */ 161 unsigned char rtm_type; /* See below */163 unsigned rtm_flags;
163 struct rtmsg { struct164 unsigned char rtm_family;165 unsigned char rtm_dst_len;166 unsigned char rtm_src_len;167 unsigned char rtm_tos;169 unsigned char rtm_table; /* Routing table id */170 unsigned char rtm_protocol; /* Routing protocol; see below */171 unsigned char rtm_scope; /* See below */ 172 unsigned char rtm_type; /* See below */174 unsigned rtm_flags;
175 struct rtmsg { struct176 unsigned char rtm_family;177 unsigned char rtm_dst_len;178 unsigned char rtm_src_len;179 unsigned char rtm_tos;181 unsigned char rtm_table; /* Routing table id */182 unsigned char rtm_protocol; /* Routing protocol; see below */183 unsigned char rtm_scope; /* See below */ 184 unsigned char rtm_type; /* See below */186 unsigned rtm_flags;
127 struct rtgenmsg *rtmsg; in neightbl_msg_parser() local
1083 struct rtmsg rtmsg = { in rtnl_route_build_msg() local