003 File Manager
Current Path:
/usr/src/contrib/ipfilter/tools
usr
/
src
/
contrib
/
ipfilter
/
tools
/
📁
..
📄
BNF.ipf
(3.45 KB)
📄
BNF.ipnat
(1.1 KB)
📄
Makefile
(3.33 KB)
📄
ipf.c
(11.22 KB)
📄
ipf_y.y
(61.62 KB)
📄
ipfcomp.c
(30.74 KB)
📄
ipfs.c
(16.12 KB)
📄
ipfstat.c
(55.53 KB)
📄
ipfsyncd.c
(12.5 KB)
📄
ipftest.c
(13.85 KB)
📄
ipmon.c
(39.95 KB)
📄
ipmon_y.y
(21.32 KB)
📄
ipnat.c
(18.63 KB)
📄
ipnat_y.y
(39.58 KB)
📄
ippool.c
(23.6 KB)
📄
ippool_y.y
(17.09 KB)
📄
ipscan_y.y
(10.26 KB)
📄
ipsyncm.c
(4.82 KB)
📄
ipsyncs.c
(5.3 KB)
📄
lex_var.h
(1.66 KB)
📄
lexer.c
(11.83 KB)
📄
lexer.h
(820 B)
Editing: BNF.ipnat
ipmap :: = mapblock | redir | map . map ::= mapit ifname ipmask "->" ipmask [ mapport | mapicmpid ] . map ::= mapit ifname fromto "->" ipmask [ mapport | mapicmpid ] . mapblock ::= "map-block" ifname ipmask "->" ipmask [ ports ] . redir ::= "rdr" ifname ipmask dport "->" ip [ "," ip ] [ ports ] options . dport ::= "port" portnum [ "-" portnum ] . ports ::= "ports" numports | "auto" . mapit ::= "map" | "bimap" . fromto ::= "from" object "to" object . ipmask ::= ip "/" bits | ip "/" mask | ip "netmask" mask . mapport ::= "portmap" tcpudp portnumber ":" portnumber . mapicmpid ::= "icmpidmap" icmp idnumber ":" idnumber . options ::= [ tcpudp ] [ rr ] . object = addr [ port-comp | port-range ] . addr = "any" | nummask | host-name [ "mask" ipaddr | "mask" hexnumber ] . port-comp = "port" compare port-num . port-range = "port" port-num range port-num . rr ::= "round-robin" . tcpudp ::= "tcp" | "udp" | "tcp/udp" . portnumber ::= number { numbers } | "auto" . idnumber ::= number { numbers } . ifname ::= 'A' - 'Z' { 'A' - 'Z' } numbers . numbers ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' .
Upload File
Create Folder