Searched refs:_bind (Results 1 - 3 of 3) sorted by relevance
/system/bluetooth/tools/ |
H A D | asocket_test.c | 138 static int _bind(int fd, int type) { function 404 if (_bind(fd, type) < 0) goto error; 426 if (_bind(fd, type) < 0) goto error; 451 if (_bind(fd, type) < 0) goto error; 504 if (_bind(fd, type) < 0) goto error; 619 if (_bind(fd1, type) < 0) goto error; 653 if (_bind(fd, type) < 0) goto error;
|
H A D | socktest.c | 137 static int _bind(int fd, int type) { function 418 if (_bind(fd, type) < 0) goto error; 440 if (_bind(fd, type) < 0) goto error; 465 if (_bind(fd, type) < 0) goto error; 576 if (_bind(fd, type) < 0) goto error; 691 if (_bind(fd1, type) < 0) goto error; 725 if (_bind(fd, type) < 0) goto error;
|
H A D | sock_shutdown_test.c | 120 static int _bind(int fd, int type) { function 233 if (_bind(fd, type) < 0) goto error;
|
Completed in 28 milliseconds