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

/freebsd-9.3-release/contrib/sendmail/src/
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)));
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c2688 ipopt.io_len = lsrp - lsr;
2689 if (ipopt.io_len <= 5) /*is 3 better?*/
2691 *cpp = (char 8)&ipopt;
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipf_y.y1189 | ipopt ipopts { yyresetdict(); }
1190 | notwith ipopt ipopts { yyresetdict(); }
1194 ipopt: IPFY_OPT { yysetdict(ipv4optwords); } label
1503 { "ipopt", IPFY_IPOPTS },

Completed in 113 milliseconds