HomeSort by relevance Sort by last modified time
    Searched refs:ifconfig (Results 26 - 46 of 46) sorted by null

12

  /external/ltp/testcases/kernel/containers/netns/
netns_comm.sh 34 # and 'ifconfig' for ioctl.)
38 # or ioctl(2) ('ifconfig' command) for controlling devices.
86 $NS_EXEC $NS_HANDLE0 $NS_TYPE ifconfig lo up || \
netns_helper.sh 23 # Set to 1 only for test cases using ifconfig (ioctl).
56 # Adds "inet6 add" to the 'ifconfig' arguments which is required for the ipv6
57 # version. Always use with 'ifconfig', even if ipv4 version of a test case is
59 # ifconfig <device> $IFCONF_IN6_ARG IP/NETMASK
101 # ethernet devices. Uses 'ip' command for netlink and 'ifconfig'
103 # of the 'ifconfig' command.)
140 tst_check_cmds ifconfig
268 $NS_EXEC $NS_HANDLE0 $NS_TYPE ifconfig veth0 $IFCONF_IN6_ARG $IP0/$NETMASK ||
270 $NS_EXEC $NS_HANDLE1 $NS_TYPE ifconfig veth1 $IFCONF_IN6_ARG $IP1/$NETMASK ||
272 $NS_EXEC $NS_HANDLE0 $NS_TYPE ifconfig veth0 up |
    [all...]
  /external/autotest/client/cros/cellular/
labconfig.py 30 # utils.system_output('ifconfig eth0 2>&1', retain_output=True)
97 ifconfig = ''
112 ifconfig = subprocess.Popen(['ip', 'addr', 'show'],
119 '`ip addr show` output:\n%s' % ifconfig
  /external/ltp/testcases/network/stress/route/
route4-ifdown 227 ifconfig $lhost_ifname down && ifconfig $lhost_ifname up
route6-ifdown 225 ifconfig $lhost_ifname down && ifconfig $lhost_ifname up
route4-rmmod 164 for ifname in `ifconfig | grep ^eth | awk '{ print $1}'`; do
route6-rmmod 160 for ifname in `ifconfig | grep ^eth | awk '{ print $1}'`; do
  /external/ltp/
ver_linux 62 ifconfig --version 2>&1 | grep tools | awk \
  /external/ltp/tools/pounder21/test_scripts/
statslogging 46 /sbin/ifconfig >> $INFOFILE
  /external/scapy/scapy/arch/
unix.py 31 output of ifconfig -l.
36 with os.popen('%s -l' % conf.prog.ifconfig) as fdesc:
152 # Get the output of ifconfig
154 f = os.popen("%s %s" % (conf.prog.ifconfig, ifname))
156 log_interactive.warning("Failed to execute ifconfig.")
194 f = os.popen("%s" % conf.prog.ifconfig)
196 log_interactive.warning("Failed to execute ifconfig.")
208 f = os.popen("%s -l" % conf.prog.ifconfig)
210 log_interactive.warning("Failed to execute ifconfig.")
  /external/scapy/scapy/arch/bpf/
core.py 39 # Get ifconfig output
41 fd = os.popen("%s %s" % (conf.prog.ifconfig, ifname))
43 warning("Failed to execute ifconfig: (%s)", msg)
66 # Get ifconfig output
68 fd = os.popen("%s %s" % (conf.prog.ifconfig, ifname))
70 raise Scapy_Exception("Failed to execute ifconfig: (%s)" % msg)
128 # Get ifconfig output
130 fd = os.popen("%s -a" % conf.prog.ifconfig)
132 raise Scapy_Exception("Failed to execute ifconfig: (%s)" % msg)
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/
route_test.go 365 xname, err := exec.LookPath("ifconfig")
371 Args: []string{"ifconfig", pv.name, "create"},
378 Args: []string{"ifconfig", pv.name, "vlan", fmt.Sprintf("%d", suffix&0xfff), "vlanif", "wm0"},
383 Args: []string{"ifconfig", pv.name, "inet", pv.addr, "netmask", pv.mask},
387 Args: []string{"ifconfig", pv.name, "destroy"},
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/
route_test.go 365 xname, err := exec.LookPath("ifconfig")
371 Args: []string{"ifconfig", pv.name, "create"},
378 Args: []string{"ifconfig", pv.name, "vlan", fmt.Sprintf("%d", suffix&0xfff), "vlanif", "wm0"},
383 Args: []string{"ifconfig", pv.name, "inet", pv.addr, "netmask", pv.mask},
387 Args: []string{"ifconfig", pv.name, "destroy"},
  /external/autotest/client/site_tests/network_WiFiTxRx/
network-flipflop.sh 122 ifconfig $iface up 1>&2;
168 ifconfig $iface up 1>&2;
  /external/walt/docs/
Development.md 38 1. Run `ifconfig` to get the ip address of eth0 (or wlan0 if using wireless)
  /external/lisa/src/shell/
lisa_shell 182 IPADDR=$(/sbin/ifconfig $NETIF 2>/dev/null | \
  /external/toybox/
Android.mk 88 toys/net/ifconfig.c \
293 ifconfig \
  /external/scapy/scapy/
config.py 72 ifconfig = "ifconfig" variable in class:ProgPath
  /external/toybox/generated/
globals.h 157 // toys/net/ifconfig.c
1429 struct ifconfig_data ifconfig; member in union:global_union
newtoys.h 104 USE_IFCONFIG(NEWTOY(ifconfig, "^?a", TOYFLAG_SBIN))
flags.h 1153 // ifconfig ^?a ^?a
    [all...]

Completed in 1412 milliseconds

12