Searched refs:RTF_GATEWAY (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtrace.c148 { RTF_GATEWAY, "GATEWAY" },
198 if (rt->rt_flags & (RTF_UP | RTF_GATEWAY)) {
H A Dtables.c287 rt->rt_flags |= RTF_GATEWAY;
373 rt->rt_flags |= RTF_GATEWAY;
375 rt->rt_flags &= ~RTF_GATEWAY;
536 { RTF_GATEWAY, "GATEWAY" },
576 if (rt->rt_flags & (RTF_UP | RTF_GATEWAY)) {
/illumos-gate/usr/src/uts/common/net/
H A Droute.h115 #define RTF_GATEWAY 0x2 /* destination is a gateway */ macro
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_ngz.c331 defrouter, 0, link, RTF_GATEWAY);
335 gw4.s_addr, 0, link, 0, RTF_GATEWAY);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A D6to4relay.c129 rt_msg.rt_hdr.rtm_flags = RTF_STATIC | RTF_GATEWAY;
H A Dhostconfig.c300 route.rt_flags = RTF_GATEWAY | RTF_UP;
H A Droute.c711 * order to facilitate the flushing of RTF_GATEWAY routes.
738 rtm->rtm_flags |= RTF_GATEWAY;
1468 rcip->ri_flags |= RTF_GATEWAY;
2707 if (gate != NULL && rtm->rtm_flags & RTF_GATEWAY)
/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/sbin/dhcpagent/
H A Dutil.c310 * int: any additional flags (besides RTF_STATIC and RTF_GATEWAY)
331 rtmsg.rm_mh.rtm_flags = RTF_GATEWAY | RTF_STATIC | flags;
/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/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c1098 * assumes that RTF_GATEWAY implies that the gateway of the route for
1182 if (rtm->rtm_flags & RTF_GATEWAY)
1728 !(m.r.rtm.rtm_flags & RTF_GATEWAY) &&
2153 KS_DYNAMIC))) ? RTF_GATEWAY : 0));
2157 KS_DYNAMIC))) ? RTF_GATEWAY : 0));
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_if.c445 * address as the gateway and with RTF_GATEWAY set. We allow
450 flags &= ~RTF_GATEWAY;
514 * the gateway is the local interface address, yet RTF_GATEWAY
515 * is set. We turn off RTF_GATEWAY to provide compatibility with
519 flags &= ~RTF_GATEWAY;
522 * Traditionally, interface routes are ones where RTF_GATEWAY isn't set
529 * uniquely identify an interface). When coupled with the RTF_GATEWAY
569 /* RTF_GATEWAY not set */
570 if (!(flags & RTF_GATEWAY)) {
691 * accordingly. We reject any RTF_GATEWAY route
[all...]
H A Dip_rts.c502 if ((rtm->rtm_flags & RTF_GATEWAY) == 0) {
H A Dip6.c1161 (RTF_DYNAMIC | RTF_GATEWAY | RTF_HOST),
1219 (RTF_DYNAMIC | RTF_GATEWAY | RTF_HOST), 0,
H A Dip_if.c5463 * address as the gateway and with RTF_GATEWAY set. We allow
5468 flags &= ~RTF_GATEWAY;
5530 * the gateway is the local interface address, yet RTF_GATEWAY
5531 * is set. We turn off RTF_GATEWAY to provide compatibility with
5535 flags &= ~RTF_GATEWAY;
5538 * Traditionally, interface routes are ones where RTF_GATEWAY isn't set
5545 * uniquely identify an interface). When coupled with the RTF_GATEWAY
5585 /* RTF_GATEWAY not set */
5586 if (!(flags & RTF_GATEWAY)) {
5711 * accordingly. We reject any RTF_GATEWAY route
[all...]
H A Dip.c2702 (RTF_DYNAMIC | RTF_GATEWAY | RTF_HOST),
2724 (RTF_DYNAMIC | RTF_GATEWAY | RTF_HOST), 0,
/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.lib/in.ndpd/
H A Dtables.c2244 rt_msg->rtm_flags = RTF_GATEWAY;
2288 rt_msg->rtm_flags = RTF_GATEWAY;
/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.c909 { "GATEWAY", RTF_GATEWAY, RTF_GATEWAY },
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2604 rt.rt_flags = (RTF_GATEWAY|RTF_STATIC);

Completed in 220 milliseconds