Searched refs:VALID (Results 1 – 1 of 1) sorted by relevance
/system/netd/netutils_wrappers/ |
D | NetUtilsWrapperTest-1.0.cpp | 27 #define VALID true macro 37 {VALID, "/system/bin/tc qdisc del dev root"}, 38 {VALID, "/system/bin/ip -6 addr add dev r_rmnet_data6 2001:db8::/64"}, 40 {VALID, "/system/bin/ip6tables -w -A INPUT -j qcom_foo"}, 42 {VALID, "/system/bin/ip6tables -w -A INPUT -i rmnet_data9 -j routectrl_MANGLE_INPUT"}, 43 {VALID, "/system/bin/ip6tables -w -F nm_pre_ip4"}, 45 {VALID, "/system/bin/ndc network interface add oem10"}, 46 {VALID, "/system/bin/ndc network interface add oem10 v_oem9"}, 47 {VALID, "/system/bin/ndc network interface add oem10 oem9"}, 49 {VALID, "/system/bin/ndc network interface add oem10 r_rmnet_data0"}, [all …]
|