Searched defs:on (Results 1 - 1 of 1) sorted by relevance

/sendmail/sendmail/
H A Ddaemon.c78 ** This entire file is highly dependent on the 4.2 BSD
96 ** Make a connection to the named host on the given
97 ** port. Returns zero on success, else an exit status
501 ** force accept() to fail on affected systems.
677 /* turn on profiling */
1048 int on = 1; local
1124 /* turn on network debugging? */
1127 SO_DEBUG, (char *)&on,
1128 sizeof(on));
1131 SO_REUSEADDR, (char *)&on, sizeo
2596 int on = 1; local
2607 int on = 1; local
[all...]

Completed in 9 milliseconds