Searched refs:RTF_UP (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtrace.c147 { RTF_UP, "UP" },
198 if (rt->rt_flags & (RTF_UP | RTF_GATEWAY)) {
H A Dtables.c278 rt->rt_flags = RTF_UP;
535 { RTF_UP, "UP" },
576 if (rt->rt_flags & (RTF_UP | RTF_GATEWAY)) {
/illumos-gate/usr/src/uts/common/net/
H A Droute.h114 #define RTF_UP 0x1 /* route usable */ macro
/illumos-gate/usr/src/uts/common/inet/kifconf/
H A Dkifconf.c152 route.rt_flags = RTF_GATEWAY | RTF_UP;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dhostconfig.c300 route.rt_flags = RTF_GATEWAY | RTF_UP;
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dutil.c360 return (update_default_route(ifindex, RTM_ADD, gateway_nbo, RTF_UP));
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Drouting_events.c409 rtm->rtm_flags = RTF_UP | RTF_STATIC | RTF_GATEWAY;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ire.c690 ire->ire_flags = RTF_UP | flags;
2318 RTF_REJECT|RTF_UP, NULL, ipst);
2325 RTF_REJECT|RTF_UP, NULL, ipst);
2332 RTF_BLACKHOLE|RTF_UP, NULL, ipst);
2339 RTF_BLACKHOLE|RTF_UP, NULL, ipst);
H A Dip_rts.c2058 ifam->ifam_flags = ((cmd == RTM_NEWADDR) ? RTF_UP : 0);
2079 rtm->rtm_flags = ((cmd == RTM_ADD) ? RTF_UP : 0);
H A Dip_if.c14566 ALL_ZONES, RTF_UP, NULL, ill->ill_ipst);
14569 ALL_ZONES, RTF_UP, NULL, ill->ill_ipst);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c789 rtentry.rt_flags = RTF_GATEWAY | RTF_UP;
1140 rtentry.rt_flags = RTF_GATEWAY | RTF_UP;
2238 rtentry.rt_flags = RTF_GATEWAY | RTF_UP;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c2207 rt.rt_flags = RTF_UP | RTF_GATEWAY;
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c908 { "UP", RTF_UP, RTF_UP },
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c2037 rtmsg.hdr.rtm_flags = RTF_UP | RTF_HOST;

Completed in 163 milliseconds