Searched refs:NLMSG_ERROR (Results 1 – 8 of 8) sorted by relevance
105 public static final short NLMSG_ERROR = 2; // Error field in NetlinkConstants184 case NLMSG_ERROR: return "NLMSG_ERROR"; in stringForCtlMsgType()
122 case NetlinkConstants.NLMSG_ERROR: in parseCtlMessage()
108 if (nlmsghdr == null || nlmsghdr.nlmsg_type != NetlinkConstants.NLMSG_ERROR) { in parseNetlinkErrorMessage()
33 import static com.android.net.module.util.netlink.NetlinkConstants.NLMSG_ERROR;121 assertEquals("NLMSG_ERROR", stringForNlMsgType(NLMSG_ERROR, family)); in testStringForNlMsgType_ControlMessage()
76 assertEquals(NetlinkConstants.NLMSG_ERROR, hdr.nlmsg_type); in testParseNlmErrorOk()
45 constexpr int kNetlinkMsgErrorType = (NFNL_SUBSYS_NONE << 8) | NLMSG_ERROR;
157 if (msgType == NetlinkConstants.NLMSG_ERROR) { in sendRequestAndGetResponse()
442 if (resp.h.nlmsg_type != NLMSG_ERROR) { in sendAndProcessNetlinkResponse()