/external/dbus/test/data/invalid-config-files/ |
D | truncated-file.conf | 5 <listen>unix:path=/foo/bar</listen> 6 <listen>tcp:port=1234</listen>
|
D | badselinux-1.conf | 5 <listen>unix:path=/foo/bar</listen> 6 <listen>tcp:port=1234</listen>
|
D | badselinux-2.conf | 5 <listen>unix:path=/foo/bar</listen> 6 <listen>tcp:port=1234</listen>
|
/external/dbus/test/data/equiv-config-files/basic/basic.d/ |
D | basic.conf | 5 <listen>unix:path=/foo/bar</listen> 6 <listen>tcp:port=1234</listen>
|
/external/dbus/test/data/valid-config-files/basic.d/ |
D | basic.conf | 5 <listen>unix:path=/foo/bar</listen> 6 <listen>tcp:port=1234</listen>
|
/external/dbus/test/data/equiv-config-files/entities/basic.d/ |
D | basic.conf | 5 <listen>unix:path=/foo/bar</listen> 6 <listen>tcp:port=1234</listen>
|
/external/dbus/test/data/equiv-config-files/entities/ |
D | entities-1.conf | 6 <listen>unix:path=/foo/<bar></listen> 7 <listen>tcp:port=1234</listen>
|
/external/dbus/test/data/valid-config-files/ |
D | entities.conf | 6 <listen>unix:path=/foo/<bar></listen> 7 <listen>tcp:port=1234</listen>
|
D | basic.conf | 5 <listen>unix:path=/foo/bar</listen> 6 <listen>tcp:port=1234</listen>
|
D | many-rules.conf | 5 <listen>unix:path=/foo/bar</listen> 6 <listen>tcp:port=1234</listen>
|
/external/dbus/test/data/equiv-config-files/basic/ |
D | basic-1.conf | 5 <listen>unix:path=/foo/bar</listen> 6 <listen>tcp:port=1234</listen>
|
/external/webkit/Tools/Scripts/ |
D | run-webkit-httpd | 74 my $listen = "127.0.0.1:$httpdPort"; 75 $listen = "$httpdPort" if ($allInterfaces); 86 "-C", "Listen $listen",
|
D | run-mangleme-tests | 142 my $listen = "127.0.0.1:$httpdPort"; 147 "-C", "Listen $listen", 156 …/bin/curl -q --silent --stderr - --output " . File::Spec->devnull() . " $listen") && $retryCount) {
|
D | run-iexploder-tests | 126 my $listen = "127.0.0.1:$httpdPort"; 132 "-C", "Listen $listen",
|
/external/dnsmasq/src/ |
D | forward.c | 562 void receive_query(struct listener *listen, time_t now) in receive_query() argument 594 if (listen->family == AF_INET && (daemon->options & OPT_NOWILD)) in receive_query() 596 dst_addr_4 = listen->iface->addr.in.sin_addr; in receive_query() 597 netmask = listen->iface->netmask; in receive_query() 616 if ((n = recvmsg(listen->fd, &msg, 0)) == -1) in receive_query() 624 source_addr.sa.sa_family = listen->family; in receive_query() 626 if (listen->family == AF_INET6) in receive_query() 638 if (listen->family == AF_INET) in receive_query() 646 if (listen->family == AF_INET) in receive_query() 661 if (listen->family == AF_INET6) in receive_query() [all …]
|
D | tftp.c | 41 void tftp_request(struct listener *listen, time_t now) in tftp_request() argument 83 if ((len = recvmsg(listen->tftpfd, &msg, 0)) < 2) in tftp_request() 88 addr = listen->iface->addr.in; in tftp_request() 89 mtu = listen->iface->mtu; in tftp_request() 123 if (!indextoname(listen->tftpfd, if_index, name) || in tftp_request() 134 if (ioctl(listen->tftpfd, SIOCGIFMTU, &ifr) != -1) in tftp_request()
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | asynctcpsocket.cc | 51 AsyncTCPSocket* AsyncTCPSocket::Create(SocketFactory* factory, bool listen) { in Create() argument 60 return (sock) ? new AsyncTCPSocket(sock, listen) : NULL; in Create() 63 AsyncTCPSocket::AsyncTCPSocket(AsyncSocket* socket, bool listen) in AsyncTCPSocket() argument 65 listen_(listen), in AsyncTCPSocket()
|
D | asynctcpsocket.h | 42 static AsyncTCPSocket* Create(SocketFactory* factory, bool listen); 43 explicit AsyncTCPSocket(AsyncSocket* socket, bool listen);
|
/external/bluetooth/bluez/test/ |
D | apitest | 86 listen = False variable in 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/ipsec-tools/src/racoon/samples/ |
D | racoon.conf.in | 30 # if no listen directive is specified, racoon will listen on all 32 listen
|
D | racoon.conf.sample-natt | 11 # Define addresses and ports where racoon will listen for an incoming 13 listen 15 # First define an address where racoon will listen
|
/external/dbus/doc/ |
D | busconfig.dtd | 5 listen | 17 <!ELEMENT listen (#PCDATA)> element
|
/external/bluetooth/bluez/src/ |
D | sdpd-server.c | 117 if (listen(l2cap_sock, 5) < 0) { in init_server() 145 listen(unix_sock, 5); in init_server() 155 if (listen(unix_sock, 5)) { in init_server()
|
/external/dbus/test/name-test/ |
D | tmp-session-like-system.conf | 17 <listen>unix:tmpdir=/tmp</listen>
|
/external/e2fsprogs/lib/ss/ |
D | Makefile.in | 54 execute_cmd.o listen.o parse.o error.o prompt.o \ 59 $(srcdir)/execute_cmd.c $(srcdir)/listen.c $(srcdir)/parse.c \ 205 listen.o: $(srcdir)/listen.c $(srcdir)/ss_internal.h $(srcdir)/ss.h \
|