OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iptables
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/wpa/dist/wpa_supplicant/examples/
p2p-action-udhcp.sh
54
iptables
-P FORWARD DROP
55
iptables
-t nat -A POSTROUTING -o $UPLINK -j MASQUERADE
56
iptables
-A FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
57
iptables
-A FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
66
iptables
-t nat -D POSTROUTING -o $UPLINK -j MASQUERADE
67
iptables
-D FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
68
iptables
-D FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
p2p-action.sh
81
iptables
-P FORWARD DROP
82
iptables
-t nat -A POSTROUTING -o $UPLINK -j MASQUERADE
83
iptables
-A FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
84
iptables
-A FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
93
iptables
-t nat -D POSTROUTING -o $UPLINK -j MASQUERADE
94
iptables
-D FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
95
iptables
-D FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
/src/external/bsd/blocklist/libexec/
blocklistd-helper
35
if [ -z "$pf" -a -x "/sbin/
iptables
" ]; then
36
pf="
iptables
"
143
iptables
)
144
if ! /sbin/
iptables
--list "$2" >/dev/null 2>&1; then
145
/sbin/
iptables
--new-chain "$2"
147
/sbin/
iptables
--append INPUT --proto "$raw_proto" \
149
/sbin/
iptables
--append "$2" --proto "$raw_proto" \
188
iptables
)
189
if /sbin/
iptables
--list "$2" >/dev/null 2>&1; then
190
/sbin/
iptables
--delete "$2" --proto "$raw_proto"
[
all
...]
Completed in 24 milliseconds
Indexes created Wed Mar 18 00:23:26 UTC 2026