Home
last modified time | relevance | path

Searched refs:RTF_GATEWAY (Results 1 – 21 of 21) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtables.c287 rt->rt_flags |= RTF_GATEWAY; in rtadd()
373 rt->rt_flags |= RTF_GATEWAY; in rtchange()
375 rt->rt_flags &= ~RTF_GATEWAY; in rtchange()
536 { RTF_GATEWAY, "GATEWAY" }, in rtdumpentry()
576 if (rt->rt_flags & (RTF_UP | RTF_GATEWAY)) { in rtdumpentry()
H A Dtrace.c148 { RTF_GATEWAY, "GATEWAY" }, in traceaction()
198 if (rt->rt_flags & (RTF_UP | RTF_GATEWAY)) { in traceaction()
/titanic_50/usr/src/uts/common/net/
H A Droute.h115 #define RTF_GATEWAY 0x2 /* destination is a gateway */ macro
/titanic_50/usr/src/lib/libipadm/common/
H A Dipadm_ngz.c331 defrouter, 0, link, RTF_GATEWAY); in i_ipadm_create_ngz_route()
335 gw4.s_addr, 0, link, 0, RTF_GATEWAY); in i_ipadm_create_ngz_route()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/
H A D6to4relay.c129 rt_msg.rt_hdr.rtm_flags = RTF_STATIC | RTF_GATEWAY; in modifyroute()
H A Dhostconfig.c300 route.rt_flags = RTF_GATEWAY | RTF_UP;
H A Droute.c738 rtm->rtm_flags |= RTF_GATEWAY; in delRouteEntry()
1468 rcip->ri_flags |= RTF_GATEWAY; in args_to_rtcmd()
2707 if (gate != NULL && rtm->rtm_flags & RTF_GATEWAY) in print_getmsg()
/titanic_50/usr/src/uts/common/inet/kifconf/
H A Dkifconf.c152 route.rt_flags = RTF_GATEWAY | RTF_UP; in kdlifconfig()
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dutil.c331 rtmsg.rm_mh.rtm_flags = RTF_GATEWAY | RTF_STATIC | flags; in update_default_route()
/titanic_50/usr/src/cmd/cmd-inet/lib/nwamd/
H A Drouting_events.c409 rtm->rtm_flags = RTF_UP | RTF_STATIC | RTF_GATEWAY; in nwamd_add_route()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c1182 if (rtm->rtm_flags & RTF_GATEWAY) in rtm_add()
1728 !(m.r.rtm.rtm_flags & RTF_GATEWAY) && in read_rt()
2153 KS_DYNAMIC))) ? RTF_GATEWAY : 0)); in fix_kern()
2157 KS_DYNAMIC))) ? RTF_GATEWAY : 0)); in fix_kern()
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip6_if.c450 flags &= ~RTF_GATEWAY; in ip_rt_add_v6()
519 flags &= ~RTF_GATEWAY; in ip_rt_add_v6()
570 if (!(flags & RTF_GATEWAY)) { in ip_rt_add_v6()
H A Dip_rts.c502 if ((rtm->rtm_flags & RTF_GATEWAY) == 0) { in ip_rts_request_common()
H A Dip6.c1161 (RTF_DYNAMIC | RTF_GATEWAY | RTF_HOST), in icmp_redirect_v6()
1219 (RTF_DYNAMIC | RTF_GATEWAY | RTF_HOST), 0, in icmp_redirect_v6()
H A Dip_if.c5465 flags &= ~RTF_GATEWAY; in ip_rt_add()
5532 flags &= ~RTF_GATEWAY; in ip_rt_add()
5583 if (!(flags & RTF_GATEWAY)) { in ip_rt_add()
H A Dip.c2702 (RTF_DYNAMIC | RTF_GATEWAY | RTF_HOST), in icmp_redirect_v4()
2724 (RTF_DYNAMIC | RTF_GATEWAY | RTF_HOST), 0, in icmp_redirect_v4()
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c789 rtentry.rt_flags = RTF_GATEWAY | RTF_UP; in whoami()
1140 rtentry.rt_flags = RTF_GATEWAY | RTF_UP; in dhcpinit()
2238 rtentry.rt_flags = RTF_GATEWAY | RTF_UP; in bp_netconfig()
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.c2244 rt_msg->rtm_flags = RTF_GATEWAY; in router_add_k()
2288 rt_msg->rtm_flags = RTF_GATEWAY; in router_delete_k()
/titanic_50/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c909 { "GATEWAY", RTF_GATEWAY, RTF_GATEWAY }, in ire_format()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c2207 rt.rt_flags = RTF_UP | RTF_GATEWAY; in rtioctl()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2604 rt.rt_flags = (RTF_GATEWAY|RTF_STATIC); in sifroute()