repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
external
/
bsd
/
libbind
/
dist
/
resolv
/
res_private.h
blob
bbc29762479ebd4e343a2fb0a24bf03d4aa8c776
1
/* $NetBSD$ */
2
3
#ifndef res_private_h
4
#define res_private_h
5
6
struct
__res_state_ext
{
7
union
res_sockaddr_union nsaddrs
[
MAXNS
];
8
struct
sort_list
{
9
int
af
;
10
union
{
11
struct
in_addr ina
;
12
struct
in6_addr in6a
;
13
}
addr
,
mask
;
14
}
sort_list
[
MAXRESOLVSORT
];
15
char
nsuffix
[
64
];
16
char
nsuffix2
[
64
];
17
};
18
19
extern
int
20
res_ourserver_p
(
const
res_state statp
,
const struct
sockaddr
*
sa
);
21
22
#endif
23
24
/*! \file */