Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/sendmail/src/
HDdaemon.c3897 struct IPOPTION ipopt; local
3899 ipoptlen = sizeof(ipopt);
3901 (char *) &ipopt, &ipoptlen) < 0)
3905 o = (unsigned char *) ipopt.IP_LIST;
3906 while (o != NULL && o < (unsigned char *) &ipopt + ipoptlen)
3937 inet_ntoa(GET_IPOPT_DST(ipopt.IP_DST)));
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
HDcommands.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-11-stable/contrib/ipfilter/tools/
HDipf_y.y1455 | ipopt ipopts { yyresetdict(); }
1456 | notwith ipopt ipopts { yyresetdict(); }
1460 ipopt: IPFY_OPT { yysetdict(ipv4optwords); }