OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:brctl
(Results
1 - 12
of
12
) sorted by null
/development/scripts/
reverse_tether.sh
178
sudo
brctl
addbr $BRIDGE || return 0 # all good
179
sudo
brctl
setfd $BRIDGE 0
181
sudo
brctl
addif $BRIDGE $LAN_DEV
190
sudo
brctl
delif $BRIDGE $HOST_DEV 2>/dev/null || true # ignore
192
sudo
brctl
addif $BRIDGE $HOST_DEV
196
sudo
brctl
delbr $BRIDGE || true
/external/toybox/toys/pending/
brctl.c
0
/*
brctl
.c - ethernet bridge control
8
USE_BRCTL(NEWTOY(
brctl
, "<1", TOYFLAG_USR|TOYFLAG_SBIN))
10
config
BRCTL
11
bool "
brctl
"
14
usage:
brctl
COMMAND [BRIDGE [INTERFACE]]
/device/google/marlin/common/
base.mk
140
#
BRCTL
141
BRCTL
:=
brctl
681
PRODUCT_PACKAGES += $(
BRCTL
)
/external/toybox/generated/
globals.h
389
// toys/pending/
brctl
.c
1347
struct brctl_data
brctl
;
member in union:global_union
newtoys.h
15
USE_BRCTL(NEWTOY(
brctl
, "<1", TOYFLAG_USR|TOYFLAG_SBIN))
flags.h
114
//
brctl
<1
[
all
...]
help.h
[
all
...]
/external/autotest/server/
kvm.py
27
brctl
addif br0 $1
/external/toybox/www/
roadmap.html
[
all
...]
index.html
[
all
...]
news.html
[
all
...]
/external/wpa_supplicant_8/hostapd/
hostapd.conf
16
# added to the bridge automatically (
brctl
may refuse to do this before hostapd
[
all
...]
Completed in 655 milliseconds