| /freebsd/contrib/netbsd-tests/ipf/regress/ |
| H A D | f30 | 1 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 D | f9 | 1 block in from any to any with ipopts 11 pass in from any to any with ipopts
|
| H A D | i9 | 2 block in from any to any with ipopts 15 pass in all with mbcast,not bcast,multicast,not state,not ipopts
|
| H A D | f10 | 1 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 D | BNF | 47 opttype = "ipopts" | "short" | "nat" | "bad-src" | "lowttl" | "frag" | 48 "mbcast" | "opt" ipopts . 49 optname = ipopts [ "," optname ] . 50 ipopts = optlist | "sec-class" [ secname ] .
|
| H A D | example.14 | 4 log in on le0 from any to any with ipopts 38 block in quick on le0 from any to any with ipopts
|
| H A D | rules.txt | 89 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 D | ipf.conf.sample | 1 block in log quick from any with ipopts
|
| H A D | ipf.conf.permissive | 2 block in log quick from any with ipopts
|
| H A D | firewall.2 | 23 block in log quick on ppp0 from any to any with ipopts
|
| H A D | examples.txt | 139 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 D | ipft_tx.c | 160 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 D | i9 | 2 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 D | example.sr | 4 log in on le0 from any to any with ipopts 38 block in quick on le0 from any to any with ipopts
|
| H A D | example.12 | 8 block in log all with ipopts
|
| H A D | example.5 | 25 pass in from any to any with ipopts
|
| /freebsd/sys/netinet/ |
| H A D | tcp_syncache.c | 1406 struct mbuf *ipopts = NULL; in syncache_add() local 1506 ipopts = (m) ? ip_srcroute(m) : NULL; in syncache_add() 1508 ipopts = NULL; in syncache_add() 1560 if (ipopts != NULL) { in syncache_add() 1567 sc->sc_ipopts = ipopts; in syncache_add() 1568 ipopts = NULL; in syncache_add() 1660 sc->sc_ipopts = ipopts; in syncache_add() 1661 ipopts = NULL; in syncache_add() 1813 if (ipopts != NULL) in syncache_add() 1814 (void)m_free(ipopts); in syncache_add()
|
| H A D | igmp.c | 3461 struct mbuf *ipopts, *m0; in igmp_intr() local 3490 ipopts = V_igmp_sendra ? m_raopt : NULL; in igmp_intr() 3525 error = ip_output(m0, ipopts, NULL, 0, &imo, NULL); in igmp_intr()
|
| /freebsd/sbin/ipf/common/ |
| H A D | ipf_y.y | 1454 | 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 D | fil.c | 187 static const struct optlist ipopts[] = { variable 1458 op = ipopts + i; in ipf_pr_tcpcommon() 1807 op = ipopts + i; in ipf_pr_ipv4hdr()
|