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

/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dipft_tx.c188 char *cps[20], **cpp, c, ipopts[68]; local
196 bzero(ipopts, sizeof(ipopts));
317 olen = buildopts(*cpp, ipopts, (IP_HL(ip) - 5) << 2);
319 bcopy(ipopts, (char *)(ip + 1), olen);
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y1277 | ipopt ipopts { yyresetdict(); }
1278 | notwith ipopt ipopts { yyresetdict(); }
1315 ipopts: optlist { DOALL(fr->fr_mip.fi_optmsk |= $1; label
1591 { "ipopts", IPFY_IPOPTS },
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c234 const struct optlist ipopts[20] = { variable in typeref:struct:optlist
1151 op = ipopts + i;
1449 op = ipopts + i;

Completed in 82 milliseconds