Searched refs:iface1 (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/network/dhcp/ |
D | dhcp_lib.sh | 47 ip li add $iface0 type veth peer name $iface1 || \ 52 ip li set up $iface1 || tst_brkm TBROK "failed to bring $iface1 up" 73 pkill -f "dhclient -$ipv $iface1" 104 tst_resm TINFO "starting dhclient -${ipv} $iface1" 105 dhclient -$ipv $iface1 || \ 109 ip addr show $iface1 | grep $ip_addr_check > /dev/null 121 iface1="ltp_veth1"
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/ |
D | CommonSuperclassTest.java | 203 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/ |
D | fst.c | 210 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()
|
D | fst.h | 271 Boolean fst_are_ifaces_aggregated(struct fst_iface *iface1,
|