Searched defs:open_socket (Results 1 - 6 of 6) sorted by relevance

/external/android-clat/
H A Dclatd_microbenchmark.c165 int open_socket() { function
186 int sock = open_socket();
/external/dbus/tools/
H A Ddbus-cleanup-sockets.c216 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/avahi/avahi-dnsconfd/
H A Dmain.c141 static int open_socket(void) { function
343 if ((fd = open_socket()) < 0)
/external/ppp/pppd/
H A Dtty.c121 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
/external/wpa_supplicant_8/hostapd/
H A Dhlr_auc_gw.c251 static int open_socket(const char *path) function
1074 serv_sock = open_socket(socket_path);
/external/avahi/avahi-autoipd/
H A Dmain.c459 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)
1347 if ((fd = open_socket(iface, hw_address)) < 0)

Completed in 271 milliseconds