Home
last modified time | relevance | path

Searched refs:iface1 (Results 1 - 6 of 6) sorted by relevance

/third_party/ltp/testcases/network/dhcp/
H A Ddhcp_lib.sh15 iface1="ltp_veth1"
58 ip link add $iface0 type veth peer name $iface1 || \
63 ip link set up $iface1 || tst_brk TBROK "failed to bring $iface1 up"
93 pkill -f "dhclient -$TST_IPVER $iface1"
114 local wicked_cfg="/etc/sysconfig/network/ifcfg-$iface1"
152 tst_res TINFO "starting dhclient -$TST_IPVER $iface1"
153 dhclient -$TST_IPVER $iface1 || tst_brk TBROK "dhclient failed"
157 ip addr show $iface1 | grep -q $ip_addr_check
161 if ip addr show $iface1 | gre
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A 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()
H A Dfst.h273 * @iface1: 1st FST interface object
274 * @iface1: 2nd FST interface object
279 Boolean fst_are_ifaces_aggregated(struct fst_iface *iface1,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
H A 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()
H A Dfst.h273 * @iface1: 1st FST interface object
274 * @iface1: 2nd FST interface object
279 bool fst_are_ifaces_aggregated(struct fst_iface *iface1,
/third_party/alsa-utils/alsactl/
H A Dstate.c1212 int iface1; in set_control() local
1343 iface1 = snd_ctl_elem_info_get_interface(info); in set_control()
1353 if (err |= (int)iface != iface1) in set_control()
1354 cerror(doit, "warning: iface mismatch (%d/%d) for control #%d", iface, iface1, numid); in set_control()

Completed in 6 milliseconds