HomeSort by relevance Sort by last modified time
    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]]
  /external/iproute2/man/man8/
ip-l2tp.8 314 site-A:# brctl addbr br0
315 site-A:# brctl addif br0 l2tpeth0
316 site-A:# brctl addif br0 eth0
326 site-A:# brctl addbr brvlan5
327 site-A:# brctl addif brvlan5 l2tpeth0.5
328 site-A:# brctl addif brvlan5 eth1.5
373 .BR brctl (8)
  /external/toybox/www/
status.html 38 ar arp arping bc bootchartd brctl compress crond dhcp dhcpd diff dumpleases
roadmap.html 728 ipaddr iplink iproute blockdev rpm2cpio arping brctl dumpleases fsck
index.html 545 groupdel/delgroup, arping, brctl, ftpget, ftpput, printf, reset, and added
    [all...]
news.html 545 groupdel/delgroup, arping, brctl, ftpget, ftpput, printf, reset, and added
    [all...]
  /external/toybox/generated/
globals.h 364 // toys/pending/brctl.c
1221 struct brctl_data brctl; member in union:global_union
newtoys.h 13 USE_BRCTL(NEWTOY(brctl, "<1", TOYFLAG_USR|TOYFLAG_SBIN))
flags.h 110 // brctl <1
    [all...]
help.h     [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 301 milliseconds