Searched refs:open_socket (Results 1 - 9 of 9) sorted by relevance

/external/dhcpcd/
H A Dnet.h141 int open_socket(struct interface *, int);
H A Darp.c210 open_socket(iface, ETHERTYPE_ARP);
268 open_socket(iface, ETHERTYPE_ARP);
H A Dbpf.c52 open_socket(struct interface *iface, int protocol) function
H A Dlpf.c68 open_socket(struct interface *iface, int protocol) function
H A Ddhcpcd.c1737 if (open_socket(iface, ETHERTYPE_IP) == -1)
1738 syslog(LOG_ERR, "%s: open_socket: %m", iface->name);
/external/dbus/tools/
H A Ddbus-cleanup-sockets.c201 open_socket (SocketEntry *se) function
289 status = open_socket (se);
316 fprintf (stderr, "Bad status from open_socket(), should not happen\n");
342 /* open_socket() will fail conclusively after
/external/wpa_supplicant_6/wpa_supplicant/src/hlr_auc_gw/
H A Dhlr_auc_gw.c89 static int open_socket(const char *path) function
700 serv_sock = open_socket(socket_path);
/external/ppp/pppd/
H A Dtty.c120 static int open_socket __P((char *));
645 int fd = open_socket(pty_socket);
864 * open_socket - establish a stream socket connection to the nominated
868 open_socket(dest) function
/external/wpa_supplicant_8/hostapd/
H A Dhlr_auc_gw.c234 static int open_socket(const char *path) function
1008 serv_sock = open_socket(socket_path);

Completed in 382 milliseconds