Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Ddaemon.c3981 struct IPOPTION ipopt; local
3983 ipoptlen = sizeof(ipopt);
3985 (char *) &ipopt, &ipoptlen) < 0)
3989 o = (unsigned char *) ipopt.IP_LIST;
3990 while (o != NULL && o < (unsigned char *) &ipopt + ipoptlen)
4021 inet_ntoa(GET_IPOPT_DST(ipopt.IP_DST)));
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c2658 ipopt.io_len = lsrp - lsr; in sourceroute()
2659 if (ipopt.io_len <= 5) /*is 3 better?*/ in sourceroute()
2661 *cpp = (char 8)&ipopt; in sourceroute()
/freebsd/sbin/ipf/common/
H A Dipf_y.y1454 | ipopt ipopts { yyresetdict(); }
1455 | notwith ipopt ipopts { yyresetdict(); }
1459 ipopt: IPFY_OPT { yysetdict(ipv4optwords); }