Searched refs:open_socket (Results 1 – 11 of 11) sorted by relevance
/external/bluetooth/bluez/test/ |
D | attest.c | 101 static int open_socket(bdaddr_t *bdaddr, uint8_t channel) in open_socket() function 167 fd = open_socket(&bdaddr, channel); in main()
|
/external/dbus/tools/ |
D | dbus-cleanup-sockets.c | 201 open_socket (SocketEntry *se) in open_socket() function 289 status = open_socket (se); in handle_sockets()
|
/external/dhcpcd/ |
D | arp.c | 208 open_socket(iface, ETHERTYPE_ARP); in send_arp_announce() 266 open_socket(iface, ETHERTYPE_ARP); in send_arp_probe()
|
D | lpf.c | 68 open_socket(struct interface *iface, int protocol) in open_socket() function
|
D | net.h | 144 int open_socket(struct interface *, int);
|
D | bpf.c | 52 open_socket(struct interface *iface, int protocol) in open_socket() function
|
D | dhcpcd.c | 1685 if (open_socket(iface, ETHERTYPE_IP) == -1) in open_sockets()
|
/external/bluetooth/hcidump/src/ |
D | hcidump.c | 533 static int open_socket(int dev, unsigned long flags) in open_socket() function 784 dd = open_socket(dev, flags); in run_server() 1039 process_frames(device, open_socket(device, flags), -1, flags); in main() 1050 process_frames(device, open_socket(device, flags), in main()
|
/external/ppp/pppd/ |
D | tty.c | 120 static int open_socket __P((char *)); 645 int fd = open_socket(pty_socket); in connect_tty() 868 open_socket(dest) in open_socket() function
|
/external/wpa_supplicant_8/hostapd/ |
D | hlr_auc_gw.c | 84 static int open_socket(const char *path) in open_socket() function 695 serv_sock = open_socket(socket_path); in main()
|
/external/wpa_supplicant_6/wpa_supplicant/src/hlr_auc_gw/ |
D | hlr_auc_gw.c | 89 static int open_socket(const char *path) in open_socket() function 700 serv_sock = open_socket(socket_path); in main()
|