Searched refs:iproute_modify (Results 1 - 1 of 1) sorted by relevance

/external/iproute2/ip/
H A Diproute.c702 int iproute_modify(int cmd, unsigned flags, int argc, char **argv) function
1550 return iproute_modify(RTM_NEWROUTE, NLM_F_CREATE|NLM_F_EXCL,
1553 return iproute_modify(RTM_NEWROUTE, NLM_F_REPLACE,
1556 return iproute_modify(RTM_NEWROUTE, NLM_F_CREATE|NLM_F_REPLACE,
1559 return iproute_modify(RTM_NEWROUTE, NLM_F_CREATE,
1562 return iproute_modify(RTM_NEWROUTE, NLM_F_CREATE|NLM_F_APPEND,
1565 return iproute_modify(RTM_NEWROUTE, NLM_F_EXCL,
1568 return iproute_modify(RTM_DELROUTE, 0,

Completed in 21 milliseconds