OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RES_F_VC
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/netbsd/resolv/
res_send.c
762
if (statp->_vcsock >= 0 && (statp->_flags &
RES_F_VC
) != 0) {
773
statp->_flags &= ~
RES_F_VC
;
777
if (statp->_vcsock < 0 || (statp->_flags &
RES_F_VC
) == 0) {
825
statp->_flags |=
RES_F_VC
;
[
all
...]
res_init.c
663
statp->_flags &= ~(
RES_F_VC
| RES_F_CONN);
/bionic/libc/private/
resolv_private.h
214
#define
RES_F_VC
0x00000001 /* socket is TCP */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h
185
#define
RES_F_VC
0x00000001 /* socket is TCP */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h
185
#define
RES_F_VC
0x00000001 /* socket is TCP */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h
185
#define
RES_F_VC
0x00000001 /* socket is TCP */
Completed in 38 milliseconds