Searched refs:Perror (Results 1 – 1 of 1) sorted by relevance
/system/netd/resolv/ |
D | res_send.cpp | 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() [all …]
|