Lines Matching refs:error
53 return Result::error("Interface initialized more than once"); in init()
58 return Result::error("Failed to create interface socket for '%s': %s", in init()
100 return Result::error("Failed to set interface MTU %u for '%s': %s", in setMtu()
143 return Result::error("Unable to set interface address: %s", in setAddress()
149 return Result::error("Unable to read netlink response: %s", in setAddress()
154 return Result::error("Received incomplete response from netlink"); in setAddress()
159 return Result::error("Recieved an error from netlink but the " in setAddress()
163 if (err->error) { in setAddress()
164 return Result::error("Could not set interface address: %s", in setAddress()
165 strerror(-err->error)); in setAddress()
185 return Result::error("Failed to get interface index for '%s': %s", in populateIndex()
197 return Result::error("Failed to get MAC address for '%s': %s", in populateMacAddress()
209 return Result::error("Failed to get interface flags for '%s': %s", in setInterfaceUp()
224 return Result::error("Failed to set interface flags for '%s': %s", in setInterfaceUp()