Home
last modified time | relevance | path

Searched defs:effectivePos (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dclatd_packet_converter_test.cpp174 int effectivePos = 0; variable
193 int effectivePos = 0; variable
212 int effectivePos = 0; variable
231 int effectivePos = 0; variable
250 int effectivePos = 0; variable
269 int effectivePos = 0; variable
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dclatd.cpp229 int effectivePos = 0; in ProcessV6Packet() local
269 int effectivePos = 0; in ProcessV4Packet() local
313 void Clatd::SendV6OnRawSocket(int fd, std::vector<iovec> &iovPackets, int effectivePos) in SendV6OnRawSocket()
H A Dclatd_packet_converter.cpp77 void ClatdPacketConverter::GetConvertedPacket(std::vector<iovec> &iovPackets, int &effectivePos) in GetConvertedPacket()