Searched refs:NLMSG_ERROR (Results 1 – 3 of 3) sorted by relevance
70 public static final short NLMSG_ERROR = 2; // Error field in NetlinkConstants96 case NLMSG_ERROR: return "NLMSG_ERROR"; in stringForNlMsgType()
62 case NetlinkConstants.NLMSG_ERROR: in parse()
79 assertEquals(NetlinkConstants.NLMSG_ERROR, hdr.nlmsg_type); in testParseNlmErrorOk()