Searched refs:stringForCtlMsgType (Results 1 – 1 of 1) sorted by relevance
134 private static String stringForCtlMsgType(short nlmType) { in stringForCtlMsgType() method in NetlinkConstants213 if (nlmType <= NLMSG_MAX_RESERVED) return stringForCtlMsgType(nlmType); in stringForNlMsgType()