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

/external/libnl/lib/route/
H A Droute.c129 return build_route_msg(tmpl, RTM_NEWROUTE, NLM_F_CREATE | flags,
184 { RTM_NEWROUTE, NL_ACT_NEW, "new" },
H A Droute_obj.c487 case RTM_NEWROUTE : {
/external/libnl/include/linux-private/linux/
H A Drtnetlink.h43 RTM_NEWROUTE = 24, enumerator in enum:__anon11200
44 #define RTM_NEWROUTE RTM_NEWROUTE macro
/external/iproute2/include/linux/
H A Drtnetlink.h43 RTM_NEWROUTE = 24, enumerator in enum:__anon7873
44 #define RTM_NEWROUTE RTM_NEWROUTE macro
/external/kernel-headers/original/uapi/linux/
H A Drtnetlink.h43 RTM_NEWROUTE = 24, enumerator in enum:__anon8987
44 #define RTM_NEWROUTE RTM_NEWROUTE macro
/external/dnsmasq/src/
H A Dnetlink.c275 if (h->nlmsg_pid == 0 && h->nlmsg_type == RTM_NEWROUTE)
/external/iproute2/ip/
H A Dipmroute.c69 if ((n->nlmsg_type != RTM_NEWROUTE &&
H A Diproute.c320 if (n->nlmsg_type != RTM_NEWROUTE && n->nlmsg_type != RTM_DELROUTE) {
325 if (filter.flushb && n->nlmsg_type != RTM_NEWROUTE)
1709 if (req.n.nlmsg_type != RTM_NEWROUTE) {
1827 return iproute_modify(RTM_NEWROUTE, NLM_F_CREATE|NLM_F_EXCL,
1830 return iproute_modify(RTM_NEWROUTE, NLM_F_REPLACE,
1833 return iproute_modify(RTM_NEWROUTE, NLM_F_CREATE|NLM_F_REPLACE,
1836 return iproute_modify(RTM_NEWROUTE, NLM_F_CREATE,
1839 return iproute_modify(RTM_NEWROUTE, NLM_F_CREATE|NLM_F_APPEND,
1842 return iproute_modify(RTM_NEWROUTE, NLM_F_EXCL,
H A Dipmonitor.c63 if (n->nlmsg_type == RTM_NEWROUTE || n->nlmsg_type == RTM_DELROUTE) {
/external/dhcpcd-6.8.2/
H A Dif-linux.c536 case RTM_NEWROUTE:
1329 nlm.hdr.nlmsg_type = RTM_NEWROUTE;
1333 nlm.hdr.nlmsg_type = RTM_NEWROUTE;
1529 nlm.hdr.nlmsg_type = RTM_NEWROUTE;
1533 nlm.hdr.nlmsg_type = RTM_NEWROUTE;
/external/toybox/toys/pending/
H A Dip.c1472 if (mhdr->nlmsg_type != RTM_NEWROUTE) return 0;
1733 if (mhdr->nlmsg_type != RTM_NEWROUTE) error_exit("not a route?");
2028 TT.route_cmd = RTM_NEWROUTE;

Completed in 150 milliseconds