Home
last modified time | relevance | path

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.c145 { RTF_UP, "UP" }, in traceaction()
196 if (rt->rt_flags & (RTF_UP | RTF_GATEWAY)) { in traceaction()
H A Dtables.c276 rt->rt_flags = RTF_UP; in rtadd()
533 { RTF_UP, "UP" }, in rtdumpentry()
574 if (rt->rt_flags & (RTF_UP | RTF_GATEWAY)) { in rtdumpentry()
/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; in kdlifconfig()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dhostconfig.c298 route.rt_flags = RTF_GATEWAY | RTF_UP;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ire.c690 ire->ire_flags = RTF_UP | flags; in ire_init_common()
2318 RTF_REJECT|RTF_UP, NULL, ipst); in ip_ire_init()
2325 RTF_REJECT|RTF_UP, NULL, ipst); in ip_ire_init()
2332 RTF_BLACKHOLE|RTF_UP, NULL, ipst); in ip_ire_init()
2339 RTF_BLACKHOLE|RTF_UP, NULL, ipst); in ip_ire_init()
H A Dip_rts.c2067 ifam->ifam_flags = ((cmd == RTM_NEWADDR) ? RTF_UP : 0); in rts_new_rtsmsg()
2088 rtm->rtm_flags = ((cmd == RTM_ADD) ? RTF_UP : 0); in rts_new_rtsmsg()
H A Dip_if.c14571 ALL_ZONES, RTF_UP, NULL, ill->ill_ipst); in ill_add_ires()
14574 ALL_ZONES, RTF_UP, NULL, ill->ill_ipst); in ill_add_ires()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dutil.c377 return (update_default_route(ifindex, RTM_ADD, gateway_nbo, RTF_UP)); in add_default_route()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c791 rtentry.rt_flags = RTF_GATEWAY | RTF_UP; in whoami()
1142 rtentry.rt_flags = RTF_GATEWAY | RTF_UP; in dhcpinit()
2301 rtentry.rt_flags = RTF_GATEWAY | RTF_UP; in bp_netconfig()
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c909 { "UP", RTF_UP, RTF_UP }, in ire_format()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c2205 rt.rt_flags = RTF_UP | RTF_GATEWAY; in rtioctl()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c2055 rtmsg.hdr.rtm_flags = RTF_UP | RTF_HOST; in who_is_using()