Searched refs:listen (Results 1 - 25 of 110) sorted by relevance

12345

/external/dbus/test/data/invalid-config-files/
H A Dtruncated-file.conf5 <listen>unix:path=/foo/bar</listen>
6 <listen>tcp:port=1234</listen>
H A Dbadselinux-1.conf5 <listen>unix:path=/foo/bar</listen>
6 <listen>tcp:port=1234</listen>
H A Dbadselinux-2.conf5 <listen>unix:path=/foo/bar</listen>
6 <listen>tcp:port=1234</listen>
/external/dbus/test/data/equiv-config-files/basic/basic.d/
H A Dbasic.conf5 <listen>unix:path=/foo/bar</listen>
6 <listen>tcp:port=1234</listen>
/external/dbus/test/data/equiv-config-files/entities/basic.d/
H A Dbasic.conf5 <listen>unix:path=/foo/bar</listen>
6 <listen>tcp:port=1234</listen>
/external/dbus/test/data/valid-config-files/basic.d/
H A Dbasic.conf5 <listen>unix:path=/foo/bar</listen>
6 <listen>tcp:port=1234</listen>
/external/dbus/test/data/equiv-config-files/basic/
H A Dbasic-1.conf5 <listen>unix:path=/foo/bar</listen>
6 <listen>tcp:port=1234</listen>
/external/dbus/test/data/equiv-config-files/entities/
H A Dentities-1.conf6 <listen>unix:path=/foo/&lt;bar&gt;</listen>
7 <listen>tcp:port=1234</listen>
/external/dbus/test/data/valid-config-files/
H A Dbasic.conf5 <listen>unix:path=/foo/bar</listen>
6 <listen>tcp:port=1234</listen>
H A Ddebug-allow-all-sha1.conf6 <listen>debug-pipe:name=test-server</listen>
7 <listen>unix:tmpdir=/tmp</listen>
H A Dentities.conf6 <listen>unix:path=/foo/&lt;bar&gt;</listen>
7 <listen>tcp:port=1234</listen>
H A Dmany-rules.conf5 <listen>unix:path=/foo/bar</listen>
6 <listen>tcp:port=1234</listen>
H A Dsystem.conf7 probably don't want to listen on any more addresses, add any more
29 <!-- Only listen on a local socket. (abstract=/path/to/socket
33 <listen>unix:path=/usr/local/var/run/dbus/system_bus_socket</listen>
/external/webkit/WebKitTools/Scripts/
H A Drun-webkit-httpd68 my $listen = "127.0.0.1:$httpdPort";
69 $listen = "$httpdPort" if ($allInterfaces);
74 print "Starting httpd on <http://$listen/>...\n";
80 "-C", "Listen $listen",
H A Drun-webkit-websocketserver84 my $listen = "http://127.0.0.1:$webSocketPort";
86 while (system("/usr/bin/curl -k -q --silent --stderr - --output /dev/null $listen") && $retryCount) {
H A Drun-mangleme-tests142 my $listen = "127.0.0.1:$httpdPort";
147 "-C", "Listen $listen",
156 while (system("/usr/bin/curl -q --silent --stderr - --output " . File::Spec->devnull() . " $listen") && $retryCount) {
H A Drun-iexploder-tests127 my $listen = "127.0.0.1:$httpdPort";
133 "-C", "Listen $listen",
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/
H A Dracoon.conf4 listen {
/external/ipsec-tools/src/racoon/samples/roadwarrior/server/
H A Dracoon.conf3 listen {
/external/webkit/WebKit/android/wds/
H A DConnection.cpp58 // Build our sockaddr_in structure use to listen to incoming connections
71 // Try to listen
72 if (listen(fd, MAX_CONNECTION_QUEUE) < 0) {
73 log_errno("Failed to listen");
/external/dnsmasq/src/
H A Dforward.c562 void receive_query(struct listener *listen, time_t now) argument
594 if (listen->family == AF_INET && (daemon->options & OPT_NOWILD))
596 dst_addr_4 = listen->iface->addr.in.sin_addr;
597 netmask = listen->iface->netmask;
616 if ((n = recvmsg(listen->fd, &msg, 0)) == -1)
624 source_addr.sa.sa_family = listen->family;
626 if (listen->family == AF_INET6)
638 if (listen->family == AF_INET)
646 if (listen->family == AF_INET)
661 if (listen
[all...]
/external/bluetooth/bluez/test/
H A Dapitest86 listen = False variable in class:Tester
112 self.listen = True
119 if not (args or self.listen):
413 if self.listen:
432 elif not self.listen:
437 if self.listen:
/external/openssl/include/openssl/
H A Ddtls1.h221 unsigned int listen; member in struct:dtls1_state_st
/external/openssl/ssl/
H A Ddtls1.h221 unsigned int listen; member in struct:dtls1_state_st
/external/bluetooth/bluez/src/
H A Dsdpd-server.c117 if (listen(l2cap_sock, 5) < 0) {
118 error("listen: %s", strerror(errno));
145 listen(unix_sock, 5);
155 if (listen(unix_sock, 5)) {

Completed in 394 milliseconds

12345