Home
last modified time | relevance | path

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

/third_party/Linux_Kernel/include/uapi/linux/
Drtnetlink.h182 struct rtmsg { struct
183 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;
/third_party/glib/gio/
Dgnetworkmonitornetlink.c306 struct rtmsg *rtmsg; in read_netlink_messages() local