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

/netbsd-current/external/bsd/ipf/dist/lib/
H A Dipft_tx.c170 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);
/netbsd-current/sys/netinet/
H A Dtcp_syncache.c885 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;
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipf_y.y1456 | ipopt ipopts { yyresetdict(); }
1457 | notwith ipopt ipopts { yyresetdict(); }
1496 ipopts: optlist { DOALL(fr->fr_mip.fi_optmsk |= $1; label
1794 { "ipopts", IPFY_IPOPTS },
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dfil.c222 static const struct optlist ipopts[20] = { variable in typeref:struct:optlist
1479 op = ipopts + i;
1828 op = ipopts + i;

Completed in 277 milliseconds