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

/freebsd-9.3-release/contrib/ipfilter/rules/
H A Dexample.128 block in log all with ipopts
H A Dexample.525 pass in from any to any with ipopts
H A Dexample.sr4 log in on le0 from any to any with ipopts
38 block in quick on le0 from any to any with ipopts
/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dipft_tx.c166 char *cps[20], **cpp, c, ipopts[68]; local
174 bzero(ipopts, sizeof(ipopts));
313 olen = buildopts(*cpp, ipopts, (IP_HL(ip) - 5) << 2);
315 bcopy(ipopts, (char *)(ip + 1), olen);
/freebsd-9.3-release/sys/netinet/
H A Dtcp_syncache.c1055 struct mbuf *ipopts = NULL; local
1115 ipopts = (m) ? ip_srcroute(m) : NULL;
1117 ipopts = NULL;
1136 if (ipopts) {
1143 sc->sc_ipopts = ipopts;
1194 if (ipopts)
1195 (void) m_free(ipopts);
1209 sc->sc_ipopts = ipopts;
H A Digmp.c3392 struct mbuf *ipopts, *m0; local
3421 ipopts = V_igmp_sendra ? m_raopt : NULL;
3456 error = ip_output(m0, ipopts, NULL, 0, &imo, NULL);
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipf_y.y1189 | ipopt ipopts { yyresetdict(); }
1190 | notwith ipopt ipopts { yyresetdict(); }
1227 ipopts: optlist { DOALL(fr->fr_mip.fi_optmsk |= $1; label
1504 { "ipopts", IPFY_IPOPTS },
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dfil.c268 const struct optlist ipopts[20] = { variable in typeref:struct:optlist
1235 op = ipopts + i;
1547 op = ipopts + i;

Completed in 178 milliseconds