HomeSort by relevance Sort by last modified time
    Searched defs:ire_type (Results 1 - 9 of 9) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
ip6_output.c 340 * Based on ire_type and ire_flags call one of:
538 if (ire->ire_type & IRE_MULTICAST) {
651 if (ire->ire_type & IRE_MULTICAST)
673 if (ire->ire_type & IRE_NOROUTE) {
1159 uint_t ire_type; local
    [all...]
ip_output.c 363 * Based on ire_type and ire_flags call one of:
662 (ixa->ixa_ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)) ||
682 !(ixa->ixa_ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)) &&
709 (ixa->ixa_ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)) ||
718 !(ixa->ixa_ire->ire_type & (IRE_LOCAL | IRE_LOOPBACK)) &&
1037 * Based on ire_type and ire_flags call one of:
2218 uint_t ire_type; local
    [all...]
ip_ftable.c 77 (((ire)->ire_type & IRE_DEFAULT) || \
78 (((ire)->ire_type & IRE_INTERFACE) && ((ire)->ire_addr == 0)))
197 if ((ire->ire_type & IRE_LOCAL) && zoneid != ALL_ZONES &&
792 * address and bucket, we compare against ire_type for the orig_ire. We also
841 if (ire->ire_type != orig_ire->ire_type ||
874 (ire->ire_type & IRE_OFFLINK)) {
981 uint_t ire_type; local
1103 ire_type = 0;
1112 ire_type = IRE_ONLINK
    [all...]
ip_rts.c 202 ASSERT(!(ire->ire_type & IRE_IF_CLONE));
737 if (ire->ire_type & IRE_NOROUTE) {
989 uint_t ire_type; local
997 ire_type = (IRE_ONLINK|IRE_OFFLINK) & ~IRE_IF_CLONE;
1005 ire_type, ill, zoneid, tsl, match_flags, 0, ipst, NULL);
1010 if (ire->ire_type & IRE_ONLINK)
1028 ifire = ire_route_recursive_v4(dst_addr, ire_type, ill, zoneid,
1032 ire = ire_route_recursive_v4(dst_addr, ire_type, ill, zoneid,
1049 uint_t ire_type; local
1057 ire_type = (IRE_ONLINK|IRE_OFFLINK) & ~IRE_IF_CLONE
    [all...]
ip_ire.c 88 * ire_type, ire_create_time, ire_masklen, ire_ipversion, ire_flags,
228 static void ire_walk_ill_ipvers(uint_t match_flags, uint_t ire_type,
553 switch (ire->ire_type) {
591 if (ire->ire_type != IRE_BROADCAST)
607 (ire->ire_type & IRE_MULTICAST))
615 if ((ire->ire_type & IRE_ONLINK) && ire->ire_masklen == max_masklen)
690 ire->ire_type = type;
823 ire_walk_ill(uint_t match_flags, uint_t ire_type, pfv_t func, void *arg,
828 ire_walk_ill_ipvers(match_flags, ire_type, func, arg, vers, ill);
835 ire_walk_ill_ipvers(uint_t match_flags, uint_t ire_type, pfv_t func
1991 uint_t ire_type; local
    [all...]
ip_if.c 146 static ipif_t *ipif_allocate(ill_t *ill, int id, uint_t ire_type,
13261 uint_t ire_type; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/
kstatcom.h 177 kstat_named_t ire_type; member in struct:ipRouteEntry_named_kstat
204 kstat_named_t ire_type; member in struct:ipv6RouteEntry_named_kstat
ip.h 2556 ushort_t ire_type; \/* Type of IRE *\/ member in struct:ire_s
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
route.c 718 int ire_type; local
726 ire_type = rp->ipRouteInfo.re_ire_type;
728 ire_type = rp6->ipv6RouteInfo.re_ire_type;
729 if (ire_type != IRE_DEFAULT &&
730 ire_type != IRE_PREFIX &&
731 ire_type != IRE_HOST &&
732 ire_type != IRE_HOST_REDIRECT)
    [all...]

Completed in 3639 milliseconds