Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.c3763 struct IPOPTION ipopt; local
3765 ipoptlen = sizeof(ipopt);
3767 (char *) &ipopt, &ipoptlen) < 0)
3771 o = (unsigned char *) ipopt.IP_LIST;
3772 while (o != NULL && o < (unsigned char *) &ipopt + ipoptlen)
3803 inet_ntoa(GET_IPOPT_DST(ipopt.IP_DST)));
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y1277 | ipopt ipopts { yyresetdict(); }
1278 | notwith ipopt ipopts { yyresetdict(); }
1282 ipopt: IPFY_OPT { yysetdict(ipv4optwords); }