Searched refs:stringForRtMsgType (Results 1 – 1 of 1) sorted by relevance
148 private static String stringForRtMsgType(short nlmType) { in stringForRtMsgType() method in NetlinkConstants218 if (nlFamily == OsConstants.NETLINK_ROUTE) return stringForRtMsgType(nlmType); in stringForNlMsgType()