HomeSort by relevance Sort by last modified time
    Searched full:type_to_name (Results 1 - 3 of 3) sorted by null

  /libcore/support/src/test/java/libcore/tlswire/handshake/
HelloExtension.java 35 private static final Map<Integer, String> TYPE_TO_NAME = new HashMap<Integer, String>();
37 TYPE_TO_NAME.put(TYPE_SERVER_NAME, "server_name");
38 TYPE_TO_NAME.put(1, "max_fragment_length");
39 TYPE_TO_NAME.put(2, "client_certificate_url");
40 TYPE_TO_NAME.put(3, "trusted_ca_keys");
41 TYPE_TO_NAME.put(4, "truncated_hmac");
42 TYPE_TO_NAME.put(5, "status_request");
43 TYPE_TO_NAME.put(6, "user_mapping");
44 TYPE_TO_NAME.put(7, "client_authz");
45 TYPE_TO_NAME.put(8, "server_authz")
    [all...]
  /external/iptables/extensions/
libip6t_mh.c 137 static const char *type_to_name(uint8_t type) function
151 if (numeric || !(name = type_to_name(type)))
  /external/e2fsprogs/debugfs/
logdump.c 314 static const char *type_to_name(int btype) function
430 type_to_name(blocktype), blocknr);

Completed in 880 milliseconds