st_local_recv
if ((ret = st_local_recv(g_sock_fd, buf, buf_len, 0)) <= 0) {
static int st_local_recv(int, void *, size_t, int);
while ((ret = st_local_recv(newfd, buf, buf_len, 0)) > 0) {