Searched refs:SOCKDIAG_MSG_HEADER_SIZE (Results 1 – 3 of 3) sorted by relevance
21 import static android.net.netlink.NetlinkConstants.SOCKDIAG_MSG_HEADER_SIZE;297 final int remainingDataSize = bytes.position() + nlmsgLen - SOCKDIAG_MSG_HEADER_SIZE; in parseSockInfo()395 return nlMsgLen >= SOCKDIAG_MSG_HEADER_SIZE; in isValidInetDiagMsgSize()
19 import static android.net.netlink.NetlinkConstants.SOCKDIAG_MSG_HEADER_SIZE;265 buffer.position(SOCKDIAG_MSG_HEADER_SIZE); in testParseSockInfo()
47 public static final int SOCKDIAG_MSG_HEADER_SIZE = field in NetlinkConstants