Searched refs:RTM_NEWROUTE (Results 1 – 11 of 11) sorted by relevance
/external/libnl/lib/route/ |
D | route.c | 124 return build_route_msg(tmpl, RTM_NEWROUTE, NLM_F_CREATE | flags, in rtnl_route_build_add_request() 179 { RTM_NEWROUTE, NL_ACT_NEW, "new" },
|
/external/libnl/include/linux/ |
D | rtnetlink.h | 35 RTM_NEWROUTE = 24, enumerator 36 #define RTM_NEWROUTE RTM_NEWROUTE macro
|
/external/kernel-headers/original/uapi/linux/ |
D | rtnetlink.h | 43 RTM_NEWROUTE = 24, enumerator 44 #define RTM_NEWROUTE RTM_NEWROUTE macro
|
/external/iproute2/include/linux/ |
D | rtnetlink.h | 43 RTM_NEWROUTE = 24, enumerator 44 #define RTM_NEWROUTE RTM_NEWROUTE macro
|
/external/tlsdate/src/ |
D | routeup.c | 93 if (nh->nlmsg_type != RTM_NEWROUTE) in routeup_process()
|
/external/iproute2/ip/ |
D | iproute.c | 320 if (n->nlmsg_type != RTM_NEWROUTE && n->nlmsg_type != RTM_DELROUTE) { in print_route() 325 if (filter.flushb && n->nlmsg_type != RTM_NEWROUTE) in print_route() 1706 if (req.n.nlmsg_type != RTM_NEWROUTE) { in iproute_get() 1824 return iproute_modify(RTM_NEWROUTE, NLM_F_CREATE|NLM_F_EXCL, in do_iproute() 1827 return iproute_modify(RTM_NEWROUTE, NLM_F_REPLACE, in do_iproute() 1830 return iproute_modify(RTM_NEWROUTE, NLM_F_CREATE|NLM_F_REPLACE, in do_iproute() 1833 return iproute_modify(RTM_NEWROUTE, NLM_F_CREATE, in do_iproute() 1836 return iproute_modify(RTM_NEWROUTE, NLM_F_CREATE|NLM_F_APPEND, in do_iproute() 1839 return iproute_modify(RTM_NEWROUTE, NLM_F_EXCL, in do_iproute()
|
D | ipmroute.c | 69 if ((n->nlmsg_type != RTM_NEWROUTE && in print_mroute()
|
D | ipmonitor.c | 63 if (n->nlmsg_type == RTM_NEWROUTE || n->nlmsg_type == RTM_DELROUTE) { in accept_msg()
|
/external/dhcpcd-6.8.2/ |
D | if-linux.c | 536 case RTM_NEWROUTE: in link_route() 1329 nlm.hdr.nlmsg_type = RTM_NEWROUTE; in if_route() 1333 nlm.hdr.nlmsg_type = RTM_NEWROUTE; in if_route() 1529 nlm.hdr.nlmsg_type = RTM_NEWROUTE; in if_route6() 1533 nlm.hdr.nlmsg_type = RTM_NEWROUTE; in if_route6()
|
/external/dnsmasq/src/ |
D | netlink.c | 275 if (h->nlmsg_pid == 0 && h->nlmsg_type == RTM_NEWROUTE) in nl_routechange()
|
/external/toybox/toys/pending/ |
D | ip.c | 1472 if (mhdr->nlmsg_type != RTM_NEWROUTE) return 0; in display_route_info() 1733 if (mhdr->nlmsg_type != RTM_NEWROUTE) error_exit("not a route?"); in route_get() 2028 TT.route_cmd = RTM_NEWROUTE; in iproute()
|