Searched refs:iface1 (Results 1 – 7 of 7) sorted by relevance
18 iface1="ltp_veth1"61 ip link add $iface0 type veth peer name $iface1 || \66 ip link set up $iface1 || tst_brk TBROK "failed to bring $iface1 up"96 pkill -f "dhclient -$TST_IPVER $iface1"117 local wicked_cfg="/etc/sysconfig/network/ifcfg-$iface1"155 tst_res TINFO "starting dhclient -$TST_IPVER $iface1"156 dhclient -$TST_IPVER $iface1 || tst_brk TBROK "dhclient failed"160 ip addr show $iface1 | grep -q $ip_addr_check164 if ip addr show $iface1 | grep -q $ip_addr_check_noprefix; then166 ip addr show $iface1
210 Boolean fst_are_ifaces_aggregated(struct fst_iface *iface1, in fst_are_ifaces_aggregated() argument213 return fst_iface_get_group(iface1) == fst_iface_get_group(iface2); in fst_are_ifaces_aggregated()
279 Boolean fst_are_ifaces_aggregated(struct fst_iface *iface1,
210 bool fst_are_ifaces_aggregated(struct fst_iface *iface1, in fst_are_ifaces_aggregated() argument213 return fst_iface_get_group(iface1) == fst_iface_get_group(iface2); in fst_are_ifaces_aggregated()
279 bool fst_are_ifaces_aggregated(struct fst_iface *iface1,
57 wl_interface_equal(const struct wl_interface *iface1,
1212 int iface1; in set_control() local1343 iface1 = snd_ctl_elem_info_get_interface(info); in set_control()1353 if (err |= iface != iface1) in set_control()1354 cerror(doit, "warning: iface mismatch (%d/%d) for control #%d", iface, iface1, numid); in set_control()