Searched refs:NFNETLINK_V0 (Results 1 – 3 of 3) sorted by relevance
37 public static final int NFNETLINK_V0 = 0; field in StructNfGenMsg75 version = (byte) NFNETLINK_V0; in StructNfGenMsg()
168 assertEquals((byte) StructNfGenMsg.NFNETLINK_V0, nfmsgHdr.version); in testConntrackParseIPv4TcpTimeoutUpdate()217 assertEquals((byte) StructNfGenMsg.NFNETLINK_V0, nfmsgHdr.version); in testConntrackParseIPv4UdpTimeoutUpdate()311 assertEquals((byte) StructNfGenMsg.NFNETLINK_V0, nfmsgHdr.version); in testParseCtNew()
52 #define NFNETLINK_V0 0 macro