Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:err_code

115 	u_int8_t err_code;
132 u_int8_t err_code;
143 u_int8_t err_code;
166 u_int8_t err_code;
190 u_int8_t err_code;
213 u_int8_t err_code;
248 6 u_int8_t err_code;
337 pptp_err_code_print(const u_int8_t *err_code)
339 printf(" ERR_CODE(%u", *err_code);
341 switch (*err_code) {
624 TCHECK(ptr->err_code);
625 pptp_err_code_print(&ptr->err_code);
685 TCHECK(ptr->err_code);
686 pptp_err_code_print(&ptr->err_code);
718 TCHECK(ptr->err_code);
719 pptp_err_code_print(&ptr->err_code);
774 TCHECK(ptr->err_code);
775 pptp_err_code_print(&ptr->err_code);
834 TCHECK(ptr->err_code);
835 pptp_err_code_print(&ptr->err_code);
895 TCHECK(ptr->err_code);
896 pptp_err_code_print(&ptr->err_code);