Home | History | Annotate | Download | only in ip

Lines Matching full:iproute_modify

699 int iproute_modify(int cmd, unsigned flags, int argc, char **argv)
1542 return iproute_modify(RTM_NEWROUTE, NLM_F_CREATE|NLM_F_EXCL,
1545 return iproute_modify(RTM_NEWROUTE, NLM_F_REPLACE,
1548 return iproute_modify(RTM_NEWROUTE, NLM_F_CREATE|NLM_F_REPLACE,
1551 return iproute_modify(RTM_NEWROUTE, NLM_F_CREATE,
1554 return iproute_modify(RTM_NEWROUTE, NLM_F_CREATE|NLM_F_APPEND,
1557 return iproute_modify(RTM_NEWROUTE, NLM_F_EXCL,
1560 return iproute_modify(RTM_DELROUTE, 0,