Home
last modified time | relevance | path

Searched refs:listen (Results 1 – 25 of 474) sorted by relevance

12345678910>>...19

/external/dbus/test/data/invalid-config-files/
Dtruncated-file.conf5 <listen>unix:path=/foo/bar</listen>
6 <listen>tcp:port=1234</listen>
Dbadselinux-2.conf5 <listen>unix:path=/foo/bar</listen>
6 <listen>tcp:port=1234</listen>
Dbadselinux-1.conf5 <listen>unix:path=/foo/bar</listen>
6 <listen>tcp:port=1234</listen>
/external/dbus/test/data/valid-config-files/
Dcheck-own-rules.conf5 <listen>unix:path=/foo/bar</listen>
6 <listen>tcp:port=1234</listen>
Dentities.conf6 <listen>unix:path=/foo/&lt;bar&gt;</listen>
7 <listen>tcp:port=1234</listen>
Dbasic.conf5 <listen>unix:path=/foo/bar</listen>
6 <listen>tcp:port=1234</listen>
Dmany-rules.conf5 <listen>unix:path=/foo/bar</listen>
6 <listen>tcp:port=1234</listen>
/external/dbus/test/data/valid-config-files/basic.d/
Dbasic.conf5 <listen>unix:path=/foo/bar</listen>
6 <listen>tcp:port=1234</listen>
/external/dbus/test/data/equiv-config-files/basic/basic.d/
Dbasic.conf5 <listen>unix:path=/foo/bar</listen>
6 <listen>tcp:port=1234</listen>
/external/dbus/test/data/equiv-config-files/entities/basic.d/
Dbasic.conf5 <listen>unix:path=/foo/bar</listen>
6 <listen>tcp:port=1234</listen>
/external/dbus/test/data/equiv-config-files/entities/
Dentities-1.conf6 <listen>unix:path=/foo/&lt;bar&gt;</listen>
7 <listen>tcp:port=1234</listen>
/external/dbus/test/data/equiv-config-files/basic/
Dbasic-1.conf5 <listen>unix:path=/foo/bar</listen>
6 <listen>tcp:port=1234</listen>
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyManagerFacade.java228 mTelephonyManager.listen( in telephonyStartTrackingCallStateForSubscription()
250 mTelephonyManager.listen( in telephonyStartTrackingCellInfoChangeForSubscription()
259 Boolean listen) { in telephonyAdjustPreciseCallStateListenLevel() argument
260 return telephonyAdjustPreciseCallStateListenLevelForSubscription(type, listen, in telephonyAdjustPreciseCallStateListenLevel()
267 Boolean listen, in telephonyAdjustPreciseCallStateListenLevelForSubscription() argument
276 listener.mCallStateChangeListener.listenForeground = listen; in telephonyAdjustPreciseCallStateListenLevelForSubscription()
278 listener.mCallStateChangeListener.listenRinging = listen; in telephonyAdjustPreciseCallStateListenLevelForSubscription()
280 listener.mCallStateChangeListener.listenBackground = listen; in telephonyAdjustPreciseCallStateListenLevelForSubscription()
304 mTelephonyManager.listen( in telephonyStopTrackingCellInfoChangeForSubscription()
325 mTelephonyManager.listen( in telephonyStopTrackingCallStateChangeForSubscription()
[all …]
/external/selinux/sepolgen/tests/
Dperm_map287 listen r 1
315 listen r 1
341 listen r 1
366 listen r 1
407 listen r 1
431 listen r 1
455 listen r 1
482 listen r 1
506 listen r 1
698 listen r 1
[all …]
/external/selinux/sepolgen/src/share/
Dperm_map294 listen r 1
322 listen r 1
348 listen r 1
373 listen r 1
414 listen r 1
438 listen r 1
462 listen r 1
489 listen r 1
513 listen r 1
705 listen r 1
[all …]
/external/dnsmasq/src/
Dforward.c574 void receive_query(struct listener *listen, time_t now) in receive_query() argument
606 if (listen->family == AF_INET && (daemon->options & OPT_NOWILD)) in receive_query()
608 dst_addr_4 = listen->iface->addr.in.sin_addr; in receive_query()
609 netmask = listen->iface->netmask; in receive_query()
628 if ((n = recvmsg(listen->fd, &msg, 0)) == -1) in receive_query()
636 source_addr.sa.sa_family = listen->family; in receive_query()
638 if (listen->family == AF_INET6) in receive_query()
650 if (listen->family == AF_INET) in receive_query()
658 if (listen->family == AF_INET) in receive_query()
673 if (listen->family == AF_INET6) in receive_query()
[all …]
Dtftp.c41 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/webrtc/webrtc/base/
Dasynctcpsocket.cc51 AsyncTCPSocketBase::AsyncTCPSocketBase(AsyncSocket* socket, bool listen, in AsyncTCPSocketBase() argument
54 listen_(listen), in AsyncTCPSocketBase()
245 AsyncTCPSocket::AsyncTCPSocket(AsyncSocket* socket, bool listen) in AsyncTCPSocket() argument
246 : AsyncTCPSocketBase(socket, listen, kBufSize) { in AsyncTCPSocket()
Dasynctcpsocket.h25 AsyncTCPSocketBase(AsyncSocket* socket, bool listen, size_t max_packet_size);
88 AsyncTCPSocket(AsyncSocket* socket, bool listen);
/external/parameter-framework/asio-1.10.6/include/asio/
Dbasic_socket_acceptor.hpp148 this->get_service().listen(this->get_implementation(), in basic_socket_acceptor()
413 void listen(int backlog = socket_base::max_connections) in listen() function in asio::basic_socket_acceptor
416 this->get_service().listen(this->get_implementation(), backlog, ec); in listen()
442 asio::error_code listen(int backlog, asio::error_code& ec) in listen() function in asio::basic_socket_acceptor
444 return this->get_service().listen(this->get_implementation(), backlog, ec); in listen()
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.in30 # if no listen directive is specified, racoon will listen on all
32 listen
/external/fio/engines/
Dnet.c42 unsigned int listen; member
148 .off1 = offsetof(struct netio_options, listen),
235 rcv = o->listen || o->pingpong; in set_window_size()
236 snd = !o->listen || o->pingpong; in set_window_size()
339 if ((o->listen && io_u->ddir == DDIR_WRITE) || in fio_netio_prep()
340 (!o->listen && io_u->ddir == DDIR_READ)) { in fio_netio_prep()
598 if (o->listen) { in fio_netio_recv()
981 if (o->listen) in fio_netio_open_file()
1285 if (listen(nd->listenfd, 10) < 0) { in fio_netio_setup_listen()
1320 if (o->listen) { in fio_netio_init()
[all …]
/external/dbus/doc/
Dbusconfig.dtd5 listen |
17 <!ELEMENT listen (#PCDATA)> element
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/
Dtcp-server.js43 listen: null, // Called when socket is connected. property
84 TcpServer.prototype.listen = function(callback) { method in TcpServer
127 socket.listen(this.serverSocketId, this.addr, this.port, 50,
/external/webrtc/webrtc/p2p/base/
Dasyncstuntcpsocket.cc47 rtc::AsyncSocket* socket, bool listen) in AsyncStunTCPSocket() argument
48 : rtc::AsyncTCPSocketBase(socket, listen, kBufSize) { in AsyncStunTCPSocket()

12345678910>>...19