Searched refs:RTF_GATEWAY (Results 1 – 6 of 6) sorted by relevance
13 #define RTF_GATEWAY 0x00000002 macro
240 if ((route.flags & RTF_GATEWAY) != 0) { in list_routes()359 if (request.flags & RTF_GATEWAY) in get_route()513 route.flags |= RTF_GATEWAY; in main()
122 if ((route->flags & (RTF_GATEWAY | RTF_HOST | RTF_LOCAL | RTF_DEFAULT)) in find_route()124 & (RTF_GATEWAY | RTF_HOST | RTF_LOCAL | RTF_DEFAULT)) in find_route()463 || ((newRoute->flags & RTF_GATEWAY) != 0 && newRoute->gateway == NULL) in add_route()
403 if ((route->flags & RTF_GATEWAY) != 0) { in datalink_send_routed_data()
507 route.SetFlags(RTF_STATIC | RTF_DEFAULT | RTF_GATEWAY); in AddDefaultRoute()
534 defaultRoute.flags = RTF_DEFAULT | RTF_GATEWAY; in UpdateAddresses()