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

  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
ip6_ire.c 366 match_flags |= MATCH_IRE_ILL;
694 ASSERT((!(match_flags & MATCH_IRE_ILL)) ||
808 if (match_flags & MATCH_IRE_ILL) {
873 match_flags |= MATCH_IRE_ILL;
913 * ire_match_args_v6() will dereference ill if MATCH_IRE_ILL
916 if ((flags & (MATCH_IRE_ILL)) && (ill == NULL))
1131 * If ill is set this means we will match it by adding MATCH_IRE_ILL.
    [all...]
ip_ire.c 755 match_args = MATCH_IRE_TYPE | MATCH_IRE_ILL | MATCH_IRE_GW |
944 ((!(match_flags & MATCH_IRE_ILL)) ||
995 ASSERT((!(match_flags & MATCH_IRE_ILL)) || (ill != NULL));
    [all...]
ip6_if.c 588 * We use MATCH_IRE_ILL here. If the caller specified an
596 match_flags |= MATCH_IRE_GW | MATCH_IRE_ILL;
694 match_flags |= MATCH_IRE_ILL;
948 * We use MATCH_IRE_ILL if we know the interface. If the caller
966 match_flags |= MATCH_IRE_ILL;
985 match_flags &= ~(MATCH_IRE_GW|MATCH_IRE_ILL);
996 * interface index so MATCH_IRE_ILL is added to match_flags.
1000 match_flags |= MATCH_IRE_ILL;
    [all...]
ip_ftable.c 104 * ire_match_args() will dereference ill if MATCH_IRE_ILL
107 if ((flags & MATCH_IRE_ILL) && (ill == NULL))
1104 /* If ill is null then ire_route_recursive will set MATCH_IRE_ILL */
    [all...]
ip6.c 1095 ALL_ZONES, NULL, MATCH_IRE_GW | MATCH_IRE_ILL, 0, ipst, NULL);
    [all...]
ipmp.c     [all...]
ip_rts.c 446 match_flags |= MATCH_IRE_ILL;
    [all...]
ip_if.c     [all...]
ip6_input.c 480 int match_flags = MATCH_IRE_SECATTR | MATCH_IRE_ILL;
    [all...]
ip_input.c     [all...]
ip_mroute.c     [all...]
ip_ndp.c 835 MATCH_IRE_ILL | MATCH_IRE_TYPE | MATCH_IRE_GW, 0, ipst, NULL);
    [all...]
ip.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/
ip_ire.h 90 #define MATCH_IRE_ILL 0x0010 /* Match IRE on the ill */

Completed in 180 milliseconds