Searched refs:calc_check (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/contrib/byacc/test/yacc/
H A Dcode_calc.tab.c58 const YYINT calc_check[] = { 40, variable
H A Dcalc.tab.c86 #define yycheck calc_check
211 static const YYINT calc_check[] = { 40, variable
H A Dpure_calc.tab.c86 #define yycheck calc_check
221 static const YYINT calc_check[] = { 40, variable
H A Dcode_calc.code.c86 #define yycheck calc_check
/freebsd-10.1-release/contrib/byacc/test/btyacc/
H A Dcode_calc.tab.c75 const YYINT calc_check[] = { 40, variable
H A Dcalc.tab.c93 #define yycheck calc_check
245 static const YYINT calc_check[] = { 40, variable
H A Dpure_calc.tab.c93 #define yycheck calc_check
255 static const YYINT calc_check[] = { 40, variable
H A Dcode_calc.code.c93 #define yycheck calc_check
/freebsd-10.1-release/sys/netinet/
H A Dsctp_input.c5636 uint32_t check, calc_check; local
5640 calc_check = sctp_calculate_cksum(m, iphlen);
5642 if (calc_check != check) {
5643 SCTPDBG(SCTP_DEBUG_INPUT1, "Bad CSUM on SCTP packet calc_check:%x check:%x m:%p mlen:%d iphlen:%d\n",
5644 calc_check, check, (void *)m, length, iphlen);

Completed in 183 milliseconds