OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nsort
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/netbsd/resolv/
res_init.c
217
int
nsort
= 0;
local
278
statp->
nsort
= 0;
491
while (
nsort
< MAXRESOLVSORT) {
503
statp->sort_list[
nsort
].addr = a;
514
statp->sort_list[
nsort
].mask = a.s_addr;
516
statp->sort_list[
nsort
].mask =
517
net_mask(statp->sort_list[
nsort
].addr);
520
statp->sort_list[
nsort
].mask =
521
net_mask(statp->sort_list[
nsort
].addr);
523
nsort
++
[
all
...]
/bionic/libc/private/
resolv_private.h
162
unsigned
nsort
:4; /* number of elements in sort_list[] */
member in struct:__res_state
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h
118
unsigned
nsort
:4; /* number of elements in sort_list[] */
member in struct:__res_state
/bionic/libc/netbsd/
gethnamaddr.c
445
if (res->
nsort
&& haveanswer > 1 && qtype == T_A)
1016
for (j = 0 ; (unsigned)j < res->
nsort
; j++)
/external/tcpdump/
configure
[
all
...]
Completed in 136 milliseconds