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