Searched refs:ipAddrLength (Results 1 – 1 of 1) sorted by relevance
177 int ipAddrLength = mSrcIpAddress.length; in build() local178 if (ipAddrLength != mDstIpAddress.length || (ipAddrLength != 4 && ipAddrLength != 16)) { in build()181 + "srcLength=" + ipAddrLength + ", dstLength=" + mDstIpAddress.length); in build()