Searched refs:prefix (Results 1 – 6 of 6) sorted by relevance
/kernel/tests/net/test/ |
D | all_tests.sh | 36 -p, --prefix=TEST_PREFIX specify a prefix for the tests to be run 75 -p|--prefix)
|
D | pf_key.py | 142 def _GetConstantName(value, prefix): argument 150 if (name.startswith(prefix) and 157 for prefix in prefixes: 158 name = _GetConstantName(value, prefix)
|
D | multinetwork_base.py | 200 def GetRandomDestination(prefix): argument 201 if "." in prefix: 202 return prefix + "%d.%d" % (random.randint(0, 255), random.randint(0, 255)) 204 return prefix + "%x:%x" % (random.randint(0, 65535), 252 scapy.ICMPv6NDOptPrefixInfo(prefix=cls.OnlinkPrefix(6, netid), 725 prefix = {4: "172.22.", 6: "2001:db8:aaaa::"}[version] 726 remoteaddr = self.GetRandomDestination(prefix)
|
D | sock_diag.py | 121 prefix = "INET_DIAG_REQ" 123 prefix = "INET_DIAG" 124 name = self._GetConstantName(__name__, nla_type, prefix)
|
D | xfrm.py | 344 def _GetConstantName(self, value, prefix): argument 345 return super(Xfrm, self)._GetConstantName(__name__, value, prefix)
|
D | bpf_test.py | 472 cls._cg_dir = tempfile.mkdtemp(prefix="cg_bpf-")
|