Searched defs:match_flags (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_output.c1231 uint_t match_flags = MATCH_IRE_DSTONLY; local
1234 match_flags |= MATCH_IRE_ILL;
1237 ire1->ire_zoneid, NULL, match_flags,
H A Dip6_ire.c314 int match_flags; local
361 match_flags = (MATCH_IRE_MASK | MATCH_IRE_TYPE | MATCH_IRE_GW);
363 match_flags |= MATCH_IRE_ILL;
381 match_flags |= MATCH_IRE_TESTHIDDEN;
409 match_flags)) {
688 const ts_label_t *tsl, int match_flags)
698 ASSERT((!(match_flags & MATCH_IRE_GW)) || gateway != NULL);
699 ASSERT((!(match_flags & (MATCH_IRE_ILL|MATCH_IRE_SRC_ILL))) ||
707 if (!(match_flags & MATCH_IRE_TESTHIDDEN))
740 if (match_flags
686 ire_match_args_v6(ire_t *ire, const in6_addr_t *addr, const in6_addr_t *mask, const in6_addr_t *gateway, int type, const ill_t *ill, zoneid_t zoneid, const ts_label_t *tsl, int match_flags) argument
882 uint_t match_flags; local
[all...]
H A Dip6_input.c481 int match_flags = MATCH_IRE_SECATTR | MATCH_IRE_ILL; local
486 match_flags, irr_flags, ira->ira_xmit_hint, ipst, NULL, NULL, NULL);
504 match_flags, irr_flags, ira->ira_xmit_hint, ipst, NULL, NULL, NULL);
H A Dip_ftable.c521 int match_flags; local
523 match_flags = MATCH_IRE_DSTONLY;
530 zoneid, NULL, match_flags, IRR_ALLOCATE, 0, ipst, NULL,
535 zoneid, NULL, match_flags, IRR_ALLOCATE, 0, ipst, NULL,
H A Dip_output.c2298 uint_t match_flags = MATCH_IRE_DSTONLY; local
2301 match_flags |= MATCH_IRE_ILL;
2304 ire1->ire_zoneid, NULL, match_flags,
H A Dip_rts.c96 const ts_label_t *tsl, int match_flags, ip_stack_t *ipst, ire_t **pifire,
100 const ill_t *ill, zoneid_t zoneid, const ts_label_t *tsl, int match_flags,
291 int match_flags = MATCH_IRE_DSTONLY; local
445 match_flags |= MATCH_IRE_ILL;
464 match_flags |= MATCH_IRE_MASK;
653 match_flags |= MATCH_IRE_SECATTR;
656 match_flags |= MATCH_IRE_GW;
684 match_flags |= MATCH_IRE_GW;
705 gw_addr, ill, zoneid, tsl, match_flags,
720 tsl, match_flags, ips
981 ire_lookup_v4(ipaddr_t dst_addr, ipaddr_t net_mask, ipaddr_t gw_addr, const ill_t *ill, zoneid_t zoneid, const ts_label_t *tsl, int match_flags, ip_stack_t *ipst, ire_t **pifire, ipaddr_t *v4setsrcp, tsol_ire_gw_secattr_t **gwattrp) argument
1064 ire_lookup_v6(const in6_addr_t *dst_addr_v6, const in6_addr_t *net_mask_v6, const in6_addr_t *gw_addr_v6, const ill_t *ill, zoneid_t zoneid, const ts_label_t *tsl, int match_flags, ip_stack_t *ipst, ire_t **pifire, in6_addr_t *v6setsrcp, tsol_ire_gw_secattr_t **gwattrp) argument
[all...]
H A Dip6_if.c160 uint32_t match_flags, zoneid_t zoneid, ip_stack_t *ipst)
166 boolean_t match_illgrp = (match_flags & IPIF_MATCH_ILLGRP);
167 boolean_t no_duplicate = (match_flags & IPIF_MATCH_NONDUP);
402 int match_flags = MATCH_IRE_TYPE; local
595 match_flags |= MATCH_IRE_GW | MATCH_IRE_ILL;
606 match_flags |= MATCH_IRE_MASK;
608 IRE_INTERFACE, ill, ALL_ZONES, NULL, match_flags, 0, ipst,
696 match_flags |= MATCH_IRE_ILL;
705 ALL_ZONES, NULL, match_flags, 0, ipst, NULL);
714 if (!(match_flags
159 ipif_lookup_addr_common_v6(const in6_addr_t *addr, ill_t *match_ill, uint32_t match_flags, zoneid_t zoneid, ip_stack_t *ipst) argument
951 uint_t match_flags = MATCH_IRE_TYPE; local
[all...]
H A Dip_ire.c228 static void ire_walk_ill_ipvers(uint_t match_flags, uint_t ire_type,
822 ire_walk_ill(uint_t match_flags, uint_t ire_type, pfv_t func, void *arg, argument
827 ire_walk_ill_ipvers(match_flags, ire_type, func, arg, vers, ill);
834 ire_walk_ill_ipvers(uint_t match_flags, uint_t ire_type, pfv_t func, argument
840 ire_walk_ill_tables(match_flags, ire_type, func, arg,
846 ire_walk_ill_tables(match_flags, ire_type, func, arg,
860 ire_walk_ill_match(uint_t match_flags, uint_t ire_type, ire_t *ire, argument
865 ASSERT(match_flags != 0 || zoneid != ALL_ZONES);
967 if (((!(match_flags & MATCH_IRE_TYPE)) ||
969 ((!(match_flags
1008 ire_walk_ill_tables(uint_t match_flags, uint_t ire_type, pfv_t func, void *arg, size_t ftbl_sz, size_t htbl_sz, irb_t **ipftbl, ill_t *ill, zoneid_t zoneid, ip_stack_t *ipst) argument
1194 int match_flags; local
1860 ire_match_args(ire_t *ire, ipaddr_t addr, ipaddr_t mask, ipaddr_t gateway, int type, const ill_t *ill, zoneid_t zoneid, const ts_label_t *tsl, int match_flags) argument
2046 uint_t match_flags; local
3585 int match_flags = MATCH_IRE_TYPE; local
[all...]
H A Dip6.c1331 uint_t match_flags = MATCH_IRE_TYPE | MATCH_IRE_ZONEONLY; local
1335 match_flags |= MATCH_IRE_ILL;
1339 match_flags, 0, ipst, NULL);
1872 uint_t match_flags; local
1878 match_flags = MATCH_IRE_ZONEONLY;
1883 match_flags |= MATCH_IRE_ILL;
1887 ill, zoneid, NULL, match_flags, 0, ipst, NULL);
H A Dip.c13730 int match_flags; local
13749 match_flags = MATCH_IRE_TYPE;
13751 match_flags |= MATCH_IRE_ILL;
13759 match_flags, 0, ipst, NULL);
13766 match_flags, 0, ipst, NULL);
H A Dip_if.c4611 ipif_lookup_addr_common(ipaddr_t addr, ill_t *match_ill, uint32_t match_flags, argument
4618 boolean_t match_illgrp = (match_flags & IPIF_MATCH_ILLGRP);
4619 boolean_t no_duplicate = (match_flags & IPIF_MATCH_NONDUP);
5414 int match_flags = MATCH_IRE_TYPE; local
5611 match_flags |= MATCH_IRE_GW | MATCH_IRE_ILL;
5627 match_flags |= MATCH_IRE_MASK;
5629 IRE_INTERFACE, ill, ALL_ZONES, NULL, match_flags, 0, ipst,
5716 match_flags |= MATCH_IRE_ILL;
5725 ALL_ZONES, NULL, match_flags, 0, ipst, NULL);
5734 if (!(match_flags
5980 uint_t match_flags = MATCH_IRE_TYPE; local
[all...]
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dmain.c432 * match_flags - Bitmask specifying matching options, as described
449 match(match_flags_t match_flags, const char *name, uint_t ndx, uint_t type) argument
451 match_item_t item_type = (match_flags & MATCH_F_PHDR) ?
461 return ((match_flags & MATCH_F_STRICT) == 0);
474 if (((match_flags & MATCH_F_NAME) == 0) ||
481 if ((match_flags & MATCH_F_NDX) &&
490 if ((match_flags & MATCH_F_NDX) &&
498 if ((match_flags & MATCH_F_TYPE) &&

Completed in 151 milliseconds