Searched refs:InChannel (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/gnu/usr.sbin/sendmail/sendmail/ |
| D | srvrsmtp.c | 687 (void) sm_io_autoflush(InChannel, OutChannel); 810 if (getpeername(sm_io_getinfo(InChannel, SM_IO_WHAT_FD, 822 if (getsockname(sm_io_getinfo(InChannel, 848 if (getpeername(sm_io_getinfo(InChannel, SM_IO_WHAT_FD, 855 if (getsockname(sm_io_getinfo(InChannel, 1060 fd = sm_io_getinfo(InChannel, SM_IO_WHAT_FD, NULL); 1067 (eoftest = sm_io_getc(InChannel, SM_TIME_DEFAULT)) 1070 sm_io_ungetc(InChannel, SM_TIME_DEFAULT, 1178 (p = sfgets(inp, sizeof(inp), InChannel, 1275 sm_io_getinfo(InChannel, SM_IO_IS_READABLE, NULL) > 0) [all …]
|
| D | err.c | 649 if (InChannel == NULL || sm_io_eof(InChannel) || 650 sm_io_error(InChannel) || strncmp(msg, "221", 3) == 0)
|
| D | main.c | 219 InChannel = smioin; 2568 authinfo = getauthinfo(sm_io_getinfo(InChannel, SM_IO_WHAT_FD, 2751 collect(InChannel, false, NULL, &MainEnvelope, true); 2811 collect(InChannel, false, NULL, &MainEnvelope, true); 3293 sm_io_getinfo(InChannel, SM_IO_WHAT_FD, NULL), 3316 if (InChannel != smioin) 3318 (void) sm_io_close(InChannel, SM_TIME_DEFAULT); 3319 InChannel = smioin;
|
| D | daemon.c | 826 InChannel = inchannel; 839 if (getsockname(sm_io_getinfo(InChannel, SM_IO_WHAT_FD,
|
| D | sendmail.h | 2472 EXTERN SM_FILE_T *InChannel; /* input connection */ variable
|