#include <rtnetlink.h>
Data Fields | |
unsigned char | rtm_family |
unsigned char | rtm_dst_len |
unsigned char | rtm_src_len |
unsigned char | rtm_tos |
unsigned char | rtm_table |
unsigned char | rtm_protocol |
unsigned char | rtm_scope |
unsigned char | rtm_type |
unsigned | rtm_flags |
unsigned char rtmsg::rtm_dst_len |
Referenced by rtnl_route_build_msg(), and rtnl_route_parse().
unsigned char rtmsg::rtm_family |
Referenced by main(), rtnl_route_build_msg(), and rtnl_route_parse().
unsigned rtmsg::rtm_flags |
Referenced by rtnl_route_parse().
unsigned char rtmsg::rtm_protocol |
Referenced by rtnl_route_parse().
unsigned char rtmsg::rtm_scope |
Referenced by rtnl_route_build_msg(), and rtnl_route_parse().
unsigned char rtmsg::rtm_src_len |
Referenced by rtnl_route_build_msg(), and rtnl_route_parse().
unsigned char rtmsg::rtm_table |
Referenced by rtnl_route_parse().
unsigned char rtmsg::rtm_tos |
Referenced by rtnl_route_parse().
unsigned char rtmsg::rtm_type |
Referenced by rtnl_route_parse().