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

/freebsd-10.0-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-10.0-release/contrib/ipfilter/lib/
H A Dipft_tx.c172 char *cps[20], **cpp, c, ipopts[68]; local
180 bzero(ipopts, sizeof(ipopts));
323 olen = buildopts(*cpp, ipopts, (IP_HL(ip) - 5) << 2);
325 bcopy(ipopts, (char *)(ip + 1), olen);
/freebsd-10.0-release/sys/netinet/
H A Dtcp_syncache.c1106 struct mbuf *ipopts = NULL; local
1165 ipopts = (m) ? ip_srcroute(m) : NULL;
1167 ipopts = NULL;
1186 if (ipopts) {
1193 sc->sc_ipopts = ipopts;
1244 if (ipopts)
1245 (void) m_free(ipopts);
1259 sc->sc_ipopts = ipopts;
H A Digmp.c3394 struct mbuf *ipopts, *m0; local
3423 ipopts = V_igmp_sendra ? m_raopt : NULL;
3458 error = ip_output(m0, ipopts, NULL, 0, &imo, NULL);
/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dipf_y.y1444 | ipopt ipopts { yyresetdict(); }
1445 | notwith ipopt ipopts { yyresetdict(); }
1484 ipopts: optlist { DOALL(fr->fr_mip.fi_optmsk |= $1; label
1782 { "ipopts", IPFY_IPOPTS },
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dfil.c231 static const struct optlist ipopts[20] = { variable in typeref:struct:optlist
1482 op = ipopts + i;
1833 op = ipopts + i;

Completed in 220 milliseconds