/external/bluetooth/bluez/test/ |
attest.c | 101 static int open_socket(bdaddr_t *bdaddr, uint8_t channel) function 167 fd = open_socket(&bdaddr, channel);
|
/external/dhcpcd/ |
bpf.c | 52 open_socket(struct interface *iface, int protocol) function
|
lpf.c | 68 open_socket(struct interface *iface, int protocol) function
|
/external/dbus/tools/ |
dbus-cleanup-sockets.c | 201 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/ |
hlr_auc_gw.c | 89 static int open_socket(const char *path) function 700 serv_sock = open_socket(socket_path);
|
/external/wpa_supplicant_8/hostapd/ |
hlr_auc_gw.c | 90 static int open_socket(const char *path) function 701 serv_sock = open_socket(socket_path);
|
/external/bluetooth/hcidump/src/ |
hcidump.c | 533 static int open_socket(int dev, unsigned long flags) function 784 dd = open_socket(dev, flags); 1039 process_frames(device, open_socket(device, flags), -1, flags); 1050 process_frames(device, open_socket(device, flags),
|
/external/ppp/pppd/ |
tty.c | 120 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 [all...] |