Home
last modified time | relevance | path

Searched refs:RealHostAddr (Results 1 – 4 of 4) sorted by relevance

/original-bsd/usr.sbin/sendmail/src/
H A Ddaemon.c218 (struct sockaddr *)&RealHostAddr, &lotherend); in getrequests()
265 anynet_ntoa(&RealHostAddr)); in getrequests()
268 p = hostnamebyanyaddr(&RealHostAddr); in getrequests()
1017 falen = sizeof RealHostAddr;
1019 falen <= 0 || RealHostAddr.sa.sa_family == 0)
1037 if (RealHostAddr.sa.sa_family != AF_INET ||
1055 RealHostAddr.sin.sin_port = sp->s_port;
1057 RealHostAddr.sin.sin_port = htons(113);
1078 connect(s, &RealHostAddr.sa, sizeof RealHostAddr.sin) < 0)
1188 if (RealHostAddr.sa.sa_family == AF_INET)
[all …]
H A Dsrvrsmtp.c143 CurSmtpClient, anynet_ntoa(&RealHostAddr));
820 anynet_ntoa(&RealHostAddr));
H A Dheaders.c627 if (RealHostAddr.sa.sa_family != 0)
631 anynet_ntoa(&RealHostAddr));
H A Dsendmail.h992 EXTERN SOCKADDR RealHostAddr; /* address of host we are talking to */ variable