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