Home
last modified time | relevance | path

Searched refs:RTF_STATIC (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Droute.h125 #define RTF_STATIC 0x800 /* manually added */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A D6to4relay.c129 rt_msg.rt_hdr.rtm_flags = RTF_STATIC | RTF_GATEWAY; in modifyroute()
H A Droute.c1031 rcip->ri_flags = RTF_STATIC; in new_rtcmd_irep()
1272 rcip->ri_flags &= ~RTF_STATIC; in args_to_rtcmd()
1299 rcip->ri_flags |= RTF_STATIC; in args_to_rtcmd()
/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.c348 rtmsg.rm_mh.rtm_flags = RTF_GATEWAY | RTF_STATIC | flags; in update_default_route()
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c920 { "STATIC", RTF_STATIC, RTF_STATIC }, in ire_format()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2545 rt.rt_flags = (RTF_GATEWAY|RTF_STATIC); in sifroute()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c1184 if (rtm->rtm_flags & RTF_STATIC) in rtm_add()