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

  /system/bluetooth/tools/
asocket_test.c 175 static int _listen(int fd, int type) { function
406 if (_listen(fd, type) < 0) goto error;
428 if (_listen(fd, type) < 0) goto error;
453 if (_listen(fd, type) < 0) goto error;
506 if (_listen(fd, type) < 0) goto error;
621 if (_listen(fd1, type) < 0) goto error;
655 if (_listen(fd, type) < 0) goto error;
socktest.c 174 static int _listen(int fd, int type) { function
420 if (_listen(fd, type) < 0) goto error;
442 if (_listen(fd, type) < 0) goto error;
467 if (_listen(fd, type) < 0) goto error;
578 if (_listen(fd, type) < 0) goto error;
693 if (_listen(fd1, type) < 0) goto error;
727 if (_listen(fd, type) < 0) goto error;
sock_shutdown_test.c 157 static int _listen(int fd, int type) { function
235 if (_listen(fd, type) < 0) goto error;
  /external/kernel-headers/original/linux/
net.h 283 .listen = __lock_##name##_listen, \

Completed in 205 milliseconds