Home
last modified time | relevance | path

Searched refs:NoBind (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/syslogd/
H A Dsyslogd.c300 static bool NoBind; /* don't bind() as suggested by RFC 3164 */ variable
638 NoBind = true; in main()
3887 if (ai->ai_family == AF_LOCAL || NoBind == 0 || name != NULL) { in socksetup()