Searched refs:mDstIpAddress (Results 1 – 1 of 1) sorted by relevance
40 private final byte[] mDstIpAddress; field in IpFilterConfiguration50 mDstIpAddress = dstAddr; in IpFilterConfiguration()76 return mDstIpAddress; in getDstIpAddress()123 private byte[] mDstIpAddress = {0, 0, 0, 0}; field in IpFilterConfiguration.Builder150 mDstIpAddress = dstIpAddress; in setDstIpAddress()214 if (ipAddrLength != mDstIpAddress.length || (ipAddrLength != 4 && ipAddrLength != 16)) { in build()217 + "srcLength=" + ipAddrLength + ", dstLength=" + mDstIpAddress.length); in build()219 return new IpFilterConfiguration(mSettings, mSrcIpAddress, mDstIpAddress, mSrcPort, in build()