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

  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
ip_rts.c 204 if (ire->ire_flags & RTF_SETSRC)
502 if (rtm->rtm_flags & (RTF_MULTIRT | RTF_SETSRC)) {
515 * The RTF_SETSRC flag is present, check that
534 * The RTF_SETSRC modifier must be associated
537 if (rtm->rtm_flags & RTF_SETSRC) {
554 * The RTF_SETSRC flag is present, check that
578 * The RTF_SETSRC modifier must be associated
581 if (rtm->rtm_flags & RTF_SETSRC) {
604 * The RTF_SETSRC modifier does not make sense
607 if (rtm->rtm_flags & RTF_SETSRC) {
    [all...]
ip6_if.c 94 * We support MULTIRT and RTF_SETSRC on the multicast routes added to the
483 if ((flags & RTF_SETSRC) &&
658 if ((flags & RTF_SETSRC) && !IN6_IS_ADDR_UNSPECIFIED(src_addr))
800 if ((flags & RTF_SETSRC) && !IN6_IS_ADDR_UNSPECIFIED(src_addr))
    [all...]
ip6_ire.c     [all...]
ip_ftable.c     [all...]
ip_if.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/net/
route.h 132 #define RTF_SETSRC 0x20000 /* set default outgoing src address */
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/ip/
ip.c 820 { "SETSRC", RTF_SETSRC, RTF_SETSRC },
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
route.c     [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
net.c 904 if (ire->ire_flags & RTF_SETSRC)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
netstat.c     [all...]

Completed in 180 milliseconds