Searched defs:oif (Results 1 - 1 of 1) sorted by relevance

/system/netd/server/
H A DRouteController.cpp251 // + If |oif| is non-NULL, the rule matches the specified outgoing interface.
258 const char* oif, uid_t uidStart, uid_t uidEnd) {
273 if (int ret = padInterfaceName(oif, oifName, &oifLength, &oifPadding)) {
311 { &fraOifName, oif != OIF_NONE ? sizeof(fraOifName) : 0 },
256 modifyIpRule(uint16_t action, uint32_t priority, uint32_t table, uint32_t fwmark, uint32_t mask, const char* iif, const char* oif, uid_t uidStart, uid_t uidEnd) argument

Completed in 81 milliseconds