Searched defs:iovPackets (Results 1 – 3 of 3) sorted by relevance
228 std::vector<iovec> iovPackets(CLATD_MAX); in ProcessV6Packet() local268 std::vector<iovec> iovPackets(CLATD_MAX); in ProcessV4Packet() local313 void Clatd::SendV6OnRawSocket(int fd, std::vector<iovec> &iovPackets, int effectivePos) in SendV6OnRawSocket()
77 void ClatdPacketConverter::GetConvertedPacket(std::vector<iovec> &iovPackets, int &effectivePos) in GetConvertedPacket()
145 bool ClatdPacketConverterTest::IsTranslatedPacketCorrect(std::vector<iovec> iovPackets, const uint8… in IsTranslatedPacketCorrect()