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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Diproute.c649 int iproute_modify(int cmd, unsigned flags, int argc, char **argv) function
1399 return iproute_modify(RTM_NEWROUTE, NLM_F_CREATE|NLM_F_EXCL,
1402 return iproute_modify(RTM_NEWROUTE, NLM_F_REPLACE,
1405 return iproute_modify(RTM_NEWROUTE, NLM_F_CREATE|NLM_F_REPLACE,
1408 return iproute_modify(RTM_NEWROUTE, NLM_F_CREATE,
1411 return iproute_modify(RTM_NEWROUTE, NLM_F_CREATE|NLM_F_APPEND,
1414 return iproute_modify(RTM_NEWROUTE, NLM_F_EXCL,
1417 return iproute_modify(RTM_DELROUTE, 0,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Diproute.c295 static int iproute_modify(int cmd, unsigned flags, int argc, char **argv) function
878 return iproute_modify(cmd, flags, argc-1, argv+1);

Completed in 99 milliseconds