Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/
DNetlinkConstants.java186 private static String stringForNfMsgType(short nlmType) { in stringForNfMsgType() method in NetlinkConstants
220 if (nlFamily == OsConstants.NETLINK_NETFILTER) return stringForNfMsgType(nlmType); in stringForNlMsgType()