Searched refs:rtm_protocol (Results 1 – 16 of 16) sorted by relevance
/external/syzkaller/sys/linux/ |
D | socket_netlink_route.txt | 114 rtm_protocol flags[rtm_protocol, int8] 499 FRA_PROTOCOL nlattr[FRA_PROTOCOL, flags[rtm_protocol, int8]] 614 rtm_protocol = RTPROT_UNSPEC, RTPROT_REDIRECT, RTPROT_KERNEL, RTPROT_BOOT, RTPROT_STATIC
|
/external/strace/tests-mx32/ |
D | nlattr_rtmsg.c | 55 .rtm_protocol = RTPROT_KERNEL, in init_rtmsg()
|
D | netlink_route.c | 256 .rtm_protocol = RTPROT_KERNEL, in test_rtnl_route()
|
/external/strace/tests-m32/ |
D | nlattr_rtmsg.c | 55 .rtm_protocol = RTPROT_KERNEL, in init_rtmsg()
|
D | netlink_route.c | 256 .rtm_protocol = RTPROT_KERNEL, in test_rtnl_route()
|
/external/strace/tests/ |
D | nlattr_rtmsg.c | 55 .rtm_protocol = RTPROT_KERNEL, in init_rtmsg()
|
D | netlink_route.c | 256 .rtm_protocol = RTPROT_KERNEL, in test_rtnl_route()
|
/external/strace/ |
D | rtnl_route.c | 310 PRINT_FIELD_XVAL(", ", rtmsg, rtm_protocol, in DECL_NETLINK_ROUTE_DECODER()
|
/external/libnl/include/linux-private/linux/ |
D | rtnetlink.h | 170 unsigned char rtm_protocol; /* Routing protocol; see below */ member
|
/external/iproute2/ip/ |
D | iproute.c | 183 if ((filter.protocol^r->rtm_protocol)&filter.protocolmask) in filter_nlmsg() 431 if ((r->rtm_protocol != RTPROT_BOOT || show_details > 0) && filter.protocolmask != -1) in print_route() 432 fprintf(fp, "proto %s ", rtnl_rtprot_n2a(r->rtm_protocol, b1, sizeof(b1))); in print_route() 873 req.r.rtm_protocol = RTPROT_BOOT; in iproute_modify() 1149 req.r.rtm_protocol = prot; in iproute_modify()
|
D | iprule.c | 588 .r.rtm_protocol = RTPROT_BOOT, in iprule_modify()
|
/external/iproute2/include/uapi/linux/ |
D | rtnetlink.h | 200 unsigned char rtm_protocol; /* Routing protocol; see below */ member
|
/external/kernel-headers/original/uapi/linux/ |
D | rtnetlink.h | 207 unsigned char rtm_protocol; /* Routing protocol; see below */ member
|
/external/libnl/lib/route/ |
D | route_obj.c | 1034 route->rt_protocol = rtm->rtm_protocol; in rtnl_route_parse() 1188 .rtm_protocol = route->rt_protocol, in rtnl_route_build_msg()
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | udpgso.c | 397 rt->rtm_protocol = RTPROT_BOOT; in set_route_mtu()
|
/external/toybox/toys/pending/ |
D | ip.c | 1490 if (gfilter.proto && (msg->rtm_protocol != gfilter.proto)) return 0; in display_route_info() 1919 req.msg.rtm_protocol = RTPROT_BOOT; in route_update() 1953 req.msg.rtm_protocol = idx; in route_update() 2093 request.msg.rtm_protocol = RTPROT_BOOT; in ruleupdate()
|