Home
last modified time | relevance | path

Searched refs:match_iface (Results 1 – 2 of 2) sorted by relevance

/src/sbin/ifconfig/
H A Difconfig_netlink.c256 match_iface(struct ifconfig_args *args, struct iface *iface) in match_iface() function
475 if (!match_iface(args, iface)) in list_interfaces_nl()
/src/sys/netlink/route/
H A Diface.c425 match_iface(if_t ifp, void *_arg) in match_iface() function
493 if (match_iface(ifp, &attrs)) { in rtnl_handle_getlink()
514 if_foreach_sleep(match_iface, &attrs, dump_cb, &wa); in rtnl_handle_getlink()