HomeSort by relevance Sort by last modified time
    Searched refs:open_socket (Results 1 - 11 of 11) 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 144 int open_socket(struct interface *, int);
arp.c 208 open_socket(iface, ETHERTYPE_ARP);
266 open_socket(iface, ETHERTYPE_ARP);
bpf.c 52 open_socket(struct interface *iface, int protocol) function
dhcpcd.c     [all...]
  /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/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 84 static int open_socket(const char *path) function
695 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 258 milliseconds