Home
last modified time | relevance | path

Searched refs:ipopts (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/netbsd-tests/ipf/regress/
H A Df301 pass in on hme0 proto udp all with not ipopts keep state
2 pass in on hme0 proto udp all with ipopts keep state
H A Df91 block in from any to any with ipopts
11 pass in from any to any with ipopts
H A Di92 block in from any to any with ipopts
15 pass in all with mbcast,not bcast,multicast,not state,not ipopts
H A Df101 block in from any to any with not ipopts
11 pass in from any to any with not ipopts
/freebsd/share/examples/ipfilter/
H A DBNF47 opttype = "ipopts" | "short" | "nat" | "bad-src" | "lowttl" | "frag" |
48 "mbcast" | "opt" ipopts .
49 optname = ipopts [ "," optname ] .
50 ipopts = optlist | "sec-class" [ secname ] .
H A Dexample.144 log in on le0 from any to any with ipopts
38 block in quick on le0 from any to any with ipopts
H A Drules.txt89 pass from any to any with ipopts
104 log in on le0 from any to any with ipopts
138 block in quick on le0 from any to any with ipopts
H A Dipf.conf.sample1 block in log quick from any with ipopts
H A Dipf.conf.permissive2 block in log quick from any with ipopts
H A Dfirewall.223 block in log quick on ppp0 from any to any with ipopts
H A Dexamples.txt139 block in log all with ipopts
161 pass in proto tcp from any to any port = 23 with no ipopts
364 As with ipopts and other IP options, it is possible to say that the packet
/freebsd/sbin/ipf/libipf/
H A Dipft_tx.c160 char *cps[20], **cpp, c, ipopts[68]; in parseline() local
168 bzero(ipopts, sizeof(ipopts)); in parseline()
312 olen = buildopts(*cpp, ipopts, (IP_HL(ip) - 5) << 2); in parseline()
314 bcopy(ipopts, (char *)(ip + 1), olen); in parseline()
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Di92 block in from any to any with ipopts
15 pass in from any to any with not ipopts,mbcast,not bcast,mcast,not state
/freebsd/share/examples/ipfilter/rules/
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
H A Dexample.128 block in log all with ipopts
H A Dexample.525 pass in from any to any with ipopts
/freebsd/sys/netinet/
H A Dtcp_syncache.c1367 struct mbuf *ipopts = NULL; in syncache_add() local
1465 ipopts = (m) ? ip_srcroute(m) : NULL; in syncache_add()
1467 ipopts = NULL; in syncache_add()
1517 if (ipopts) { in syncache_add()
1524 sc->sc_ipopts = ipopts; in syncache_add()
1634 sc->sc_ipopts = ipopts; in syncache_add()
1773 if (ipopts) in syncache_add()
1774 (void)m_free(ipopts); in syncache_add()
H A Digmp.c3448 struct mbuf *ipopts, *m0; in igmp_intr() local
3477 ipopts = V_igmp_sendra ? m_raopt : NULL; in igmp_intr()
3512 error = ip_output(m0, ipopts, NULL, 0, &imo, NULL); in igmp_intr()
/freebsd/sbin/ipf/common/
H A Dipf_y.y1454 | ipopt ipopts { yyresetdict(); }
1455 | notwith ipopt ipopts { yyresetdict(); }
1494 ipopts: optlist { DOALL(fr->fr_mip.fi_optmsk |= $1;
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dfil.c187 static const struct optlist ipopts[] = { variable
1444 op = ipopts + i; in ipf_pr_tcpcommon()
1793 op = ipopts + i; in ipf_pr_ipv4hdr()