Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_debug.h26 # define Aerror(statp, file, string, error, address) /*empty*/ macro
Dres_send.c148 static void Aerror(const res_state, FILE *, const char *, int,
830 Aerror(statp, stderr, "bind/vc", errno, nsap, in send_vc()
838 Aerror(statp, stderr, "connect/vc", errno, nsap, in send_vc()
1141 Aerror(statp, stderr, "bind(dg)", errno, nsap, in send_dg()
1147 Aerror(statp, stderr, "connect(dg)", errno, nsap, in send_dg()
1167 Aerror(statp, stderr, "sendto", errno, nsap, nsaplen); in send_dg()
1307 Aerror(const res_state statp, FILE *file, const char *string, int error, in Aerror() function