Home
last modified time | relevance | path

Searched refs:stringForNfMsgType (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DNetlinkConstants.java234 private static String stringForNfMsgType(short nlmType) { in stringForNfMsgType() method in NetlinkConstants
268 if (nlFamily == OsConstants.NETLINK_NETFILTER) return stringForNfMsgType(nlmType); in stringForNlMsgType()