st_local_send
if ((send_cnt = st_local_send(g_sock_fd, buf, send_cnt, 0)) < 0) {
if ((snd_cnt = st_local_send(newfd, buf, ret, 0)) < ret) {
static int st_local_send(int, const void *, size_t, int);