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

/freebsd-11-stable/sys/netpfil/ipfw/
H A 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; local
113 iif = (struct ipfw_iface*)ipfw_objhash_lookup_name(ii, 0,
115 if (iif != NULL) {
117 handle_ifattach(ch, iif, ifp->if_index);
119 handle_ifdetach(ch, iif, ifp->if_index);
297 struct ipfw_iface *iif, *tmp; local
299 if (strlen(name) >= sizeof(iif->ifname))
317 iif
373 struct ipfw_iface *iif; local
392 struct ipfw_iface *iif; local
407 struct ipfw_iface *iif; local
422 handle_ifattach(struct ip_fw_chain *ch, struct ipfw_iface *iif, uint16_t ifindex) argument
443 handle_ifdetach(struct ip_fw_chain *ch, struct ipfw_iface *iif, uint16_t ifindex) argument
471 struct ipfw_iface *iif; local
[all...]
H A Dip_fw_table_algo.c2231 struct ipfw_iface *iif; local
2255 iif = tmp->ic.iface;
2256 if (iif->resolved != 0) {
2258 ifi = ifidx_find(ti, &iif->ifindex);
/freebsd-11-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-11-stable/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-11-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-11-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
1451 for (mifp = mif6table, iif = 0;
1452 iif < nummifs && mifp &&
1454 mifp++, iif++)
1460 oim->im6_mif = iif;
1465 im->im6_mif = iif;
1480 } /* if wrong iif */
1679 /* iif info is not given for reg. encap.n */
/freebsd-11-stable/etc/
H A Drc.firewall286 iif="$firewall_simple_iif"
293 ${fwcmd} add deny all from ${onet} to any in via ${iif}
/freebsd-11-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 188 milliseconds