Home
last modified time | relevance | path

Searched refs:fu_via_if (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/net/ip6fw/
H A Dip6_fw.c325 if (ifu->fu_via_if.glob) { in iface_match()
326 if (kfnmatch(ifu->fu_via_if.name, ifp->if_xname, 0) in iface_match()
330 if (strncmp(ifp->if_xname, ifu->fu_via_if.name, in iface_match()
851 ftmp->fw_in_if.fu_via_if.name[IP6FW_IFNLEN - 1] = '\0'; in add_entry6()
992 && !*frwl->fw_in_if.fu_via_if.name) in check_ip6fw_struct()
994 && !*frwl->fw_out_if.fu_via_if.name)) { in check_ip6fw_struct()
H A Dip6_fw.h73 } fu_via_if; member
/dragonfly/sbin/ip6fw/
H A Dip6fw.c190 printf(" %s %s", key, un->fu_via_if.name); in print_iface()
803 strlcpy(ifr.ifr_name, ifu->fu_via_if.name, sizeof(ifr.ifr_name)); in verify_interface()
821 strlcpy(ifu->fu_via_if.name, arg, sizeof(ifu->fu_via_if.name)); in fill_iface()
827 ifu->fu_via_if.glob = 1; in fill_iface()
829 ifu->fu_via_if.glob = 0; in fill_iface()