Home
last modified time | relevance | path

Searched refs:listening (Results 1 – 25 of 54) sorted by relevance

123

/external/dbus/dbus/
Dsd-daemon.c160 static int sd_is_socket_internal(int fd, int type, int listening) { in sd_is_socket_internal() argument
186 if (listening >= 0) { in sd_is_socket_internal()
196 if (!accepting != !listening) in sd_is_socket_internal()
211 int sd_is_socket(int fd, int family, int type, int listening) { in sd_is_socket() argument
217 if ((r = sd_is_socket_internal(fd, type, listening)) <= 0) in sd_is_socket()
239 int sd_is_socket_inet(int fd, int family, int type, int listening, uint16_t port) { in sd_is_socket_inet() argument
247 if ((r = sd_is_socket_internal(fd, type, listening)) <= 0) in sd_is_socket_inet()
284 int sd_is_socket_unix(int fd, int type, int listening, const char *path, size_t length) { in sd_is_socket_unix() argument
289 if ((r = sd_is_socket_internal(fd, type, listening)) <= 0) in sd_is_socket_unix()
Dsd-daemon.h140 int sd_is_socket(int fd, int family, int type, int listening) _sd_hidden_;
154 int sd_is_socket_inet(int fd, int family, int type, int listening, uint16_t port) _sd_hidden_;
170 int sd_is_socket_unix(int fd, int type, int listening, const char *path, size_t length) _sd_hidden_;
/external/quake/quake/src/WinQuake/
Dnet_main.cpp44 static qboolean listening = false; variable
179 Con_Printf ("\"listen\" is \"%u\"\n", listening ? 1 : 0); in NET_Listen_f()
183 listening = Q_atoi(Cmd_Argv(1)) ? true : false; in NET_Listen_f()
189 dfunc.Listen (listening); in NET_Listen_f()
219 if ((n == 1) && listening) in MaxPlayers_f()
222 if ((n > 1) && (!listening)) in MaxPlayers_f()
253 if (listening) in NET_Port_f()
467 if (net_driverlevel && listening == false) in NET_CheckNewConnections()
835 listening = true; in NET_Init()
880 if (listening) in NET_Init()
Dnet_ser.cpp69 static qboolean listening = false; variable
396 listening = state; in Serial_Listen()
/external/chromium/chrome/browser/ui/cocoa/
Dbrowser_window_cocoa_unittest.mm65 // Confirm we are listening
68 // If this does NOT crash it confirms we stopped listening in the destructor.
Dhistory_menu_bridge.mm147 // Found our HistoryService, so stop listening for this notification.
/external/dropbear/
Dfilelist.txt60 up the listening port and also handling connections
78 main.c dropbear's main(), handles listening, forking for
/external/iptables/extensions/
Dlibxt_NFQUEUE.man23 By default, if no userspace program is listening on an NFQUEUE, then all packets that are to be que…
/external/netcat/
DREADME22 Netcat can also function as a server, by listening for inbound connections
45 incapable of listening for inbound connections, or using UDP instead. Netcat
197 address and port it came from, and since listening on "any" applies to several
204 listening mode, this works similarly to "inetd" but only for a single instance.
243 mode just to see what ports the target is listening on. To limit scanning
337 a small timeout. That way the listener stays listening until you contact it,
428 root where you'd need to run "tcpdump" or something. Bind a listening netcat
489 netcat only handles one listening connection per run, make sure that whatever
503 alarm by listening on 6000.
562 Netstat will show these listening on address.53 instead of *.53. You won't
[all …]
/external/dnsmasq/po/
Dpt_BR.po807 msgid "failed to create listening socket: %s"
812 msgid "failed to set IPV6 options on listening socket: %s"
817 msgid "failed to bind listening socket for %s: %s"
Dfi.po807 msgid "failed to create listening socket: %s"
812 msgid "failed to set IPV6 options on listening socket: %s"
817 msgid "failed to bind listening socket for %s: %s"
Dit.po807 msgid "failed to create listening socket: %s"
812 msgid "failed to set IPV6 options on listening socket: %s"
817 msgid "failed to bind listening socket for %s: %s"
Dde.po850 msgid "failed to create listening socket: %s"
855 msgid "failed to set IPV6 options on listening socket: %s"
860 msgid "failed to bind listening socket for %s: %s"
Dno.po834 msgid "failed to create listening socket: %s"
839 msgid "failed to set IPV6 options on listening socket: %s"
844 msgid "failed to bind listening socket for %s: %s"
Did.po957 msgid "failed to create listening socket: %s"
963 msgid "failed to set IPV6 options on listening socket: %s"
968 msgid "failed to bind listening socket for %s: %s"
Dro.po832 msgid "failed to create listening socket: %s"
837 msgid "failed to set IPV6 options on listening socket: %s"
842 msgid "failed to bind listening socket for %s: %s"
Des.po835 msgid "failed to create listening socket: %s"
840 msgid "failed to set IPV6 options on listening socket: %s"
845 msgid "failed to bind listening socket for %s: %s"
Dpl.po815 msgid "failed to create listening socket: %s"
820 msgid "failed to set IPV6 options on listening socket: %s"
825 msgid "failed to bind listening socket for %s: %s"
Dfr.po833 msgid "failed to create listening socket: %s"
838 msgid "failed to set IPV6 options on listening socket: %s"
843 msgid "failed to bind listening socket for %s: %s"
/external/webkit/Source/WebKit2/UIProcess/Launcher/mac/
DProcessLauncherMac.mm192 // Create the listening port.
/external/iproute2/doc/
Dss.sgml125 <item><tt/connected/ - not closed and not listening
141 excluding listening, syn-recv, time-wait and closed sockets.
/external/dnsmasq/
Ddnsmasq.conf.example97 # even when it is listening on only some interfaces. It then discards
100 # want dnsmasq to really bind only the interfaces it is listening on,
DFAQ282 listening on one interface and another server (most probably BIND)
283 is listening on another. It's not possible for BIND to bind to an
/external/qemu/
Dqemu-options.hx547 Connect to a listening VNC client via a ``reverse'' connection. The
761 " on host and listening for incoming connections on 'socketpath'.\n"
874 listening for incoming connections on @var{socketpath}. Use GROUP @var{groupname}
1217 listening on port 4444 would be:
/external/chromium/third_party/libevent/
DChangeLog65 …o Support multiple events listening on the same signal; make signals regular events that go on the…

123