![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / src / lib / libc / resolv / res_private.h (download)
Revision 1.1.1.3.28.1, Sun Jan 9 20:43:29 2011 UTC (10 years, 1 month ago) by riz
Apply patches (requested by spz in ticket #1517): Update bind to 9.7.2-P3. |
/* $NetBSD: res_private.h,v 1.1.1.3.28.1 2011/01/09 20:43:29 riz Exp $ */ #ifndef res_private_h #define res_private_h struct __res_state_ext { union res_sockaddr_union nsaddrs[MAXNS]; struct sort_list { int af; union { struct in_addr ina; struct in6_addr in6a; } addr, mask; } sort_list[MAXRESOLVSORT]; char nsuffix[64]; char nsuffix2[64]; struct timespec res_conf_time; int kq, resfd; }; extern int res_ourserver_p(const res_state, const struct sockaddr *); extern int __res_vinit(res_state, int); #endif /*! \file */