Home
last modified time | relevance | path

Searched refs:iif (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/sys/netpfil/ipfw/
Dip_fw_iface.c66 static void handle_ifdetach(struct ip_fw_chain *ch, struct ipfw_iface *iif,
68 static void handle_ifattach(struct ip_fw_chain *ch, struct ipfw_iface *iif,
97 struct ipfw_iface *iif; in ipfw_kifhandler() local
113 iif = (struct ipfw_iface*)ipfw_objhash_lookup_name(ii, 0, in ipfw_kifhandler()
115 if (iif != NULL) { in ipfw_kifhandler()
117 handle_ifattach(ch, iif, ifp->if_index); in ipfw_kifhandler()
119 handle_ifdetach(ch, iif, ifp->if_index); in ipfw_kifhandler()
297 struct ipfw_iface *iif, *tmp; in ipfw_iface_ref() local
299 if (strlen(name) >= sizeof(iif->ifname)) in ipfw_iface_ref()
317 iif = (struct ipfw_iface *)ipfw_objhash_lookup_name(ii, 0, name); in ipfw_iface_ref()
[all …]
Dip_fw_table_algo.c2231 struct ipfw_iface *iif; in ta_add_ifidx() local
2255 iif = tmp->ic.iface; in ta_add_ifidx()
2256 if (iif->resolved != 0) { in ta_add_ifidx()
2258 ifi = ifidx_find(ti, &iif->ifindex); in ta_add_ifidx()
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
Dmerge.c600 iifind_data_t *iif = arg; in iidesc_match() local
603 if (node->ii_type != iif->iif_template->ii_type || in iidesc_match()
604 !streq(node->ii_name, iif->iif_template->ii_name) || in iidesc_match()
605 node->ii_dtype->t_id != iif->iif_newidx) in iidesc_match()
609 !streq(node->ii_owner, iif->iif_template->ii_owner)) in iidesc_match()
612 if (node->ii_nargs != iif->iif_template->ii_nargs) in iidesc_match()
616 if (get_mapping(iif->iif_ta, in iidesc_match()
617 iif->iif_template->ii_args[i]->t_id) != in iidesc_match()
622 if (iif->iif_refmerge) { in iidesc_match()
623 switch (iif->iif_template->ii_type) { in iidesc_match()
[all …]
/freebsd-12-stable/tools/tools/tinybsd/conf/firewall/etc/
Drc.firewall204 iif="ed1"
213 ${fwcmd} add deny all from ${onet}:${omask} to any in via ${iif}
/freebsd-12-stable/tools/tools/tinybsd/conf/wireless/etc/
Drc.firewall204 iif="ed1"
213 ${fwcmd} add deny all from ${onet}:${omask} to any in via ${iif}
/freebsd-12-stable/release/picobsd/floppy.tree/etc/
Drc.firewall86 iif="ed1"
93 $fwcmd add deny all from ${onet}:${omask} to any in via ${iif}
/freebsd-12-stable/sys/netinet6/
Dip6_mroute.c1369 mifi_t mifi, iif; in ip6_mdq() local
1454 for (mifp = mif6table, iif = 0; in ip6_mdq()
1455 iif < nummifs && mifp && in ip6_mdq()
1457 mifp++, iif++) in ip6_mdq()
1463 oim->im6_mif = iif; in ip6_mdq()
1468 im->im6_mif = iif; in ip6_mdq()
/freebsd-12-stable/etc/
Drc.firewall286 iif="$firewall_simple_iif"
293 ${fwcmd} add deny all from ${onet} to any in via ${iif}
/freebsd-12-stable/contrib/tcpdump/
Dprint-juniper.c589 uint8_t iif[2]; in juniper_monitor_print() member
605 EXTRACT_16BITS(&mh->iif), in juniper_monitor_print()
/freebsd-12-stable/contrib/binutils/gas/po/
Dgas.pot8733 msgid "iif convert internal pcrel/binary"
8741 msgid "iif convert internal pcrel/pointer"
8745 msgid "Internal logic error in iif.iifP[n].type"
8758 msgid "Internal logic error in iif.iifP[].type"
/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c130077 INLINE_FUNC(iif, 3, INLINEFUNC_iif, 0 ),