Lines Matching defs:return_code
67 nd_uint8_t return_code;
495 u_int return_code, return_subcode;
567 return_code = GET_U_1(lspping_com_header->return_code);
569 if (return_code == 3 ||
570 return_code == 4 ||
571 return_code == 8 ||
572 return_code == 10 ||
573 return_code == 11 ||
574 return_code == 12 )
576 tok2str(lspping_return_code_values, "unknown",return_code),
578 return_code,
582 tok2str(lspping_return_code_values, "unknown",return_code),
583 return_code,