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

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_iface.c65 static void handle_ifdetach(struct ip_fw_chain *ch, struct ipfw_iface *iif,
67 static void handle_ifattach(struct ip_fw_chain *ch, struct ipfw_iface *iif,
96 struct ipfw_iface *iif; local
112 iif = (struct ipfw_iface*)ipfw_objhash_lookup_name(ii, 0,
114 if (iif != NULL) {
116 handle_ifattach(ch, iif, ifp->if_index);
118 handle_ifdetach(ch, iif, ifp->if_index);
296 struct ipfw_iface *iif, *tmp; local
298 if (strlen(name) >= sizeof(iif->ifname))
315 iif
371 struct ipfw_iface *iif; local
390 struct ipfw_iface *iif; local
405 struct ipfw_iface *iif; local
420 handle_ifattach(struct ip_fw_chain *ch, struct ipfw_iface *iif, uint16_t ifindex) argument
441 handle_ifdetach(struct ip_fw_chain *ch, struct ipfw_iface *iif, uint16_t ifindex) argument
469 struct ipfw_iface *iif; local
[all...]
H A Dip_fw2.c1363 struct ifnet *oif, *iif; local
1807 iif = args->ifp;
1811 iif = mem ? NULL : m_rcvif(m);
1911 match = iface_match(iif, (ipfw_insn_if *)cmd,
2486 iif, args->f_id.fib) :
2488 verify_path(src_ip, iif, args->f_id.fib)));
2514 &(args->f_id.src_ip6), iif,
2517 verify_path(src_ip, iif,
H A Dip_fw_table_algo.c2221 struct ipfw_iface *iif; local
2245 iif = tmp->ic.iface;
2246 if (iif->resolved != 0) {
2248 ifi = ifidx_find(ti, &iif->ifindex);
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c593 * iterating through - matches the target one (iif->iif_template). Return -1
600 iifind_data_t *iif = arg; local
603 if (node->ii_type != iif->iif_template->ii_type ||
604 !streq(node->ii_name, iif->iif_template->ii_name) ||
605 node->ii_dtype->t_id != iif->iif_newidx)
609 !streq(node->ii_owner, iif->iif_template->ii_owner))
612 if (node->ii_nargs != iif->iif_template->ii_nargs)
616 if (get_mapping(iif->iif_ta,
617 iif->iif_template->ii_args[i]->t_id) !=
622 if (iif
650 iifind_data_t iif; local
947 iifind_data_t iif; local
[all...]
/freebsd-13-stable/tools/tools/tinybsd/conf/firewall/etc/
H A Drc.firewall204 iif="em1"
213 ${fwcmd} add deny all from ${onet}:${omask} to any in via ${iif}
/freebsd-13-stable/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-13-stable/sys/netinet6/
H A Dip6_mroute.c1227 MRT6_DLOG(DEBUG_FORWARD, "getting the iif info in the kernel");
1367 mifi_t mifi, iif; local
1439 for (mifp = mif6table, iif = 0;
1440 iif < nummifs && mifp &&
1442 mifp++, iif++)
1448 oim->im6_mif = iif;
1453 im->im6_mif = iif;
1468 } /* if wrong iif */
1673 /* iif info is not given for reg. encap.n */
/freebsd-13-stable/libexec/rc/
H A Drc.firewall283 iif="$firewall_simple_iif"
290 ${fwcmd} add deny all from ${onet} to any in via ${iif}
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-juniper.c589 uint8_t iif[2]; member in struct:juniper_monitor_header
603 ND_PRINT((ndo, "service-id %u, iif %u, pkt-type %u: ",
605 EXTRACT_16BITS(&mh->iif),
642 ND_PRINT((ndo, "service-id %u flags 0x%02x service-set-id 0x%04x iif %u: ",

Completed in 139 milliseconds