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

  /onnv/onnv-gate/usr/src/uts/common/net/
route.h 131 #define RTF_MULTIRT 0x10000 /* multiroute */
  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
ip6_ire.c 168 } else if (ire->ire_flags & RTF_MULTIRT) {
225 * extract RTF_MULTIRT from the special unicast route added for a group
247 *multirtp = (ire->ire_flags & RTF_MULTIRT) != 0;
    [all...]
ip_rts.c 488 if ((rtm->rtm_flags & (RTF_MULTIRT | RTF_HOST)) ==
489 RTF_MULTIRT) {
502 if (rtm->rtm_flags & (RTF_MULTIRT | RTF_SETSRC)) {
763 if ((ire->ire_flags & RTF_MULTIRT) !=
764 (rtm->rtm_flags & RTF_MULTIRT)) {
    [all...]
ip_output.c 365 * ire_send_multirt_v* - if RTF_MULTIRT
663 (ixa->ixa_ire->ire_flags & RTF_MULTIRT) ||
683 !(ixa->ixa_ire->ire_flags & RTF_MULTIRT) &&
710 (ixa->ixa_ire->ire_flags & RTF_MULTIRT) ||
719 !(ixa->ixa_ire->ire_flags & RTF_MULTIRT) &&
912 * whether RTF_MULTIRT is set in ixa_ire for multicast.
1039 * ire_send_multirt_v4 - if RTF_MULTIRT
    [all...]
ip_ftable.c 332 * extract RTF_MULTIRT from the special unicast route added for a group
353 *multirtp = (ire->ire_flags & RTF_MULTIRT) != 0;
793 * have IRE_BROADCASTs with and without RTF_MULTIRT, with the former being
794 * first in the bucket. Thus we compare that RTF_MULTIRT match the orig_ire.
842 ((ire->ire_flags ^ orig_ire->ire_flags) & RTF_MULTIRT) != 0)
    [all...]
ip6_output.c 212 * whether RTF_MULTIRT is set in ixa_ire for multicast.
342 * ire_send_multirt_v6 - if RTF_MULTIRT
641 * ire_sendfn for IREs with RTF_MULTIRT
    [all...]
ip6_if.c 519 if ((flags & RTF_MULTIRT) && ipif != NULL)
836 if (flags & RTF_MULTIRT) {
1018 if (ire->ire_flags & RTF_MULTIRT) {
    [all...]
ip_input.c 816 * ire_recv_multirt_v4 - if RTF_MULTIRT
    [all...]
ip_ire.c 587 } else if (ire->ire_flags & RTF_MULTIRT) {
    [all...]
conn_opt.c     [all...]
ip_if.c     [all...]
ip.c     [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/ip/
ip.c 819 { "MULTIRT", RTF_MULTIRT, RTF_MULTIRT },
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
net.c 902 if (ire->ire_flags & RTF_MULTIRT)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
route.c     [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
netstat.c     [all...]

Completed in 480 milliseconds