HomeSort by relevance Sort by last modified time
    Searched defs:iproute (Results 1 - 2 of 2) sorted by null

  /kernel/tests/net/test/
iproute.py 17 """Partial Python implementation of iproute functionality."""
198 class IPRoute(netlink.NetlinkSocket):
199 """Provides a tiny subset of iproute functionality."""
210 return super(IPRoute, self)._GetConstantName(__name__, value, prefix)
293 super(IPRoute, self).__init__()
308 super(IPRoute, self)._SendNlRequest(command, data, flags)
540 iproute = IPRoute() variable
541 iproute.DEBUG = True
542 iproute.DumpRules(6
    [all...]
  /external/toybox/toys/pending/
ip.c 13 USE_IP(OLDTOY(iproute, ip, TOYFLAG_SBIN))
2021 static int iproute(char **argv) function
    [all...]

Completed in 385 milliseconds