Home
last modified time | relevance | path

Searched refs:Aerror (Results 1 – 1 of 1) sorted by relevance

/system/netd/resolv/
Dres_send.cpp126 static void Aerror(const res_state, const char*, int, const struct sockaddr*, int);
774 Aerror(statp, "bind/vc", errno, nsap, nsaplen); in send_vc()
781 Aerror(statp, "connect/vc", errno, nsap, nsaplen); in send_vc()
1026 Aerror(statp, "bind(dg)", errno, nsap, nsaplen); in send_dg()
1031 Aerror(statp, "connect(dg)", errno, nsap, nsaplen); in send_dg()
1047 Aerror(statp, "sendto", errno, nsap, nsaplen); in send_dg()
1164 static void Aerror(const res_state statp, const char* string, int error, in Aerror() function