Searched refs:sameaddr (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/sendmail/src/
H A Drecipient.c124 ** sameaddr() calls and loops in recipient() for the case when
243 if (sameaddr(ctladdr, a))
407 (sameaddr(q, &a) ||
728 ** If address is "equal" (different equal than sameaddr()
729 ** call) then check if sameaddr() will be true.
740 ** equal MX RR's and the same user. Calling sameaddr()
746 if (sameaddr(q, new) &&
2000 if (sameaddr(a, b))
2045 if (sameaddr(b, c))
2062 if (sameaddr(
[all...]
H A Dparseaddr.c2359 sameaddr(a, b) function
2906 if (a1 == NULL || sameaddr(a, a1))
H A Dsendmail.h447 extern bool sameaddr __P((ADDRESS *, ADDRESS *));

Completed in 99 milliseconds