Lines Matching refs:so2
101 int so2;
108 so2 = accept(lcconf->sock_admin, (struct sockaddr *)&from, &fromlen);
109 if (so2 < 0) {
117 while ((len = recv(so2, (char *)&com, sizeof(com), MSG_PEEK)) < 0) {
141 while ((len = recv(so2, combuf, com.ac_len, 0)) < 0) {
156 error = admin_process(so2, combuf);
159 (void)close(so2);
170 admin_process(so2, combuf)
171 int so2;
491 if ((error = admin_reply(so2, com, buf)) != 0)