Searched refs:InChannel (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | srvrsmtp.c | 685 (void) sm_io_autoflush(InChannel, OutChannel); 808 if (getpeername(sm_io_getinfo(InChannel, SM_IO_WHAT_FD, 820 if (getsockname(sm_io_getinfo(InChannel, 846 if (getpeername(sm_io_getinfo(InChannel, SM_IO_WHAT_FD, 853 if (getsockname(sm_io_getinfo(InChannel, 1069 fd = sm_io_getinfo(InChannel, SM_IO_WHAT_FD, NULL); 1076 (eoftest = sm_io_getc(InChannel, SM_TIME_DEFAULT)) 1079 sm_io_ungetc(InChannel, SM_TIME_DEFAULT, 1187 (p = sfgets(inp, sizeof(inp), InChannel, 1284 sm_io_getinfo(InChannel, SM_IO_IS_READABLE, NULL) > 0) [all …]
|
H A D | err.c | 647 if (InChannel == NULL || sm_io_eof(InChannel) || 648 sm_io_error(InChannel) || strncmp(msg, "221", 3) == 0)
|
H A D | main.c | 224 InChannel = smioin; 2564 authinfo = getauthinfo(sm_io_getinfo(InChannel, SM_IO_WHAT_FD, 2743 collect(InChannel, false, NULL, &MainEnvelope, true); 2803 collect(InChannel, false, NULL, &MainEnvelope, true); 3291 sm_io_getinfo(InChannel, SM_IO_WHAT_FD, NULL), 3314 if (InChannel != smioin) 3316 (void) sm_io_close(InChannel, SM_TIME_DEFAULT); 3317 InChannel = smioin;
|
H A D | daemon.c | 826 InChannel = inchannel; 838 if (getsockname(sm_io_getinfo(InChannel, SM_IO_WHAT_FD,
|
H A D | sendmail.h | 2376 EXTERN SM_FILE_T *InChannel; /* input connection */ variable
|