Home
last modified time | relevance | path

Searched refs:iface1 (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/testcases/network/dhcp/
Ddhcp_lib.sh18 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_check
164 if ip addr show $iface1 | grep -q $ip_addr_check_noprefix; then
166 ip addr show $iface1
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
Dfst.c210 Boolean fst_are_ifaces_aggregated(struct fst_iface *iface1, in fst_are_ifaces_aggregated() argument
213 return fst_iface_get_group(iface1) == fst_iface_get_group(iface2); in fst_are_ifaces_aggregated()
Dfst.h279 Boolean fst_are_ifaces_aggregated(struct fst_iface *iface1,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
Dfst.c210 bool fst_are_ifaces_aggregated(struct fst_iface *iface1, in fst_are_ifaces_aggregated() argument
213 return fst_iface_get_group(iface1) == fst_iface_get_group(iface2); in fst_are_ifaces_aggregated()
Dfst.h279 bool fst_are_ifaces_aggregated(struct fst_iface *iface1,
/third_party/wayland_standard/src/
Dwayland-private.h57 wl_interface_equal(const struct wl_interface *iface1,
/third_party/alsa-utils/alsactl/
Dstate.c1212 int iface1; in set_control() local
1343 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()