Searched refs:thisresplenp (Results 1 – 1 of 1) sorted by relevance
691 int *thisresplenp; in send_vc() local699 thisresplenp = &resplen; in send_vc()703 thisresplenp = resplen2; in send_vc()707 *thisresplenp = rlen; in send_vc()1129 int *thisresplenp; in send_dg() local1138 thisresplenp = &resplen; in send_dg()1142 thisresplenp = resplen2; in send_dg()1152 && (__ioctl (pfd[0].fd, FIONREAD, thisresplenp) < 0 in send_dg()1153 || *thisanssizp < *thisresplenp) in send_dg()1179 *thisresplenp = __recvfrom (pfd[0].fd, (char *) *thisansp, in send_dg()[all …]