Symbol: RTF_UP
usr/src/cmd/cmd-inet/lib/nwamd/routing_events.c
409
rtm->rtm_flags = RTF_UP | RTF_STATIC | RTF_GATEWAY;
usr/src/cmd/cmd-inet/sbin/dhcpagent/util.c
377
return (update_default_route(ifindex, RTM_ADD, gateway_nbo, RTF_UP));
usr/src/cmd/cmd-inet/usr.lib/in.ripngd/tables.c
276
rt->rt_flags = RTF_UP;
usr/src/cmd/cmd-inet/usr.lib/in.ripngd/tables.c
533
{ RTF_UP, "UP" },
usr/src/cmd/cmd-inet/usr.lib/in.ripngd/tables.c
574
if (rt->rt_flags & (RTF_UP | RTF_GATEWAY)) {
usr/src/cmd/cmd-inet/usr.lib/in.ripngd/trace.c
145
{ RTF_UP, "UP" },
usr/src/cmd/cmd-inet/usr.lib/in.ripngd/trace.c
196
if (rt->rt_flags & (RTF_UP | RTF_GATEWAY)) {
usr/src/cmd/cmd-inet/usr.sbin/hostconfig.c
298
route.rt_flags = RTF_GATEWAY | RTF_UP;
usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/in.rdisc.c
2205
rt.rt_flags = RTF_UP | RTF_GATEWAY;
usr/src/cmd/mdb/common/modules/ip/ip.c
910
{ "UP", RTF_UP, RTF_UP },
usr/src/cmd/zoneadmd/vplat.c
2055
rtmsg.hdr.rtm_flags = RTF_UP | RTF_HOST;
usr/src/uts/common/fs/nfs/nfs_dlinet.c
1142
rtentry.rt_flags = RTF_GATEWAY | RTF_UP;
usr/src/uts/common/fs/nfs/nfs_dlinet.c
2301
rtentry.rt_flags = RTF_GATEWAY | RTF_UP;
usr/src/uts/common/fs/nfs/nfs_dlinet.c
791
rtentry.rt_flags = RTF_GATEWAY | RTF_UP;
usr/src/uts/common/inet/ip/ip_if.c
14572
ALL_ZONES, RTF_UP, NULL, ill->ill_ipst);
usr/src/uts/common/inet/ip/ip_if.c
14575
ALL_ZONES, RTF_UP, NULL, ill->ill_ipst);
usr/src/uts/common/inet/ip/ip_ire.c
2318
RTF_REJECT|RTF_UP, NULL, ipst);
usr/src/uts/common/inet/ip/ip_ire.c
2325
RTF_REJECT|RTF_UP, NULL, ipst);
usr/src/uts/common/inet/ip/ip_ire.c
2332
RTF_BLACKHOLE|RTF_UP, NULL, ipst);
usr/src/uts/common/inet/ip/ip_ire.c
2339
RTF_BLACKHOLE|RTF_UP, NULL, ipst);
usr/src/uts/common/inet/ip/ip_ire.c
690
ire->ire_flags = RTF_UP | flags;
usr/src/uts/common/inet/ip/ip_rts.c
2067
ifam->ifam_flags = ((cmd == RTM_NEWADDR) ? RTF_UP : 0);
usr/src/uts/common/inet/ip/ip_rts.c
2088
rtm->rtm_flags = ((cmd == RTM_ADD) ? RTF_UP : 0);
usr/src/uts/common/inet/kifconf/kifconf.c
152
route.rt_flags = RTF_GATEWAY | RTF_UP;