HomeSort by relevance Sort by last modified time
    Searched refs:bonding (Results 1 - 5 of 5) sorted by null

  /external/libnl/src/
nl-link-release.c 14 #include <netlink/route/link/bonding.h>
nl-link-enslave.c 14 #include <netlink/route/link/bonding.h>
  /external/libnl/tests/
test-create-bond.c 3 #include <netlink/route/link/bonding.h>
  /external/autotest/client/bin/net/
net_utils_unittest.py 25 self.god.stub_with(net_utils,"bond", net_utils.bonding)
541 self.god.stub_function(net_utils.bonding, 'is_enabled')
544 net_utils.bonding.is_enabled.expect_call().and_return(False)
552 net_utils.bonding.is_enabled.expect_call().and_return(False)
563 net_utils.bonding.is_enabled.expect_call().and_return(False)
579 net_utils.bonding.is_enabled.expect_call().and_return(True)
590 net_utils.bonding.is_enabled.expect_call().and_return(False)
599 net_utils.bonding.is_enabled.expect_call().and_return(False)
660 self.god.stub_function(net_utils.bonding, 'is_enabled')
662 net_utils.bonding.is_enabled.expect_call().and_return(False
    [all...]
net_utils.py 280 'bonding is enabled.')
397 class bonding(object): class in inherits:object
398 """This class implements bonding interface abstraction."""
425 return bonding.NO_MODE
429 """Wait for bonding state change.
457 return site_net_utils.bonding()
459 return bonding()

Completed in 570 milliseconds