Searched refs:err_code (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-pptp.c115 u_int8_t err_code; member in struct:pptp_msg_sccrp
132 u_int8_t err_code; member in struct:pptp_msg_stopccrp
143 u_int8_t err_code; member in struct:pptp_msg_echorp
166 u_int8_t err_code; member in struct:pptp_msg_ocrp
190 u_int8_t err_code; member in struct:pptp_msg_icrp
213 u_int8_t err_code; member in struct:pptp_msg_cdn
248 6 u_int8_t err_code;
337 pptp_err_code_print(const u_int8_t *err_code) argument
339 printf(" ERR_CODE(%u", *err_code);
341 switch (*err_code) {
[all...]
/freebsd-9.3-release/sys/dev/aic7xxx/aicasm/
H A Daicasm.h85 void stop(const char *errstring, int err_code);
H A Daicasm.c691 stop(const char *string, int err_code) argument
704 if (err_code != 0) {
713 if (err_code != 0) {
722 if (err_code != 0) {
732 exit(err_code);
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-wqe.h74 * HW decode / err_code in work queue entry
103 failure indicated in err_code below, decode:
120 (only applies if !rcv_error && !not_IP) failure indicated in err_code below, decode:
133 /* lower err_code = first-level descriptor of the work */
136 uint64_t err_code : 8; /**< type is cvmx_pip_err_t */ member in struct:__anon6670::__anon6671
167 Failure indicated in err_code below, decode:
197 /* lower err_code = first-level descriptor of the work */
199 uint64_t err_code : 8; /* type is cvmx_pip_err_t (union, so can't use directly */ member in struct:__anon6670::__anon6673
/freebsd-9.3-release/sys/mips/cavium/octe/
H A Dethernet-rx.c95 if ((work->word2.snoip.err_code == 10) && (work->len <= 64)) {
100 if (USE_10MBPS_PREAMBLE_WORKAROUND && ((work->word2.snoip.err_code == 5) || (work->word2.snoip.err_code == 7))) {
150 DEBUGPRINT("Port %d receive error code %d, packet dropped\n", work->ipprt, work->word2.snoip.err_code);
/freebsd-9.3-release/sys/dev/qlxgb/
H A Dqla_hw.h629 uint16_t err_code; member in struct:_qla_cntrl_msg_hdr

Completed in 66 milliseconds