Home | History | Annotate | Download | only in server

Lines Matching refs:modifyRoute

391         // 'interface' is likely non-NULL, as the caller (modifyRoute()) likely used it to lookup
879 WARN_UNUSED_RESULT int modifyRoute(uint16_t action, const char* interface, const char* destination,
1098 return modifyRoute(RTM_NEWROUTE, interface, destination, nexthop, tableType);
1103 return modifyRoute(RTM_DELROUTE, interface, destination, nexthop, tableType);