Searched refs:NLMSG_ERROR (Results 1 – 5 of 5) sorted by relevance
86 public static final short NLMSG_ERROR = 2; // Error field in NetlinkConstants137 case NLMSG_ERROR: return "NLMSG_ERROR"; in stringForCtlMsgType()
106 case NetlinkConstants.NLMSG_ERROR: in parseCtlMessage()
29 import static android.net.netlink.NetlinkConstants.NLMSG_ERROR;118 assertEquals("NLMSG_ERROR", stringForNlMsgType(NLMSG_ERROR, family)); in testStringForNlMsgType_ControlMessage()
80 assertEquals(NetlinkConstants.NLMSG_ERROR, hdr.nlmsg_type); in testParseNlmErrorOk()
126 if (resp.h.nlmsg_type != NLMSG_ERROR) { in sendAndProcessNetlinkResponse()