Home | History | Annotate | Download | only in resolv

Lines Matching full:_flags

510 		statp->_flags &= ~RES_F_LASTMASK;
511 statp->_flags |= (ns << RES_F_LASTSHIFT);
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;
1220 statp->_flags |= RES_F_EDNS0ERR;