Lines Matching +full:sync +full:- +full:token

63 	{	35,	"copyout failed for resolving function name -> addr" },
64 { 36, "copyout failed for resolving function addr -> name" },
67 { 39, "group map hash-table in/out do not match rule" },
73 { 45, "ipfilter not enabled for sync ioctl" },
110 { 82, "could not find token to delete" },
119 { 91, "could not get token for rule iteration" },
121 { 93, "could not find token for generic iterator" },
168 { 140, "dup-to interface name index incorrect" },
169 { 141, "reply-to interface name index incorrect" },
180 /* -------------------------------------------------------------------------- */
181 { 10001, "could not find token for auth iterator" },
200 /* -------------------------------------------------------------------------- */
201 { 20001, "invalid frag token data pointer supplied" },
202 { 20002, "error copying out frag token data" },
204 /* -------------------------------------------------------------------------- */
231 /* -------------------------------------------------------------------------- */
238 /* -------------------------------------------------------------------------- */
278 { 50040, "could not find token for lookup iterator" },
281 /* -------------------------------------------------------------------------- */
301 { 60019, "error copying in NAT token data for deletion" },
337 { 60055, "iterator suppled with unknown type for get-next" },
359 /* -------------------------------------------------------------------------- */
397 /* -------------------------------------------------------------------------- */
407 /* -------------------------------------------------------------------------- */
413 /* -------------------------------------------------------------------------- */
432 { 100018, "could not find token for state iterator" },
433 { 100019, "error copying in state token data for deletion" },
443 { 100029, "invalid state token data pointer supplied" },
451 /* -------------------------------------------------------------------------- */
452 { 110001, "sync write header magic number is incorrect" },
453 { 110002, "sync write header protocol is incorrect" },
454 { 110003, "sync write header command is incorrect" },
455 { 110004, "sync write header table number is incorrect" },
456 { 110005, "data structure too small for sync write operation" },
457 { 110006, "zero length data with sync write header" },
458 { 110007, "insufficient data for sync write" },
459 { 110008, "bad sync read size" },
460 { 110009, "interrupted sync read (solaris)" },
461 { 110010, "interrupted sync read (hpux)" },
462 { 110011, "interrupted sync read (osf)" },
463 { 110012, "interrupted sync read" },
464 { 110013, "could not malloc memory for sync'd state" },
465 { 110014, "could not malloc memory for sync-state list item" },
466 { 110015, "sync update could not find state" },
467 { 110016, "unrecognised sync state command" },
468 { 110017, "could not malloc memory for new sync'd NAT entry" },
469 { 110018, "could not malloc memory for sync-NAT list item" },
470 { 110019, "sync update could not find NAT entry" },
471 { 110020, "unrecognised sync NAT command" },
472 { 110021, "ioctls are not handled with sync" },
473 /* -------------------------------------------------------------------------- */
489 { 120016, "destination list cannot be removed - it is busy" },
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()