003 File Manager
Current Path:
/usr/src/lib/libc/resolv
usr
/
src
/
lib
/
libc
/
resolv
/
📁
..
📄
Makefile.inc
(319 B)
📄
Symbol.map
(1.56 KB)
📄
h_errno.c
(1.73 KB)
📄
herror.c
(4.09 KB)
📄
mtctxres.c
(2.63 KB)
📄
res_comp.c
(8.56 KB)
📄
res_data.c
(8.4 KB)
📄
res_debug.c
(32.3 KB)
📄
res_debug.h
(1.39 KB)
📄
res_findzonecut.c
(18.3 KB)
📄
res_init.c
(25.94 KB)
📄
res_mkquery.c
(8.69 KB)
📄
res_mkupdate.c
(26.84 KB)
📄
res_private.h
(597 B)
📄
res_query.c
(14.33 KB)
📄
res_send.c
(29.76 KB)
📄
res_state.c
(3.19 KB)
📄
res_update.c
(6 KB)
Editing: res_private.h
/* $FreeBSD$ */ #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 conf_mtim; /* mod time of loaded resolv.conf */ time_t conf_stat; /* time of last stat(resolv.conf) */ u_short reload_period; /* seconds between stat(resolv.conf) */ }; extern int res_ourserver_p(const res_state statp, const struct sockaddr *sa); #endif /*! \file */
Upload File
Create Folder