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;296 final int remainingDataSize = bytes.position() + nlmsgLen - SOCKDIAG_MSG_HEADER_SIZE; in parseSockInfo()394 return nlMsgLen >= SOCKDIAG_MSG_HEADER_SIZE; in isValidInetDiagMsgSize()
19 import static android.net.netlink.NetlinkConstants.SOCKDIAG_MSG_HEADER_SIZE;266 buffer.position(SOCKDIAG_MSG_HEADER_SIZE); in testParseSockInfo()
44 public static final int SOCKDIAG_MSG_HEADER_SIZE = field in NetlinkConstants