HomeSort by relevance Sort by last modified time
    Searched refs:RTF_GATEWAY (Results 1 - 19 of 19) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
trace.c 148 { RTF_GATEWAY, "GATEWAY" },
198 if (rt->rt_flags & (RTF_UP | RTF_GATEWAY)) {
tables.c 287 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)) {
  /onnv/onnv-gate/usr/src/uts/common/net/
route.h 116 #define RTF_GATEWAY 0x2 /* destination is a gateway */
  /onnv/onnv-gate/usr/src/uts/common/inet/kifconf/
kifconf.c 152 route.rt_flags = RTF_GATEWAY | RTF_UP;
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
6to4relay.c 129 rt_msg.rt_hdr.rtm_flags = RTF_STATIC | RTF_GATEWAY;
hostconfig.c 300 route.rt_flags = RTF_GATEWAY | RTF_UP;
route.c 712 * order to facilitate the flushing of RTF_GATEWAY routes.
739 rtm->rtm_flags |= RTF_GATEWAY;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
util.c 312 * int: any additional flags (besides RTF_STATIC and RTF_GATEWAY)
333 rtmsg.rm_mh.rtm_flags = RTF_GATEWAY | RTF_STATIC | flags;
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
table.c 1171 if (rtm->rtm_flags & RTF_GATEWAY)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs_dlinet.c 789 rtentry.rt_flags = RTF_GATEWAY | RTF_UP;
1140 rtentry.rt_flags = RTF_GATEWAY | RTF_UP;
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
ip6_if.c 446 * address as the gateway and with RTF_GATEWAY set. We allow
451 flags &= ~RTF_GATEWAY;
515 * the gateway is the local interface address, yet RTF_GATEWAY
516 * is set. We turn off RTF_GATEWAY to provide compatibility with
520 flags &= ~RTF_GATEWAY;
523 * Traditionally, interface routes are ones where RTF_GATEWAY isn't set
530 * uniquely identify an interface). When coupled with the RTF_GATEWAY
570 /* RTF_GATEWAY not set */
571 if (!(flags & RTF_GATEWAY)) {
939 * Note that RTF_GATEWAY is never set on a delete, therefor
    [all...]
ip_rts.c 503 if ((rtm->rtm_flags & RTF_GATEWAY) == 0) {
    [all...]
ip6.c 1154 (RTF_DYNAMIC | RTF_GATEWAY | RTF_HOST),
    [all...]
ip_if.c     [all...]
ip.c     [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
tables.c     [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/ip/
ip.c 804 { "GATEWAY", RTF_GATEWAY, RTF_GATEWAY },
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
in.rdisc.c     [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
sys-solaris.c     [all...]

Completed in 480 milliseconds