Home
last modified time | relevance | path

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

/external/ltp/testcases/network/dhcp/
Ddhcp_lib.sh18 iface1="ltp_veth1"
55 ip li add $iface0 type veth peer name $iface1 || \
60 ip li set up $iface1 || tst_brk TBROK "failed to bring $iface1 up"
90 pkill -f "dhclient -$TST_IPVER $iface1"
111 local wicked_cfg="/etc/sysconfig/network/ifcfg-$iface1"
150 tst_res TINFO "starting dhclient -$TST_IPVER $iface1"
151 dhclient -$TST_IPVER $iface1 || tst_brk TBROK "dhclient failed"
155 ip addr show $iface1 | grep -q $ip_addr_check
159 if ip addr show $iface1 | grep -q $ip_addr_check_noprefix; then
161 ip addr show $iface1
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DCommonSuperclassTest.java203 String iface1 = "Liface/iface1;"; in testGetCommonSuperclass_interfaces() local
219 superclassTest(iface1, classiface1, iface1); in testGetCommonSuperclass_interfaces()
233 superclassTest(object, sub3, iface1); in testGetCommonSuperclass_interfaces()
234 superclassTest(unknown, sub2, iface1); in testGetCommonSuperclass_interfaces()
235 superclassTest(unknown, sub1, iface1); in testGetCommonSuperclass_interfaces()
243 superclassTest(unknown, iface1, classsub1234); in testGetCommonSuperclass_interfaces()
/external/selinux/libsemanage/tests/
Dtest_iface.c214 semanage_iface_t *iface1 = NULL; in test_iface_compare2() local
221 iface1 = get_iface_nth(I_FIRST); in test_iface_compare2()
226 res = semanage_iface_compare2(iface1, iface2); in test_iface_compare2()
228 res = semanage_iface_compare2(iface1, iface3); in test_iface_compare2()
232 semanage_iface_free(iface1); in test_iface_compare2()
/external/wpa_supplicant_8/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,
/external/wayland/src/
Dwayland-private.h57 wl_interface_equal(const struct wl_interface *iface1,