Lines Matching refs:Perror
127 static void Perror(const res_state, const char*, int);
754 Perror(statp, "socket(vc)", errno); in send_vc()
758 Perror(statp, "socket(vc)", errno); in send_vc()
767 Perror(statp, "setsockopt", errno); in send_vc()
805 Perror(statp, "write failed", errno); in send_vc()
821 Perror(statp, "read failed", errno); in send_vc()
863 Perror(statp, "read(vc)", errno); in send_vc()
996 Perror(statp, "socket(dg)", errno); in send_dg()
1000 Perror(statp, "socket(dg)", errno); in send_dg()
1041 Perror(statp, "send", errno); in send_dg()
1067 Perror(statp, "poll", errno); in send_dg()
1076 Perror(statp, "recvfrom", errno); in send_dg()
1185 static void Perror(const res_state statp, const char* string, int error) { in Perror() function