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

/system/netd/include/
H A DFwmark.h24 union Fwmark { union
32 Fwmark() : intValue(0) {} function in union:Fwmark
37 static_assert(sizeof(Fwmark) == sizeof(uint32_t), "The entire fwmark must fit into 32 bits");

Completed in 64 milliseconds