Home | History | Annotate | Download | only in client

Lines Matching refs:Result

18 #include "result.h"
31 Result init(const char* interfaceName);
40 Result bringUp();
41 Result bringDown();
42 Result setMtu(uint16_t mtu);
43 Result setAddress(in_addr_t address);
44 Result setSubnetMask(in_addr_t subnetMask);
48 Result populateIndex();
49 Result populateMacAddress();
50 Result setInterfaceUp(bool shouldBeUp);