Lines Matching full:system
37 {VALID, "/system/bin/tc qdisc del dev root"},
38 {VALID, "/system/bin/ip -6 addr add dev r_rmnet_data6 2001:db8::/64"},
39 {INVALID, "/system/bin/ip -6 addr add dev wlan2 2001:db8::/64"},
40 {VALID, "/system/bin/ip6tables -w -A INPUT -j qcom_foo"},
41 {INVALID, "/system/bin/ip6tables -w -A INPUT -j routectrl_MANGLE_INPUT"},
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"},
44 {INVALID, "/system/bin/ip6tables -w -F INPUT"},
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"},
48 {INVALID, "/system/bin/ndc network interface add 100 v_oem9"},
49 {VALID, "/system/bin/ndc network interface add oem10 r_rmnet_data0"},
50 {VALID, "/system/bin/ndc network interface add handle42966108894 v_oem9"},
51 {VALID, "/system/bin/ndc network interface add handle42966108894 oem9"},
52 {VALID, "/system/bin/ndc network interface add handle42966108894 r_rmnet_data0"},
53 {INVALID, "/system/bin/ndc network interface add handle42966108894"},
54 {VALID, "/system/bin/ip xfrm state"},