Home
last modified time | relevance | path

Searched defs:protocol (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/external/mtpd/
Dmtpd.h77 struct protocol { struct
79 char *name;
81 int arguments;
83 char *usage;
85 int (*connect)(char **arguments);
87 int (*process)();
89 int (*timeout)();
91 void (*shutdown)();
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DHandshakeProtocolTest.java35 HandshakeProtocol protocol = new ClientHandshakeImpl(new SSLEngineImpl( in testGetStatus() local
68 HandshakeProtocol protocol = new ServerHandshakeImpl(new SSLEngineImpl( in testSendChangeCipherSpec() local
79 HandshakeProtocol protocol = new ClientHandshakeImpl(new SSLEngineImpl( in testWrap() local
186 HandshakeProtocol protocol = new ClientHandshakeImpl(new SSLEngineImpl( in testUnexpectedMessage() local
200 HandshakeProtocol protocol = new ClientHandshakeImpl(new SSLEngineImpl( in testGetTask() local
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DProtocol.java71 private final String protocol; field in Protocol
73 Protocol(String protocol) { in Protocol()
81 public static Protocol get(String protocol) throws IOException { in get()
DResponse.java38 private final Protocol protocol; field in Response
82 public Protocol protocol() { in protocol() method in Response
223 private Protocol protocol; field in Response.Builder
255 public Builder protocol(Protocol protocol) { in protocol() method in Response.Builder
/external/avahi/avahi-python/avahi-discover/
Davahi-discover.py81 def protoname(self,protocol): argument
94 def get_interface_name(self, interface, protocol): argument
100 …def service_resolved(self, interface, protocol, name, stype, domain, host, aprotocol, address, por… argument
120 def new_service(self, interface, protocol, name, stype, domain, flags): argument
137 def remove_service(self, interface, protocol, name, stype, domain, flags): argument
160 def new_service_type(self, interface, protocol, stype, domain, flags): argument
175 def browse_domain(self, interface, protocol, domain): argument
198 def new_domain(self,interface, protocol, domain, flags): argument
219 …def update_label(self,interface, protocol, name, stype, domain, host, aprotocol, address, port, tx… argument
237 content, name, interface,protocol,stype,domain): argument
/external/libgdx/gdx/src/com/badlogic/gdx/net/
DNetJavaServerSocketImpl.java35 private Protocol protocol; field in NetJavaServerSocketImpl
40 public NetJavaServerSocketImpl (Protocol protocol, int port, ServerSocketHints hints) { in NetJavaServerSocketImpl()
44 …public NetJavaServerSocketImpl (Protocol protocol, String hostname, int port, ServerSocketHints hi… in NetJavaServerSocketImpl()
/external/avahi/avahi-daemon/
Ddbus-entry-group.c167 int32_t interface, protocol; in avahi_dbus_msg_entry_group_impl() local
215 int32_t interface, protocol; in avahi_dbus_msg_entry_group_impl() local
248 int32_t interface, protocol; in avahi_dbus_msg_entry_group_impl() local
281 int32_t interface, protocol; in avahi_dbus_msg_entry_group_impl() local
312 int32_t interface, protocol; in avahi_dbus_msg_entry_group_impl() local
Ddbus-protocol.c462 int32_t interface, protocol, aprotocol; in msg_server_impl() local
504 int32_t interface, protocol; in msg_server_impl() local
558 int32_t interface, protocol, type; in msg_server_impl() local
614 int32_t interface, protocol; in msg_server_impl() local
669 int32_t interface, protocol; in msg_server_impl() local
716 int32_t interface, protocol, aprotocol; in msg_server_impl() local
766 int32_t interface, protocol, aprotocol; in msg_server_impl() local
829 int32_t interface, protocol, aprotocol; in msg_server_impl() local
882 int32_t interface, protocol; in msg_server_impl() local
947 int32_t interface, protocol; in msg_server_impl() local
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DStatusLine.java15 public final Protocol protocol; field in StatusLine
19 public StatusLine(Protocol protocol, int code, String message) { in StatusLine()
35 Protocol protocol; in parse() local
DRequestLine.java18 static String get(Request request, Proxy.Type proxyType, Protocol protocol) { in get()
60 public static String version(Protocol protocol) { in version()
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
DLwjgl3Net.java51 …public ServerSocket newServerSocket (Protocol protocol, String ipAddress, int port, ServerSocketHi… in newServerSocket()
56 public ServerSocket newServerSocket (Protocol protocol, int port, ServerSocketHints hints) { in newServerSocket()
61 public Socket newClientSocket (Protocol protocol, String host, int port, SocketHints hints) { in newClientSocket()
/external/libgdx/backends/gdx-backend-headless/src/com/badlogic/gdx/backends/headless/
DHeadlessNet.java51 …public ServerSocket newServerSocket (Protocol protocol, String hostname, int port, ServerSocketHin… in newServerSocket()
56 public ServerSocket newServerSocket (Protocol protocol, int port, ServerSocketHints hints) { in newServerSocket()
61 public Socket newClientSocket (Protocol protocol, String host, int port, SocketHints hints) { in newClientSocket()
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
DLwjglNet.java50 …public ServerSocket newServerSocket (Protocol protocol, String ipAddress, int port, ServerSocketHi… in newServerSocket()
55 public ServerSocket newServerSocket (Protocol protocol, int port, ServerSocketHints hints) { in newServerSocket()
60 public Socket newClientSocket (Protocol protocol, String host, int port, SocketHints hints) { in newClientSocket()
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
DJglfwNet.java50 …public ServerSocket newServerSocket (Protocol protocol, String hostname, int port, ServerSocketHin… in newServerSocket()
54 public ServerSocket newServerSocket (Protocol protocol, int port, ServerSocketHints hints) { in newServerSocket()
58 public Socket newClientSocket (Protocol protocol, String host, int port, SocketHints hints) { in newClientSocket()
/external/avahi/avahi-core/
Dbrowse.c47 AvahiProtocol protocol; member
85 AvahiProtocol protocol, in lookup_new()
161 AvahiProtocol protocol, in lookup_find()
252 AvahiProtocol protocol, in lookup_multicast_callback()
359 …okup* lookup_add(AvahiSRecordBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiLook… in lookup_add()
401 static void lookup_handle_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, … in lookup_handle_cname()
426 static void lookup_drop_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, Av… in lookup_drop_cname()
525 AvahiProtocol protocol, in avahi_s_record_browser_new()
Dentry.c151 static int check_record_conflict(AvahiServer *s, AvahiIfIndex interface, AvahiProtocol protocol, Av… in check_record_conflict()
189 AvahiProtocol protocol, in server_add_internal()
320 AvahiProtocol protocol, in avahi_server_add()
382 AvahiProtocol protocol, in server_add_ptr_internal()
415 AvahiProtocol protocol, in avahi_server_add_ptr()
435 AvahiProtocol protocol, in avahi_server_add_address()
529 AvahiProtocol protocol, in server_add_txt_strlst_nocopy()
573 AvahiProtocol protocol, in server_add_service_strlst_nocopy()
693 AvahiProtocol protocol, in avahi_server_add_service_strlst()
713 AvahiProtocol protocol, in avahi_server_add_service()
[all …]
Davahi-test.c93 AvahiProtocol protocol, in record_browser_callback()
212 AvahiProtocol protocol, in hnr_callback()
229 AvahiProtocol protocol, in ar_callback()
245 AvahiProtocol protocol, in db_callback()
257 AvahiProtocol protocol, in stb_callback()
270 AvahiProtocol protocol, in sb_callback()
283 AvahiProtocol protocol, in sr_callback()
311 AvahiProtocol protocol, in dsb_callback()
Dbrowse-dns-server.c40 AvahiProtocol protocol; member
64 …t_server_info(AvahiSDNSServerBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiReco… in get_server_info()
98 AVAHI_GCC_UNUSED AvahiProtocol protocol, in host_name_resolver_callback()
141 AvahiProtocol protocol, in record_browser_callback()
237 AvahiProtocol protocol, in avahi_s_dns_server_browser_new()
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
DIOSNet.java52 …public ServerSocket newServerSocket (Protocol protocol, String hostname, int port, ServerSocketHin… in newServerSocket()
57 public ServerSocket newServerSocket (Protocol protocol, int port, ServerSocketHints hints) { in newServerSocket()
62 public Socket newClientSocket (Protocol protocol, String host, int port, SocketHints hints) { in newClientSocket()
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
DIOSNet.java50 …public ServerSocket newServerSocket (Protocol protocol, String hostname, int port, ServerSocketHin… in newServerSocket()
55 public ServerSocket newServerSocket (Protocol protocol, int port, ServerSocketHints hints) { in newServerSocket()
60 public Socket newClientSocket (Protocol protocol, String host, int port, SocketHints hints) { in newClientSocket()
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
DAndroidNet.java59 …public ServerSocket newServerSocket (Protocol protocol, String hostname, int port, ServerSocketHin… in newServerSocket()
64 public ServerSocket newServerSocket (Protocol protocol, int port, ServerSocketHints hints) { in newServerSocket()
69 public Socket newClientSocket (Protocol protocol, String host, int port, SocketHints hints) { in newClientSocket()
/external/parameter-framework/asio-1.10.6/include/asio/
Dbasic_socket.hpp83 const protocol_type& protocol) in basic_socket()
111 const protocol_type protocol = endpoint.protocol(); in basic_socket() local
132 const protocol_type& protocol, const native_handle_type& native_socket) in basic_socket()
261 void open(const protocol_type& protocol = protocol_type()) in open()
287 asio::error_code open(const protocol_type& protocol, in open()
303 void assign(const protocol_type& protocol, in assign()
322 asio::error_code assign(const protocol_type& protocol, in assign()
740 const protocol_type protocol = peer_endpoint.protocol(); in ASIO_INITFN_RESULT_TYPE() local
/external/nist-sip/java/gov/nist/javax/sip/header/
DReason.java65 protected String protocol; field in Reason
88 public void setProtocol(String protocol) throws ParseException { in setProtocol()
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
DServerPairingSession.java41 public ServerPairingSession(PoloWireInterface protocol, in ServerPairingSession()
46 public ServerPairingSession(PoloWireInterface protocol, in ServerPairingSession()
/external/avahi/avahi-dnsconfd/
Dmain.c83 AvahiProtocol protocol; member
99 static DNSServerInfo* get_server_info(AvahiIfIndex interface, AvahiProtocol protocol, const char *a… in get_server_info()
112 static DNSServerInfo* new_server_info(AvahiIfIndex interface, AvahiProtocol protocol, const char *a… in new_server_info()
254 static void run_script(int new, AvahiIfIndex interface, AvahiProtocol protocol, const char *address… in run_script()
297 AvahiProtocol protocol; in new_line() local
364 AvahiProtocol protocol = servers->protocol; in free_dns_server_info_list() local

12345678910>>...15