|
1 /* |
|
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 rls_string STRING_r_tcpip6_error_NoDestination "No destination address specified" |
|
19 rls_string STRING_r_tcpip6_error_NoPathMtu "Internal error: network device does not report MTU" |
|
20 rls_string STRING_r_tcpip6_error_ShortPacket "Packet is too short" |
|
21 rls_string STRING_r_tcpip6_error_DuplicateAddress "Duplicate address detected" |
|
22 rls_string STRING_r_tcpip6_error_AddressExpired "Source Address used by connection has expired" |
|
23 rls_string STRING_r_tcpip6_error_NoRoute "No route available" |
|
24 rls_string STRING_r_tcpip6_error_SourceAddress "Source address out of scope" |
|
25 rls_string STRING_r_tcpip6_error_UnsupportedApi "Unsupported API requested" |
|
26 rls_string STRING_r_tcpip6_error_UnsupportedApiVersion "Unsupported API version requested" |
|
27 rls_string STRING_r_tcpip6_error_NoDnsResolver "DNS resolver daemon not available" |
|
28 |
|
29 rls_string STRING_r_dnd_error_DndNameNotFound "Name not found" |
|
30 rls_string STRING_r_dnd_error_DndAddrNotFound "Address not found" |
|
31 rls_string STRING_r_dnd_error_DndNoServers "No DNS server addresses could be located (timeout)" |
|
32 rls_string STRING_r_dnd_error_DndNoRoute "Send timeout for query (no interface for the server address)" |
|
33 rls_string STRING_r_dnd_error_DndCache "Corrupted data in cache (bad DNS reply)" |
|
34 rls_string STRING_r_dnd_error_DndFormat "DNS report: wrong format" |
|
35 rls_string STRING_r_dnd_error_DndServerFailure "DNS report: server failure" |
|
36 rls_string STRING_r_dnd_error_DndBadName "DNS report: bad name" |
|
37 rls_string STRING_r_dnd_error_DndNotImplemented "DNS report: not implemented option" |
|
38 rls_string STRING_r_dnd_error_DndRefused "DNS report: server refused connection" |
|
39 rls_string STRING_r_dnd_error_Dnd_5130 "Query name or address is invalid" |
|
40 rls_string STRING_r_dnd_error_DndNoRecord "No record found of the desired DNS type and class" |
|
41 rls_string STRING_r_dnd_error_DndNameTooBig "Buffer overflow while processing DND response" |
|
42 rls_string STRING_r_dnd_error_DndUnknown "Corrupt DNS reply or other internal error" |
|
43 rls_string STRING_r_dnd_error_DndServerUnusable "There is not suitable DNS server for this query" |
|
44 |
|
45 rls_string STRING_r_error_EIpsec_NotANATTPacket "IpSec: UDP packet is NOT a NAT Traversal packet" |
|
46 rls_string STRING_r_error_EIpsec_NoInnerSource "IpSec: aannot find inner-src for outbound packet when tunneling (for SECPOL)" |
|
47 rls_string STRING_r_error_EIpsec_LostSA "IpSec: an SA has been lost between Apply and Verify expired (for SECPOL)" |
|
48 rls_string STRING_r_error_EIpsec_IcmpError "IpSec: an ICMP error report containing AH or ESP (for INET6)" |
|
49 rls_string STRING_r_error_EIpsec_PolicyUnknownSelector "IpSec: unknown selector keyword" |
|
50 rls_string STRING_r_error_EIpsec_PolicyInboundOutbound "IpSec: only one of the 'inbound' or 'outbound' is allowed" |
|
51 rls_string STRING_r_error_EIpsec_PolicyIpMaskExpected "IpSec: expected IP address (as mask) here" |
|
52 rls_string STRING_r_error_EIpsec_PolicyIpAddressExpected "IpSec: expected IP address here" |
|
53 rls_string STRING_r_error_EIpsec_PolicyInvalidIpAddress "IpSec: invalid IP address" |
|
54 rls_string STRING_r_error_EIpsec_PolicyRightParen "IpSec: right parenthesis expected" |
|
55 rls_string STRING_r_error_EIpsec_PolicyLeftParen "IpSec: left parenthesis expected" |
|
56 rls_string STRING_r_error_EIpsec_PolicySpecNotFound "IpSec: SA specification is not defined before reference in selector" |
|
57 rls_string STRING_r_error_EIpsec_PolicySyntaxError "IpSec: generic delimiter error in specification" |
|
58 rls_string STRING_r_error_EIpsec_PolicySpecName "IpSec: SA specification name missing or invalid" |
|
59 rls_string STRING_r_error_EIpsec_PolicyNoEncryptAlgorithm "IpSec: ESP specification must include encryption algorithm" |
|
60 rls_string STRING_r_error_EIpsec_PolicyNoAuthAlgorithm "IpSec: AH specification must include authentication algorithm" |
|
61 rls_string STRING_r_error_EIpsec_PolicyTooManyTypes "IpSec: type can be specified only once for specification" |
|
62 rls_string STRING_r_error_EIpsec_PolicyNoType "IpSec: SA type (AH or ESP) omitted from specification" |
|
63 rls_string STRING_r_error_EIpsec_PolicyCloseBraceExpected "IpSec: closing brace expected" |
|
64 rls_string STRING_r_error_EIpsec_PolicyNumberExpected "IpSec: number value expected" |
|
65 rls_string STRING_r_error_EIpsec_PolicyUnknownSpec "IpSec: unknown policy specification keyword" |
|
66 rls_string STRING_r_error_EIpsec_PolicyInvalidIdentity "IpSec: invalid identity syntax" |
|
67 rls_string STRING_r_error_EIpsec_PolicyIdentityDefined "IpSec: identify already defined" |
|
68 rls_string STRING_r_error_EIpsec_PolicyUnknownAuth "IpSec: algorithm not defined in algorithm map" |
|
69 rls_string STRING_r_error_EIpsec_PolicyUnknownEncrypt "IpSec: algorithm not defined in algorithm map" |
|
70 rls_string STRING_r_error_EIpsec_UnavailableDigest "IpSec: no installed library implements the digest" |
|
71 rls_string STRING_r_error_EIpsec_UnavailableCipher "IpSec: no installed library implements the cipher" |
|
72 rls_string STRING_r_error_EIpsec_UnknownDigestNumber "IpSec: attempting to use not known digest number" |
|
73 rls_string STRING_r_error_EIpsec_UnknownCipherNumber "IpSec: Attempting to use not know cipher number" |
|
74 rls_string STRING_r_error_EIpsec_BadCipherKey "IpSec: key in SA is too short (for the algorithm) or is weak" |
|
75 rls_string STRING_r_error_EIpsec_MismatchDestinationIdentity "IpSec: destination identity does not match" |
|
76 rls_string STRING_r_error_EIpsec_MismatchSourceIdentity "IpSec: source identity does not match" |
|
77 rls_string STRING_r_error_EIpsec_MismatchProtocol "IpSec: protocol does not match" |
|
78 rls_string STRING_r_error_EIpsec_MismatchDestinationPort "IpSec: destination port does not match" |
|
79 rls_string STRING_r_error_EIpsec_MismatchSourcePort "IpSec: source port does not match" |
|
80 rls_string STRING_r_error_EIpsec_MismatchProxy "IpSec: proxy address does not match" |
|
81 rls_string STRING_r_error_EIpsec_MismatchSource "IpSec: source address does not match" |
|
82 rls_string STRING_r_error_EIpsec_MismatchReplayWindow "IpSec: replay window length is shorter than required" |
|
83 rls_string STRING_r_error_EIpsec_MismatchedEncryptAlg "IpSec: encrypt algorithm doesn't match" |
|
84 rls_string STRING_r_error_EIpsec_MismatchedAuthAlg "IpSec: auth algorithm doesn't match" |
|
85 rls_string STRING_r_error_EIpsec_MismatchedPFS "IpSec: PFS bit is not same" |
|
86 rls_string STRING_r_error_EIpsec_MismatchedType "IpSec: SA Type (AH/ESP) does not match" |
|
87 rls_string STRING_r_error_EIpsec_MismatchedDestination "IpSec: SA destination does not match (internal error)" |
|
88 rls_string STRING_r_error_EIpsec_AcquireFailed "IpSec: acquiring SA failed (no SA available or negotiated)" |
|
89 rls_string STRING_r_error_EIpsec_EspBadCipherBlockSize "IpSec: Configuration error cipher block size must be smaller than 256" |
|
90 rls_string STRING_r_error_EIpsec_EspSequenceWrap "IpSec: outbound sequence # wrapped around for this SA (ESP)" |
|
91 rls_string STRING_r_error_EIpsec_AhSequenceWrap "IpSec: outbound sequence # wrapped around for this SA (AH)" |
|
92 rls_string STRING_r_error_EIpsec_AhPacketTooLong "IpSec: outbound packet would exeed 2**16-1 with AH" |
|
93 rls_string STRING_r_error_EIpsec_AhRMBufSplit "IpSec: inbound AH processing failed (memory problems ?)" |
|
94 rls_string STRING_r_error_EIpsec_NoBundle "IpSec: incoming packet had transforms, but policy doesn't require any" |
|
95 rls_string STRING_r_error_EIpsec_TooManyTransforms "IpSec: incoming packet had more transforms than policy requires" |
|
96 rls_string STRING_r_error_EIpsec_UnrequiredSA "IpSec: applied SA where policy has none" |
|
97 rls_string STRING_r_error_EIpsec_MismatchedSA "IpSec: applied SA does not match the policy" |
|
98 rls_string STRING_r_error_EIpsec_TunnelMismatch "IpSec: tunnel mode does not match the policy" |
|
99 rls_string STRING_r_error_EIpsec_TooFewTransforms "IpSec: incoming packet has less transforms than policy requires" |
|
100 rls_string STRING_r_error_EIpsec_MaxTransforms "IpSec: incoming packet exceed configured max limit of transforms" |
|
101 rls_string STRING_r_error_EIpsec_NoSelectorMatch "IpSec: none of the policy selectors matched" |
|
102 rls_string STRING_r_error_EIpsec_OutboundPending "IpSec: outbooud SA does not exits, ACQUIRE pending" |
|
103 rls_string STRING_r_error_EIpsec_OutboundNotFound "IpSec: outbound SA does not exist, ACQUIRE started" |
|
104 rls_string STRING_r_error_EIpsec_ReplayDuplicate "IpSec: duplicate packet (replay window test)" |
|
105 rls_string STRING_r_error_EIpsec_EspPadLength "IpSec: the ESP pad length is corrupt (probably wrong key)" |
|
106 rls_string STRING_r_error_EIpsec_EspPadByte "IpSec: the ESP pad byte content is invalid (probably wrong key)" |
|
107 rls_string STRING_r_error_EIpsec_DataAlignment "IpSec: data not aligned by block size" |
|
108 rls_string STRING_r_error_EIpsec_PacketLength "IpSec: invalid length of the packet" |
|
109 rls_string STRING_r_error_EIpsec_AhAuthentication "IpSec: authentication check failed in AH" |
|
110 rls_string STRING_r_error_EIpsec_AhIcvLength "IpSec: ICV length in packet does not match algorithm" |
|
111 rls_string STRING_r_error_EIpsec_AhInboundSA "IpSec: the inbound SA for AH does not exist" |
|
112 rls_string STRING_r_error_EIpsec_AhAuthAlg "IpSec: required auth algorithm for AH not available/installed" |
|
113 rls_string STRING_r_error_EIpsec_EspEncrAlg "IpSec: required encrypt algorithm for ESP not available/installed" |
|
114 rls_string STRING_r_error_EIpsec_EspAuthAlg "IpSec: required auth algorithm for ESP not available/installed" |
|
115 rls_string STRING_r_error_EIpsec_EspAuthentication "IpSec: authentication check failed in ESP" |
|
116 rls_string STRING_r_error_EIpsec_EspInboundSA "IpSec: the inbound SA for ESP does not exist" |
|
117 rls_string STRING_r_error_EIpsec_CorruptPacketOut "IpSec: corrupt packet after IPSEC operations" |
|
118 rls_string STRING_r_error_EIpsec_CorruptPacketIn "IpSec: truncated or corrupt packet or header (in)" |
|
119 rls_string STRING_r_error_EIpsec_RMBUF "IpSec: RMBUF operation failed unexcpectedly" |