HomeSort by relevance Sort by last modified time
    Searched refs:open_socket (Results 1 - 9 of 9) sorted by null

  /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/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/dhcpcd/
lpf.c 68 open_socket(struct interface *iface, int protocol) function
net.h 165 int open_socket(struct interface *, int);
bpf.c 52 open_socket(struct interface *iface, int protocol) function
client.c 626 if (open_socket(state->interface, ETHERTYPE_IP) == -1) {
627 logger(LOG_ERR, "open_socket: %s", strerror(errno));
1159 open_socket(iface, ETHERTYPE_ARP);
1200 open_socket(iface, ETHERTYPE_ARP);
    [all...]
  /external/bluetooth/hcidump/src/
hcidump.c 556 static int open_socket(int dev, unsigned long flags) function
869 dd = open_socket(dev, flags);
1148 process_frames(device, open_socket(device, flags), -1, flags);
1157 process_frames(device, open_socket(device, flags),
1167 process_frames(device, open_socket(device, flags),
  /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/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...]

Completed in 117 milliseconds