Searched refs:rtm_type (Results 1 – 7 of 7) sorted by relevance
1589 if (gfilter.tb == RT_TABLE_LOCAL && msg->rtm_type != RTN_LOCAL) in display_route_info()1591 else if (gfilter.tb == RT_TABLE_MAIN && msg->rtm_type == RTN_LOCAL) in display_route_info()1614 if (msg->rtm_type != RTN_UNICAST) in display_route_info()1615 sprintf(out,"%s%s ", out,rtmtype_idx2str(msg->rtm_type)); in display_route_info()1720 && msg->rtm_type == RTN_UNREACHABLE in display_route_info()2033 req.msg.rtm_type = RTN_UNICAST; in route_update()2090 req.msg.rtm_type = idx; in route_update()2114 if (req.msg.rtm_type == RTN_LOCAL || req.msg.rtm_type == RTN_NAT) in route_update()2116 else if (req.msg.rtm_type == RTN_BROADCAST||req.msg.rtm_type == RTN_MULTICAST in route_update()2117 || req.msg.rtm_type == RTN_ANYCAST) in route_update()[all …]
220 rtm->rtm_type = RTN_UNICAST; in rtnl_route()
209 unsigned char rtm_type; /* See below */ member
366 if (rtmsg->rtm_type == RTN_UNREACHABLE) in read_netlink_messages()
1142 route->rt_type = rtm->rtm_type; in rtnl_route_parse()1359 .rtm_type = route->rt_type, in rtnl_route_build_msg()
799 switch (rtm->rtm_type) { in bsd_wireless_event_receive()1239 switch (rtm->rtm_type) { in wpa_driver_bsd_event_receive()