Searched defs:ipopt (Results 1 - 1 of 1) sorted by relevance

/sendmail/sendmail/
H A Ddaemon.c3770 struct IPOPTION ipopt; local
3772 ipoptlen = sizeof(ipopt);
3774 (char *) &ipopt, &ipoptlen) < 0)
3778 o = (unsigned char *) ipopt.IP_LIST;
3779 while (o != NULL && o < (unsigned char *) &ipopt + ipoptlen)
3810 inet_ntoa(GET_IPOPT_DST(ipopt.IP_DST)));

Completed in 17 milliseconds