Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dutil.c3128 # define HAPTCPNLEN (sizeof(HAPTCP4) - 1) macro
3129 if (strncasecmp(p, HAPTCP4, HAPTCPNLEN) == 0)
3132 if (strncasecmp(p, HAPTCP6, HAPTCPNLEN) == 0)
3137 p += HAPTCPNLEN;