Searched refs:nlmType (Results 1 – 1 of 1) sorted by relevance
134 private static String stringForCtlMsgType(short nlmType) { in stringForCtlMsgType() argument135 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() argument149 switch (nlmType) { in stringForRtMsgType()167 default: return "unknown RTM type: " + String.valueOf(nlmType); in stringForRtMsgType()175 private static String stringForInetDiagMsgType(short nlmType) { in stringForInetDiagMsgType() argument176 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 …]