rt_gwroute        161 net/if_atmsubr.c 			if (rt->rt_gwroute == 0)
rt_gwroute        163 net/if_atmsubr.c 			if (((rt = rt->rt_gwroute)->rt_flags & RTF_UP) == 0) {
rt_gwroute        165 net/if_atmsubr.c 			lookup: rt->rt_gwroute = RTALLOC1(rt->rt_gateway, 0);
rt_gwroute        166 net/if_atmsubr.c 				if ((rt = rt->rt_gwroute) == 0)
rt_gwroute        243 net/if_ethersubr.c 			if (rt->rt_gwroute == 0)
rt_gwroute        245 net/if_ethersubr.c 			if (((rt = rt->rt_gwroute)->rt_flags & RTF_UP) == 0) {
rt_gwroute        247 net/if_ethersubr.c 			lookup: rt->rt_gwroute = rtalloc1(rt->rt_gateway, 1, 0);
rt_gwroute        248 net/if_ethersubr.c 				if ((rt = rt->rt_gwroute) == 0)
rt_gwroute        179 net/if_fddisubr.c 			if (rt->rt_gwroute == 0)
rt_gwroute        181 net/if_fddisubr.c 			if (((rt = rt->rt_gwroute)->rt_flags & RTF_UP) == 0) {
rt_gwroute        183 net/if_fddisubr.c 			lookup: rt->rt_gwroute = rtalloc1(rt->rt_gateway, 1, 0);
rt_gwroute        184 net/if_fddisubr.c 				if ((rt = rt->rt_gwroute) == 0)
rt_gwroute        744 net/if_strip.c                 if (rt != NULL && rt->rt_gwroute != NULL)
rt_gwroute        745 net/if_strip.c                         rt = rt->rt_gwroute;
rt_gwroute        773 net/route.c    		if (rt->rt_gwroute) {
rt_gwroute        774 net/route.c    			rt = rt->rt_gwroute; RTFREE(rt);
rt_gwroute        775 net/route.c    			(rt = (struct rtentry *)rn)->rt_gwroute = NULL;
rt_gwroute        846 net/route.c    			if (rt->rt_gwroute)
rt_gwroute        847 net/route.c    				rtfree(rt->rt_gwroute);
rt_gwroute        888 net/route.c    			if (rt->rt_gwroute)
rt_gwroute        889 net/route.c    				rtfree(rt->rt_gwroute);
rt_gwroute        949 net/route.c    	if (rt->rt_gwroute != NULL) {
rt_gwroute        950 net/route.c    		rt = rt->rt_gwroute;
rt_gwroute        953 net/route.c    		rt->rt_gwroute = NULL;
rt_gwroute        956 net/route.c    		rt->rt_gwroute = rtalloc1(gate, 1, tableid);
rt_gwroute        964 net/route.c    		if (rt->rt_gwroute && !(rt->rt_rmx.rmx_locks & RTV_MTU) &&
rt_gwroute        966 net/route.c    		    rt->rt_rmx.rmx_mtu > rt->rt_gwroute->rt_rmx.rmx_mtu) {
rt_gwroute        967 net/route.c    			rt->rt_rmx.rmx_mtu = rt->rt_gwroute->rt_rmx.rmx_mtu;
rt_gwroute        119 net/route.h    	struct	rtentry *rt_gwroute;	/* implied entry for gatewayed routes */
rt_gwroute       1087 netinet/if_ether.c 	db_printf(" gwroute=%p llinfo=%p\n", rt->rt_gwroute, rt->rt_llinfo);
rt_gwroute       1774 netinet6/nd6.c 			if (rt->rt_gwroute == 0)
rt_gwroute       1776 netinet6/nd6.c 			if (((rt = rt->rt_gwroute)->rt_flags & RTF_UP) == 0) {
rt_gwroute       1779 netinet6/nd6.c 				rt->rt_gwroute = rtalloc1(rt->rt_gateway, 1, 0);
rt_gwroute       1780 netinet6/nd6.c 				if ((rt = rt->rt_gwroute) == 0)