Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/
DNetlinkConstants.java134 private static String stringForCtlMsgType(short nlmType) { in stringForCtlMsgType() argument
135 switch (nlmType) { in stringForCtlMsgType()
140 default: return "unknown control message type: " + String.valueOf(nlmType); in stringForCtlMsgType()
148 private static String stringForRtMsgType(short nlmType) { in stringForRtMsgType() argument
149 switch (nlmType) { in stringForRtMsgType()
167 default: return "unknown RTM type: " + String.valueOf(nlmType); in stringForRtMsgType()
175 private static String stringForInetDiagMsgType(short nlmType) { in stringForInetDiagMsgType() argument
176 switch (nlmType) { in stringForInetDiagMsgType()
178 default: return "unknown SOCK_DIAG type: " + String.valueOf(nlmType); in stringForInetDiagMsgType()
186 private static String stringForNfMsgType(short nlmType) { in stringForNfMsgType() argument
[all …]