OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:open_socket
(Results
1 - 9
of
9
) sorted by null
/external/dbus/tools/
dbus-cleanup-sockets.c
216
open_socket
(SocketEntry *se)
function
304
status =
open_socket
(se);
331
fprintf (stderr, "Bad status from
open_socket
(), should not happen\n");
357
/*
open_socket
() will fail conclusively after
/external/android-clat/
clatd_microbenchmark.c
165
int
open_socket
() {
function
186
int sock =
open_socket
();
/external/avahi/avahi-dnsconfd/
main.c
141
static int
open_socket
(void) {
function
343
if ((fd =
open_socket
()) < 0)
/external/ppp/pppd/
tty.c
121
static int
open_socket
__P((char *));
653
int fd =
open_socket
(pty_socket);
868
*
open_socket
- establish a stream socket connection to the nominated
872
open_socket
(dest)
function
[
all
...]
/frameworks/native/cmds/dumpstate/
dumpstate.h
149
int
open_socket
(const char *service);
utils.cpp
916
int
open_socket
(const char *service) {
function
941
int fd =
open_socket
(service);
[
all
...]
dumpstate.cpp
[
all
...]
/external/avahi/avahi-autoipd/
main.c
459
static int
open_socket
(int iface, uint8_t *hw_address) {
function
627
static int
open_socket
(int iface, uint8_t *hw_address) {
function
1081
if ((fd =
open_socket
(iface, hw_address)) < 0)
[
all
...]
/external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c
251
static int
open_socket
(const char *path)
function
1074
serv_sock =
open_socket
(socket_path);
Completed in 503 milliseconds