Home | History | Annotate | Download | only in openssh

Lines Matching refs:AI_PASSIVE

2697 	 * set to NULL and hints.ai_flags is not AI_PASSIVE
2701 hints.ai_flags = wildcard ? AI_PASSIVE : 0;
3270 hints.ai_flags = x11_use_localhost ? 0: AI_PASSIVE;