Home | History | Annotate | Download | only in plugins

Lines Matching refs:sock

2801 	int sock, err;
2822 sock = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI);
2823 if (sock < 0) {
2834 sock, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) {
2843 if (bind(sock, (struct sockaddr *) &addr, sizeof(addr)) < 0) {
2849 ctl_io = g_io_channel_unix_new(sock);
2856 g_idle_add(init_known_adapters, GINT_TO_POINTER(sock));