Searched refs:getTcpiFackets (Results 1 – 2 of 2) sorted by relevance
93 int getTcpiFackets(); in getTcpiFackets() method
404 public int getTcpiFackets() { in getTcpiFackets() method in SocketOptionTcpInfo787 result = result && (getTcpiFackets() in equals()788 == other.getTcpiFackets()); in equals()857 hash = (53 * hash) + getTcpiFackets(); in hashCode()1214 if (other.getTcpiFackets() != 0) { in mergeFrom()1215 setTcpiFackets(other.getTcpiFackets()); in mergeFrom()1700 public int getTcpiFackets() { in getTcpiFackets() method in SocketOptionTcpInfo.Builder