OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NextProto
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/socket/
next_proto.h
12
// use over the TLS connection.
NextProto
enumerates the application level
14
enum
NextProto
{
/external/chromium/net/socket/
ssl_client_socket.h
63
// use over the TLS connection.
NextProto
enumerates the application level
65
enum
NextProto
{
89
static
NextProto
NextProtoFromString(const std::string& proto_string);
Completed in 32 milliseconds