Home
last modified time | relevance | path

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

/external/ltp/testcases/network/dhcp/
Ddhcp_lib.sh19 iface1="ltp_veth1"
52 ip li add $iface0 type veth peer name $iface1 || \
57 ip li set up $iface1 || tst_brk TBROK "failed to bring $iface1 up"
78 pkill -f "dhclient -$TST_IPVER $iface1"
120 tst_res TINFO "starting dhclient -$TST_IPVER $iface1"
121 dhclient -$TST_IPVER $iface1 || tst_brk TBROK "dhclient failed"
124 ip addr show $iface1 | grep $ip_addr_check > /dev/null
/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/wpa_supplicant_8/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,
/external/wayland/src/
Dwayland-private.h63 wl_interface_equal(const struct wl_interface *iface1,