Searched defs:proto_name (Results 1 - 7 of 7) sorted by relevance

/external/curl/src/
H A Dtool_libinfo.c50 const char *proto_name; member in struct:proto_name_pattern
91 for(p = possibly_built_in; p->proto_name; p++) {
92 if(curl_strequal(*proto, p->proto_name)) {
/external/ppp/pppd/
H A Dfsm.h116 char *proto_name; /* String name for protocol (for messages) */ member in struct:fsm_callbacks
/external/syslinux/core/lwip/src/netif/ppp/
H A Dfsm.h113 char *proto_name; /* String name for protocol (for messages) */ member in struct:fsm_callbacks
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc172 const string& proto_name,
176 const string& proto_name,
181 const string& proto_name,
186 const string& proto_name,
425 const string& proto_name,
428 generator_name, parameter, "", proto_name, message_name, proto_name,
435 const string& proto_name,
439 generator_name, parameter, "", proto_name, message_name, proto_name,
422 ExpectGenerated( const string& generator_name, const string& parameter, const string& proto_name, const string& message_name) argument
432 ExpectGenerated( const string& generator_name, const string& parameter, const string& proto_name, const string& message_name, const string& output_directory) argument
443 ExpectGeneratedWithMultipleInputs( const string& generator_name, const string& all_proto_names, const string& proto_name, const string& message_name) argument
454 ExpectGeneratedWithInsertions( const string& generator_name, const string& parameter, const string& insertions, const string& proto_name, const string& message_name) argument
[all...]
/external/strace/
H A Dsocketutils.c142 const char *const proto_name = opaque_data; local
180 if (asprintf(&details, "%s:[%s:%u->%s:%u]", proto_name,
185 if (asprintf(&details, "%s:[%s:%u]", proto_name, src_buf,
272 const char *proto_name = opaque_data; local
339 if (asprintf(&details, "%s:[%lu%s%s]", proto_name, inode,
371 const char *proto_name = opaque_data; local
389 if (asprintf(&details, "%s:[%s:%u]", proto_name,
393 if (asprintf(&details, "%s:[%u]", proto_name,
412 const unsigned long inode, const char *proto_name)
416 inet_parse_response, (void *) proto_name)
411 inet_get(struct tcb *tcp, const int fd, const int family, const int protocol, const unsigned long inode, const char *proto_name) argument
[all...]
/external/webrtc/webrtc/p2p/base/
H A Drelayport.cc224 std::string proto_name = ProtoToString(addr.proto); local
228 LOG(INFO) << "Redundant relay address: " << proto_name
241 std::string proto_name = ProtoToString(iter->proto); local
245 AddAddress(iter->address, iter->address, rtc::SocketAddress(), proto_name,
246 proto_name, "", RELAY_PORT_TYPE, ICE_TYPE_PREFERENCE_RELAY, 0,
/external/iproute2/misc/
H A Dss.c774 static const char *proto_name(int protocol) function
818 sock_name = proto_name(s->type);

Completed in 340 milliseconds