Searched refs:RTF_UP (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
H A D | trace.c | 147 { RTF_UP, "UP" }, in traceaction() 198 if (rt->rt_flags & (RTF_UP | RTF_GATEWAY)) { in traceaction()
|
H A D | tables.c | 278 rt->rt_flags = RTF_UP; in rtadd() 535 { RTF_UP, "UP" }, in rtdumpentry() 576 if (rt->rt_flags & (RTF_UP | RTF_GATEWAY)) { in rtdumpentry()
|
/titanic_50/usr/src/uts/common/net/ |
H A D | route.h | 114 #define RTF_UP 0x1 /* route usable */ macro
|
/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 | 360 return (update_default_route(ifindex, RTM_ADD, gateway_nbo, RTF_UP)); in add_default_route()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | hostconfig.c | 300 route.rt_flags = RTF_GATEWAY | RTF_UP;
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip_ire.c | 690 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 D | ip_rts.c | 2058 ifam->ifam_flags = ((cmd == RTM_NEWADDR) ? RTF_UP : 0); in rts_new_rtsmsg() 2079 rtm->rtm_flags = ((cmd == RTM_ADD) ? RTF_UP : 0); in rts_new_rtsmsg()
|
H A D | ip_if.c | 14559 ALL_ZONES, RTF_UP, NULL, ill->ill_ipst); in ill_add_ires() 14562 ALL_ZONES, RTF_UP, NULL, ill->ill_ipst); in ill_add_ires()
|
/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/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/mdb/common/modules/ip/ |
H A D | ip.c | 908 { "UP", RTF_UP, RTF_UP }, 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/zoneadmd/ |
H A D | vplat.c | 2036 rtmsg.hdr.rtm_flags = RTF_UP | RTF_HOST; in who_is_using()
|