Home
last modified time | relevance | path

Searched refs:ENETDOWN (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/sockets/
DSocketErrors.h60 # ifndef ENETDOWN
61 # define ENETDOWN 10050 macro
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/common/
DError.cpp137 {ENETDOWN, "ENETDOWN"}, // Network is down
/hardware/interfaces/automotive/can/1.0/default/
DCanBus.cpp334 if (errnoVal == ENODEV || errnoVal == ENETDOWN) { in onError()