Home | History | Annotate | Download | only in server

Lines Matching refs:WARN_UNUSED_RESULT

52     int setDefaultNetwork(unsigned netId) WARN_UNUSED_RESULT;
64 int createPhysicalNetwork(unsigned netId, Permission permission) WARN_UNUSED_RESULT;
65 int createVirtualNetwork(unsigned netId, bool hasDns, bool secure) WARN_UNUSED_RESULT;
66 int destroyNetwork(unsigned netId) WARN_UNUSED_RESULT;
68 int addInterfaceToNetwork(unsigned netId, const char* interface) WARN_UNUSED_RESULT;
69 int removeInterfaceFromNetwork(unsigned netId, const char* interface) WARN_UNUSED_RESULT;
75 const std::vector<unsigned>& netIds) WARN_UNUSED_RESULT;
77 int addUsersToNetwork(unsigned netId, const UidRanges& uidRanges) WARN_UNUSED_RESULT;
78 int removeUsersFromNetwork(unsigned netId, const UidRanges& uidRanges) WARN_UNUSED_RESULT;
86 const char* nexthop, bool legacy, uid_t uid) WARN_UNUSED_RESULT;
88 const char* nexthop, bool legacy, uid_t uid) WARN_UNUSED_RESULT;
104 const char* nexthop, bool add, bool legacy, uid_t uid) WARN_UNUSED_RESULT;
105 int modifyFallthroughLocked(unsigned vpnNetId, bool add) WARN_UNUSED_RESULT;