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

/freebsd-13-stable/contrib/sendmail/src/
H A Derr.c745 if (InChannel == NULL || sm_io_eof(InChannel) ||
746 sm_io_error(InChannel) || strncmp(msg, "221", 3) == 0)
H A Dsrvrsmtp.c949 (void) sm_io_autoflush(InChannel, OutChannel);
1076 if (getpeername(sm_io_getinfo(InChannel, SM_IO_WHAT_FD,
1088 if (getsockname(sm_io_getinfo(InChannel,
1114 if (getpeername(sm_io_getinfo(InChannel, SM_IO_WHAT_FD,
1121 if (getsockname(sm_io_getinfo(InChannel,
1388 fd = sm_io_getinfo(InChannel, SM_IO_WHAT_FD, NULL);
1395 (eoftest = sm_io_getc(InChannel, SM_TIME_DEFAULT))
1398 sm_io_ungetc(InChannel, SM_TIME_DEFAULT,
1515 (p = sfgets(inp, sizeof(inp), InChannel,
1612 sm_io_getinfo(InChannel, SM_IO_IS_READABL
[all...]
H A Dmain.c225 InChannel = smioin;
2618 authinfo = getauthinfo(sm_io_getinfo(InChannel, SM_IO_WHAT_FD,
2812 collect(InChannel, false, NULL, &MainEnvelope, true);
2872 collect(InChannel, false, NULL, &MainEnvelope, true);
3365 sm_io_getinfo(InChannel, SM_IO_WHAT_FD, NULL),
3389 if (InChannel != smioin)
3391 (void) sm_io_close(InChannel, SM_TIME_DEFAULT);
3392 InChannel = smioin;
H A Dutil.c2939 p = sfgets(inp, sizeof(inp), InChannel, TimeOuts.to_nextcommand, "pre");
H A Ddaemon.c107 ** Returns in a child. Must set InChannel and
141 ** "InChannel" and "OutChannel" should be set to point
844 InChannel = inchannel;
868 if (getsockname(sm_io_getinfo(InChannel, SM_IO_WHAT_FD,
H A Dsendmail.h2554 EXTERN SM_FILE_T *InChannel; /* input connection */ variable

Completed in 186 milliseconds