HomeSort by: relevance | last modified time | path
    Searched defs:ipopts (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/ipf/dist/lib/
ipft_tx.c 170 char *cps[20], **cpp, c, ipopts[68]; local
178 bzero(ipopts, sizeof(ipopts));
321 olen = buildopts(*cpp, ipopts, (IP_HL(ip) - 5) << 2);
323 bcopy(ipopts, (char *)(ip + 1), olen);
  /src/sys/netinet/
tcp_syncache.c 885 struct mbuf *ipopts; local
916 ipopts = ip_srcroute(m);
919 ipopts = NULL;
929 if (ipopts) {
936 sc->sc_ipopts = ipopts;
953 if (ipopts)
954 (void)m_free(ipopts);
967 sc->sc_ipopts = ipopts;
  /src/external/bsd/ipf/dist/tools/
ipf_y.y 1456 | ipopt ipopts { yyresetdict(); }
1457 | notwith ipopt ipopts { yyresetdict(); }
1496 ipopts: optlist { DOALL(fr->fr_mip.fi_optmsk |= $1; label
1794 { "ipopts", IPFY_IPOPTS },
  /src/sys/external/bsd/ipf/netinet/
fil.c 222 static const struct optlist ipopts[20] = { variable in typeref:struct:optlist
1479 op = ipopts + i;
1828 op = ipopts + i;

Completed in 23 milliseconds