Searched defs:iface (Results 1 – 3 of 3) sorted by relevance
111 vdev_netvsc_iface_is_netvsc(const struct if_nameindex *iface) in vdev_netvsc_iface_is_netvsc()157 vdev_netvsc_foreach_iface(int (*func)(const struct if_nameindex *iface, in vdev_netvsc_foreach_iface()161 struct if_nameindex *iface = if_nameindex(); in vdev_netvsc_foreach_iface() local223 vdev_netvsc_has_route(const struct if_nameindex *iface, in vdev_netvsc_has_route()368 vdev_netvsc_device_probe(const struct if_nameindex *iface, in vdev_netvsc_device_probe()507 vdev_netvsc_netvsc_probe(const struct if_nameindex *iface, in vdev_netvsc_netvsc_probe()
515 open_iface_live(const char *iface, pcap_t **pcap) { in open_iface_live()528 open_single_iface(const char *iface, pcap_t **pcap) in open_single_iface()1075 const char *iface = value; in open_rx_tx_iface() local1090 set_iface_direction(const char *iface, pcap_t *pcap, in set_iface_direction()1107 const char *iface = value; in open_iface() local
40 static char iface[MAX_PATH_LEN]; variable