Searched refs:mDstIpAddress (Results 1 – 1 of 1) sorted by relevance
32 private final byte[] mDstIpAddress; field in IpFilterConfiguration41 mDstIpAddress = dstAddr; in IpFilterConfiguration()66 return mDstIpAddress; in getDstIpAddress()103 private byte[] mDstIpAddress = {0, 0, 0, 0}; field in IpFilterConfiguration.Builder129 mDstIpAddress = dstIpAddress; in setDstIpAddress()178 if (ipAddrLength != mDstIpAddress.length || (ipAddrLength != 4 && ipAddrLength != 16)) { in build()181 + "srcLength=" + ipAddrLength + ", dstLength=" + mDstIpAddress.length); in build()184 mSettings, mSrcIpAddress, mDstIpAddress, mSrcPort, mDstPort, mPassthrough); in build()