/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
H A D | tables.c | 287 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 D | trace.c | 148 { 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 D | route.h | 115 #define RTF_GATEWAY 0x2 /* destination is a gateway */ macro
|
/titanic_50/usr/src/lib/libipadm/common/ |
H A D | ipadm_ngz.c | 331 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 D | 6to4relay.c | 129 rt_msg.rt_hdr.rtm_flags = RTF_STATIC | RTF_GATEWAY; in modifyroute()
|
H A D | hostconfig.c | 300 route.rt_flags = RTF_GATEWAY | RTF_UP;
|
H A D | route.c | 738 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 D | kifconf.c | 152 route.rt_flags = RTF_GATEWAY | RTF_UP; in kdlifconfig()
|
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | util.c | 331 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 D | routing_events.c | 409 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 D | table.c | 1182 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 D | ip6_if.c | 450 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 D | ip_rts.c | 502 if ((rtm->rtm_flags & RTF_GATEWAY) == 0) { in ip_rts_request_common()
|
H A D | ip6.c | 1161 (RTF_DYNAMIC | RTF_GATEWAY | RTF_HOST), in icmp_redirect_v6() 1219 (RTF_DYNAMIC | RTF_GATEWAY | RTF_HOST), 0, in icmp_redirect_v6()
|
H A D | ip_if.c | 5465 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 D | ip.c | 2702 (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 D | nfs_dlinet.c | 789 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 D | tables.c | 2244 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 D | ip.c | 909 { "GATEWAY", RTF_GATEWAY, RTF_GATEWAY }, in ire_format()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/ |
H A D | in.rdisc.c | 2207 rt.rt_flags = RTF_UP | RTF_GATEWAY; in rtioctl()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 2604 rt.rt_flags = (RTF_GATEWAY|RTF_STATIC); in sifroute()
|