Lines Matching +full:lookup +full:- +full:table
25 * IF YOU WANT TO ADD AN ERROR TO THIS TABLE, _ADD_ A NEW NUMBER.
29 { 1, "auth table locked/full" },
63 { 35, "copyout failed for resolving function name -> addr" },
64 { 36, "copyout failed for resolving function addr -> name" },
66 { 38, "group map cannot find it's hash table" },
67 { 39, "group map hash-table in/out do not match rule" },
75 { 47, "ipfilter not enabled for lookup ioctl" },
160 { 132, "cannot find source lookup pool" },
162 { 134, "cannot find destination lookup pool" },
168 { 140, "dup-to interface name index incorrect" },
169 { 141, "reply-to interface name index incorrect" },
180 /* -------------------------------------------------------------------------- */
200 /* -------------------------------------------------------------------------- */
204 /* -------------------------------------------------------------------------- */
205 { 30001, "incorrect object size to get hash table stats" },
206 { 30002, "could not malloc memory for new hash table" },
207 { 30003, "error coping in hash table structure" },
208 { 30004, "hash table already exists" },
209 { 30005, "mismatch between new hash table and operation unit" },
210 { 30006, "could not malloc memory for hash table base" },
211 { 30007, "could not find hash table" },
212 { 30008, "mismatch between hash table and operation unit" },
213 { 30009, "could not find hash table for iterators next node" },
215 { 30011, "iterator error copying out hash table" },
216 { 30012, "iterator error copying out hash table entry" },
217 { 30013, "error copying out hash table statistics" },
218 { 30014, "table node delete structure wrong size" },
220 { 30016, "table to delete node from does not exist" },
221 { 30017, "could not find table to remove node from" },
222 { 30018, "table node add structure wrong size" },
224 { 30020, "could not find table to add node to" },
225 { 30021, "node already exists in the table" },
226 { 30022, "could not find node to delete in table" },
228 { 30024, "object size incorrect for hash table" },
229 { 30025, "hash table size must be at least 1"},
230 { 30026, "cannot allocate memory for hash table context" },
231 /* -------------------------------------------------------------------------- */
238 /* -------------------------------------------------------------------------- */
239 { 50001, "unknown lookup ioctl" },
241 { 50003, "invalid unit for lookup add node" },
249 { 50011, "could not find hash table name" },
250 { 50012, "unrecognised object type for lookup add node" },
251 { 50013, "invalid unit for lookup delete node" },
258 { 50020, "could not find hash table name" },
259 { 50021, "unrecognised object type for lookup delete node" },
260 { 50022, "error copying in add table data" },
261 { 50023, "invalid unit for lookup add table" },
263 { 50025, "hash table name already exists" },
264 { 50026, "unrecognised object type for lookup add table" },
265 { 50027, "error copying table data back out" },
266 { 50028, "error copying in remove table data" },
267 { 50029, "invalid unit for lookup remove table" },
268 { 50030, "unrecognised object type for lookup remove table" },
269 { 50031, "error copying in lookup stats structure" },
270 { 50032, "invalid unit for lookup stats" },
271 { 50033, "unrecognised object type for lookup stats" },
272 { 50034, "error copying in flush lookup data" },
273 { 50035, "invalid unit for lookup flush" },
274 { 50036, "incorrect table type for lookup flush" },
275 { 50037, "error copying out lookup flush results" },
276 { 50038, "invalid unit for lookup iterator" },
277 { 50039, "invalid unit for lookup iterator" },
278 { 50040, "could not find token for lookup iterator" },
279 { 50041, "unrecognised object type for lookup iterator" },
280 { 50042, "error copying in lookup delete node operation" },
281 /* -------------------------------------------------------------------------- */
293 { 60011, "could not find NAT entry for redirect lookup" },
294 { 60012, "need write permissions to flush NAT table" },
298 { 60016, "need write permissions to add entry to NAT table" },
300 { 60018, "NAT not locked for fetching NAT table entry" },
312 { 60030, "no NAT table entries present" },
330 { 60048, "insertion into NAT table failed" },
337 { 60055, "iterator suppled with unknown type for get-next" },
338 { 60056, "unknown lookup group for next address" },
340 { 60058, "bucket table type is incorrect" },
341 { 60059, "error copying out NAT bucket table" },
342 { 60060, "function not found for lookup" },
345 { 60063, "cannot allocate new inbound NAT entry table" },
346 { 60064, "cannot allocate new outbound NAT entry table" },
347 { 60065, "cannot allocate new inbound NAT bucketlen table" },
348 { 60066, "cannot allocate new outbound NAT bucketlen table" },
349 { 60067, "cannot allocate new NAT rules table" },
350 { 60068, "cannot allocate new NAT hostmap table" },
351 { 60069, "new source lookup type is not dstlist" },
353 { 60071, "new destination lookup type is not dstlist" },
354 { 60072, "function not found for lookup (ipv6)" },
355 { 60073, "unknown lookup group for next address (ipv6)" },
359 /* -------------------------------------------------------------------------- */
397 /* -------------------------------------------------------------------------- */
407 /* -------------------------------------------------------------------------- */
413 /* -------------------------------------------------------------------------- */
429 { 100015, "need write permissions to add entry to state table" },
431 { 100017, "error copying out hash table bucket lengths" },
435 { 100021, "no state table entries present" },
445 { 100031, "unrecognised table request" },
449 { 100035, "could not allocate new state table" },
450 { 100036, "could not allocate new state bucket length table" },
451 /* -------------------------------------------------------------------------- */
455 { 110004, "sync write header table number is incorrect" },
465 { 110014, "could not malloc memory for sync-state list item" },
469 { 110018, "could not malloc memory for sync-NAT list item" },
473 /* -------------------------------------------------------------------------- */
487 { 120014, "could not allocate new destination table" },
489 { 120016, "destination list cannot be removed - it is busy" },
494 { 120021, "error copying in new destination table" },
495 { 120022, "cannot allocate memory for node table" },
502 /* -------------------------------------------------------------------------- */
529 int l = -1, r = IPF_NUM_ERRORS + 1, step; in find_error()
530 step = (r - l) / 2; in find_error()
534 if (ie->iee_number == errnum) in find_error()
537 if (ie->iee_number > errnum) in find_error()
541 step = (r - l) / 2; in find_error()
558 return (ie->iee_text); in ipf_geterror()
576 return (ie->iee_text); in ipf_strerror()