Home
last modified time | relevance | path

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

/system/extras/tests/net_test/
Dsock_diag.py281 if net_test.LINUX_VERSION >= (3, 8):
Dpackets.py179 if version == 4 or net_test.LINUX_VERSION >= (3, 14):
Dneighbour_test.py213 if net_test.LINUX_VERSION >= (3, 13, 0):
Dnet_test.py93 LINUX_VERSION = LinuxVersion() variable
Dmultinetwork_test.py43 HAVE_UNICAST_IF = net_test.LINUX_VERSION >= (3, 4, 0)
731 if use_connect and (version == 6 or net_test.LINUX_VERSION >= (3, 6)):
Dsock_diag_test.py446 can_close_children = is_established or net_test.LINUX_VERSION >= (4, 4)