Searched refs:iif (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c602 * iterating through - matches the target one (iif->iif_template). Return -1
609 iifind_data_t *iif = arg; local
612 if (node->ii_type != iif->iif_template->ii_type ||
613 !streq(node->ii_name, iif->iif_template->ii_name) ||
614 node->ii_dtype->t_id != iif->iif_newidx)
618 !streq(node->ii_owner, iif->iif_template->ii_owner))
621 if (node->ii_nargs != iif->iif_template->ii_nargs)
625 if (get_mapping(iif->iif_ta,
626 iif->iif_template->ii_args[i]->t_id) !=
631 if (iif
659 iifind_data_t iif; local
956 iifind_data_t iif; local
[all...]
/freebsd-10.2-release/tools/tools/tinybsd/conf/firewall/etc/
H A Drc.firewall204 iif="ed1"
213 ${fwcmd} add deny all from ${onet}:${omask} to any in via ${iif}
/freebsd-10.2-release/tools/tools/tinybsd/conf/wireless/etc/
H A Drc.firewall204 iif="ed1"
213 ${fwcmd} add deny all from ${onet}:${omask} to any in via ${iif}
/freebsd-10.2-release/sys/netinet6/
H A Dip6_mroute.c1205 MRT6_DLOG(DEBUG_FORWARD, "getting the iif info in the kernel");
1345 mifi_t mifi, iif; local
1429 for (mifp = mif6table, iif = 0;
1430 iif < nummifs && mifp &&
1432 mifp++, iif++)
1438 oim->im6_mif = iif;
1443 im->im6_mif = iif;
1458 } /* if wrong iif */
1664 /* iif info is not given for reg. encap.n */
/freebsd-10.2-release/etc/
H A Drc.firewall277 iif="$firewall_simple_iif"
284 ${fwcmd} add deny all from ${onet} to any in via ${iif}
/freebsd-10.2-release/contrib/tcpdump/
H A Dprint-juniper.c579 u_int8_t iif[2]; member in struct:juniper_monitor_header
592 printf("service-id %u, iif %u, pkt-type %u: ",
594 EXTRACT_16BITS(&mh->iif),
625 printf("service-id %u flags 0x%02x service-set-id 0x%04x iif %u: ",

Completed in 188 milliseconds