Lines Matching defs:effectivePos
229 int effectivePos = 0;
230 converter.GetConvertedPacket(iovPackets, effectivePos);
231 if (effectivePos > 0) {
232 writev(tunFd_, &iovPackets[0], effectivePos);
269 int effectivePos = 0;
270 converter.GetConvertedPacket(iovPackets, effectivePos);
271 if (effectivePos > 0) {
272 SendV6OnRawSocket(writeSock6_, iovPackets, effectivePos);
312 void Clatd::SendV6OnRawSocket(int fd, std::vector<iovec> &iovPackets, int effectivePos)
320 msgHeader.msg_iovlen = effectivePos;