Searched defs:rtmsg (Results 1 – 5 of 5) sorted by relevance
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;
187 struct rtmsg { struct188 unsigned char rtm_family;189 unsigned char rtm_dst_len;190 unsigned char rtm_src_len;191 unsigned char rtm_tos;193 unsigned char rtm_table; /* Routing table id */194 unsigned char rtm_protocol; /* Routing protocol; see below */195 unsigned char rtm_scope; /* See below */ 196 unsigned char rtm_type; /* See below */198 unsigned rtm_flags;
182 struct rtmsg { struct183 unsigned char rtm_family;184 unsigned char rtm_dst_len;185 unsigned char rtm_src_len;186 unsigned char rtm_tos;188 unsigned char rtm_table; /* Routing table id */189 unsigned char rtm_protocol; /* Routing protocol; see below */190 unsigned char rtm_scope; /* See below */ 191 unsigned char rtm_type; /* See below */193 unsigned rtm_flags;
127 struct rtgenmsg *rtmsg; in neightbl_msg_parser() local
1184 struct rtmsg rtmsg = { in rtnl_route_build_msg() local