Lines Matching refs:accept
2641 s_fdCommand = accept(s_fdListen, (sockaddr *) &peeraddr, &socklen);
2644 RLOGE("Error on accept() errno:%d", errno);
2650 /* check the credential of the other side and only accept socket from
2665 RLOGE("RILD can't accept socket from process %s", pwd->pw_name);
2675 RLOGE("RILD must accept socket from %s", PHONE_PROCESS);
2728 acceptFD = accept (fd, (sockaddr *) &peeraddr, &socklen);
3008 /* note: non-persistent so we can accept only one connection at a time */