Home
last modified time | relevance | path

Searched defs:version (Results 1 – 25 of 47) sorted by relevance

12

/system/extras/tests/net_test/
Dmultinetwork_test.py77 def _GetIpLayer(version): argument
90 def UDP(cls, version, srcaddr, dstaddr, sport=0): argument
100 def UDPWithOptions(cls, version, srcaddr, dstaddr, sport=0): argument
113 def SYN(cls, dport, version, srcaddr, dstaddr, sport=0, seq=TCP_SEQ): argument
124 def RST(cls, version, srcaddr, dstaddr, packet): argument
134 def SYNACK(cls, version, srcaddr, dstaddr, packet): argument
144 def ACK(cls, version, srcaddr, dstaddr, packet, payload=""): argument
159 def FIN(cls, version, srcaddr, dstaddr, packet): argument
170 def GRE(cls, version, srcaddr, dstaddr, proto, packet): argument
179 def ICMPPortUnreachable(cls, version, srcaddr, dstaddr, packet): argument
[all …]
Diproute.py398 def _AddressFamily(self, version): argument
420 def _Rule(self, version, is_add, rule_type, table, match_nlattr, priority): argument
450 def DeleteRulesAtPriority(self, version, priority): argument
464 def FwmarkRule(self, version, is_add, fwmark, table, priority): argument
468 def OifRule(self, version, is_add, oif, table, priority): argument
472 def UidRangeRule(self, version, is_add, start, end, table, priority): argument
478 def UnreachableRule(self, version, is_add, priority): argument
481 def DefaultRule(self, version, is_add, table, priority): argument
557 def DumpRules(self, version): argument
568 def _Address(self, version, command, addr, prefixlen, flags, scope, ifindex): argument
[all …]
Dmultinetwork_base.py90 def MakePktInfo(version, addr, ifindex): argument
172 def _RouterAddress(netid, version): argument
189 def MyAddress(cls, version, netid): argument
205 def GetProtocolFamily(self, version): argument
332 def _ICMPRatelimitFilename(cls, version): argument
337 def _SetICMPRatelimit(cls, version, limit): argument
416 def GetRemoteAddress(self, version): argument
432 def BuildSocket(self, version, constructor, netid, routing_mode): argument
443 def SendOnNetid(self, version, s, dstaddr, dstport, netid, payload, cmsgs): argument
590 def Combinations(self, version): argument
/system/core/libmincrypt/tools/
DDumpPublicKey.java51 int version; in checkRSA() local
107 int version = check(key, useSHA256); in printRSA() local
172 int version = checkEC(key); in printEC() local
/system/core/toolbox/
Dsendevent.c15 int version; in sendevent_main() local
/system/core/include/cutils/
Dnative_handle.h26 int version; /* sizeof(native_handle_t) */ member
/system/bt/btif/include/
Dbtif_debug_btsnoop.h28 uint8_t version; member
/system/gatekeeper/include/gatekeeper/
Dpassword_handle.h35 uint8_t version; member
/system/bt/bta/hl/
Dbta_hl_sdp.c183 UINT16 version = BTA_HL_VERSION_01_00; in bta_hl_sdp_update() local
386 UINT16 version = BTA_HL_VERSION_01_00; in bta_hl_sdp_register() local
/system/core/libnativebridge/tests/
DDummyNativeBridge2.cpp48 extern "C" bool native_bridge2_is_compatible_compatible_with(uint32_t version) { in native_bridge2_is_compatible_compatible_with()
/system/core/include/nativebridge/
Dnative_bridge.h97 uint32_t version; member
/system/keymaster/
Dauth_encrypted_key_blob.cpp97 uint8_t version = *(*buf_ptr)++; in DeserializeAuthEncryptedBlob() local
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
Dheader.h83 char * version; member
108 enum perf_header_version version; member
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
Dheader.h71 char *version; member
93 enum perf_header_version version; member
/system/extras/ext4_utils/
Dext4_crypt.cpp31 char version; member
/system/bt/bta/hf_client/
Dbta_hf_client_sdp.c94 UINT16 version; in bta_hf_client_add_record() local
/system/extras/sane_schedstat/
Dsane_schedstat.c112 unsigned int version; in parse() local
/system/core/adb/
Dframebuffer_service.cpp42 unsigned int version; member
Dadb_client.cpp236 int version = ADB_SERVER_VERSION - 1; in adb_connect() local
/system/core/debuggerd/
Dgetevent.cpp36 int version; in open_device() local
/system/bt/bta/ag/
Dbta_ag_sdp.c136 UINT16 version; in bta_ag_add_record() local
/system/bt/bta/hh/
Dbta_hh_utils.c157 UINT16 version, UINT8 flag) in bta_hh_update_di_info()
/system/core/include/system/
Dradio.h137 char version[RADIO_STRING_LEN_MAX]; /* product version */ member
153 char version[RADIO_STRING_LEN_MAX]; member
/system/extras/taskstats/
Dtaskstats.c49 int version = 1; in send_command() local
/system/bt/btif/co/
Dbta_hh_co.c422 UINT16 product_id, UINT16 version, UINT8 ctry_code, in bta_hh_co_send_hid_info()

12