RTF_DYNAMIC       494 net/route.c    			flags |= RTF_GATEWAY | RTF_DYNAMIC;
RTF_DYNAMIC       634 netinet/in_pcb.c 		if (rt->rt_flags & RTF_DYNAMIC)
RTF_DYNAMIC       874 netinet/ip_icmp.c 		    RTF_GATEWAY | RTF_HOST | RTF_DYNAMIC, &nrt, 0);
RTF_DYNAMIC       961 netinet/ip_icmp.c 	if ((rt->rt_flags & (RTF_DYNAMIC | RTF_HOST)) ==
RTF_DYNAMIC       962 netinet/ip_icmp.c 	    (RTF_DYNAMIC | RTF_HOST)) {
RTF_DYNAMIC      1007 netinet/ip_icmp.c 	if ((rt->rt_flags & (RTF_DYNAMIC | RTF_HOST)) ==
RTF_DYNAMIC      1008 netinet/ip_icmp.c 	    (RTF_DYNAMIC | RTF_HOST)) {
RTF_DYNAMIC      1506 netinet/ip_input.c 	    (rt->rt_flags & (RTF_DYNAMIC|RTF_MODIFIED)) == 0 &&
RTF_DYNAMIC      2792 netinet6/icmp6.c 		    RTF_GATEWAY | RTF_HOST | RTF_DYNAMIC, &nrt, 0);
RTF_DYNAMIC      2818 netinet6/icmp6.c 	if ((rt->rt_flags & (RTF_DYNAMIC | RTF_HOST)) ==
RTF_DYNAMIC      2819 netinet6/icmp6.c 	    (RTF_DYNAMIC | RTF_HOST)) {
RTF_DYNAMIC      2835 netinet6/icmp6.c 	if ((rt->rt_flags & (RTF_GATEWAY | RTF_DYNAMIC | RTF_HOST)) ==
RTF_DYNAMIC      2836 netinet6/icmp6.c 	    (RTF_GATEWAY | RTF_DYNAMIC | RTF_HOST)) {
RTF_DYNAMIC       376 netinet6/ip6_forward.c 	    (rt->rt_flags & (RTF_DYNAMIC|RTF_MODIFIED)) == 0) {