Home
last modified time | relevance | path

Searched refs:rtm_type (Results 1 – 7 of 7) sorted by relevance

/third_party/toybox/toys/pending/
Dip.c1589 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 …]
/third_party/ltp/testcases/network/stress/route/
Droute-change-netlink.c220 rtm->rtm_type = RTN_UNICAST; in rtnl_route()
/third_party/libnl/include/linux-private/linux/
Drtnetlink.h209 unsigned char rtm_type; /* See below */ member
/third_party/glib/gio/
Dgnetworkmonitornetlink.c366 if (rtmsg->rtm_type == RTN_UNREACHABLE) in read_netlink_messages()
/third_party/libnl/lib/route/
Droute_obj.c1142 route->rt_type = rtm->rtm_type; in rtnl_route_parse()
1359 .rtm_type = route->rt_type, in rtnl_route_build_msg()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_bsd.c799 switch (rtm->rtm_type) { in bsd_wireless_event_receive()
1239 switch (rtm->rtm_type) { in wpa_driver_bsd_event_receive()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_bsd.c799 switch (rtm->rtm_type) { in bsd_wireless_event_receive()
1239 switch (rtm->rtm_type) { in wpa_driver_bsd_event_receive()