summaryrefslogtreecommitdiff
path: root/ares_parse_mx_reply.c
AgeCommit message (Collapse)AuthorFilesLines
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse1-3/+0
Inclusion of these two header files now done in setup_once.h
2012-12-14Header inclusion clean-upYang Tse1-2/+0
Remove header inclusions already done in setup_once.h
2010-12-18cleanup: avoid unsafe typecastsDaniel Stenberg1-2/+2
Avoid the risk of reading 16bit data from an unaligned address by using a macro that is adapted for this.
2010-04-18added ares_parse_mx_replyJérémy Lal1-0/+170