Symbol: RTF_DONE
sbin/route/route_netlink.c
359
r.rta_rtflags |= (RTF_UP | RTF_DONE);
sys/net/rtsock.c
1295
rtm->rtm_flags |= RTF_DONE;
sys/net/rtsock.c
1952
rtm->rtm_flags = RTF_DONE | flags;
sys/net/rtsock.c
2097
info->rti_flags |= RTF_DONE;
tests/sys/net/routing/test_rtsock_l3.c
1006
RTF_DONE | RTF_GATEWAY | RTF_STATIC);
tests/sys/net/routing/test_rtsock_l3.c
1053
RTF_DONE | RTF_GATEWAY | RTF_STATIC);
tests/sys/net/routing/test_rtsock_l3.c
1096
int expected_rt_flags = RTF_UP | RTF_HOST | RTF_DONE | RTF_STATIC | RTF_PINNED;
tests/sys/net/routing/test_rtsock_l3.c
1134
int expected_rt_flags = RTF_UP | RTF_DONE | RTF_PINNED;
tests/sys/net/routing/test_rtsock_l3.c
1229
int expected_rt_flags = RTF_HOST | RTF_DONE | RTF_STATIC | RTF_PINNED;
tests/sys/net/routing/test_rtsock_l3.c
1263
int expected_rt_flags = RTF_DONE | RTF_PINNED;
tests/sys/net/routing/test_rtsock_l3.c
1300
int expected_rt_flags = RTF_UP | RTF_DONE | RTF_PINNED;
tests/sys/net/routing/test_rtsock_l3.c
1385
int expected_rt_flags = RTF_DONE | RTF_PINNED;
tests/sys/net/routing/test_rtsock_l3.c
296
verify_route_message_extra(rtm, c->ifindex, RTF_UP | RTF_DONE | RTF_PINNED);
tests/sys/net/routing/test_rtsock_l3.c
340
verify_route_message_extra(rtm, c->ifindex, RTF_UP | RTF_DONE | RTF_PINNED);
tests/sys/net/routing/test_rtsock_l3.c
439
RTF_UP | RTF_DONE | RTF_GATEWAY | RTF_STATIC);
tests/sys/net/routing/test_rtsock_l3.c
512
verify_route_message_extra(rtm, c->ifindex, RTF_DONE | RTF_GATEWAY | RTF_STATIC);
tests/sys/net/routing/test_rtsock_l3.c
575
RTF_UP | RTF_DONE | RTF_GATEWAY | RTF_STATIC);
tests/sys/net/routing/test_rtsock_l3.c
593
RTF_UP | RTF_DONE | RTF_GATEWAY | RTF_STATIC);
tests/sys/net/routing/test_rtsock_l3.c
668
desired_flags = RTF_UP | RTF_DONE | RTF_GATEWAY | test_flags;
tests/sys/net/routing/test_rtsock_l3.c
683
verify_route_message_extra(rtm, c->ifindex, desired_flags | RTF_DONE);
tests/sys/net/routing/test_rtsock_l3.c
692
verify_route_message_extra(rtm, c->ifindex, desired_flags | RTF_DONE);
tests/sys/net/routing/test_rtsock_l3.c
731
RTF_UP | RTF_DONE | RTF_GATEWAY | RTF_STATIC);
tests/sys/net/routing/test_rtsock_l3.c
780
verify_route_message_extra(rtm, c->ifindex, RTF_DONE | RTF_GATEWAY | RTF_STATIC);
tests/sys/net/routing/test_rtsock_l3.c
847
RTF_UP | RTF_DONE | RTF_GATEWAY | RTF_STATIC);
tests/sys/net/routing/test_rtsock_l3.c
865
RTF_UP | RTF_DONE | RTF_GATEWAY | RTF_STATIC);
tests/sys/net/routing/test_rtsock_l3.c
940
desired_flags = RTF_UP | RTF_DONE | RTF_GATEWAY | test_flags;
tests/sys/net/routing/test_rtsock_l3.c
955
verify_route_message_extra(rtm, c->ifindex, desired_flags | RTF_DONE);
tests/sys/net/routing/test_rtsock_l3.c
964
verify_route_message_extra(rtm, c->ifindex, desired_flags | RTF_DONE);
usr.bin/netstat/route.c
75
{ RTF_DONE, 'd', "done" }, /* Completed -- for routing msgs only */
usr.sbin/ppp/route.c
159
{ RTF_DONE, 'd' },
usr.sbin/route6d/route6d.c
2518
RTFLAG("d", RTF_DONE);