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

/freebsd-10.2-release/contrib/sendmail/src/
H A Ddaemon.c3772 struct IPOPTION ipopt; local
3774 ipoptlen = sizeof(ipopt);
3776 (char *) &ipopt, &ipoptlen) < 0)
3780 o = (unsigned char *) ipopt.IP_LIST;
3781 while (o != NULL && o < (unsigned char *) &ipopt + ipoptlen)
3812 inet_ntoa(GET_IPOPT_DST(ipopt.IP_DST)));
/freebsd-10.2-release/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c2667 ipopt.io_len = lsrp - lsr;
2668 if (ipopt.io_len <= 5) /*is 3 better?*/
2670 *cpp = (char 8)&ipopt;
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dipf_y.y1454 | ipopt ipopts { yyresetdict(); }
1455 | notwith ipopt ipopts { yyresetdict(); }
1459 ipopt: IPFY_OPT { yysetdict(ipv4optwords); } label
1791 { "ipopt", IPFY_IPOPTS },

Completed in 64 milliseconds