Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dsrvrsmtp.c1089 (void) sm_io_autoflush(InChannel, OutChannel);
1225 if (getpeername(sm_io_getinfo(InChannel, SM_IO_WHAT_FD,
1237 if (getsockname(sm_io_getinfo(InChannel,
1263 if (getpeername(sm_io_getinfo(InChannel, SM_IO_WHAT_FD,
1270 if (getsockname(sm_io_getinfo(InChannel,
1529 if ((tp = channel_readable(InChannel, msecs)) != NULL)
1660 (p = sfgets(inp, sizeof(inp), InChannel,
1756 sm_io_getinfo(InChannel, SM_IO_IS_READABLE, NULL) > 0)
1903 if (sfdcsasl(&InChannel, &OutChannel,
1909 (void) sm_io_autoflush(InChannel,
[all …]
H A Derr.c749 if (InChannel == NULL || sm_io_eof(InChannel) ||
750 sm_io_error(InChannel) || strncmp(msg, "221", 3) == 0)
H A Dmain.c236 InChannel = smioin;
2670 authinfo = getauthinfo(sm_io_getinfo(InChannel, SM_IO_WHAT_FD,
2880 collect(InChannel, SMTPMODE_NO, NULL, &MainEnvelope,
2930 collect(InChannel, SMTPMODE_NO, NULL, &MainEnvelope, true);
3436 sm_io_getinfo(InChannel, SM_IO_WHAT_FD, NULL),
3460 if (InChannel != smioin)
3462 (void) sm_io_close(InChannel, SM_TIME_DEFAULT);
3463 InChannel = smioin;
H A Ddaemon.c852 InChannel = inchannel;
875 if (getsockname(sm_io_getinfo(InChannel, SM_IO_WHAT_FD,
H A Dutil.c3109 p = sfgets(inp, sizeof(inp), InChannel, TimeOuts.to_nextcommand, "pre");
H A Dsendmail.h2713 EXTERN SM_FILE_T *InChannel; /* input connection */ variable