Searched refs:calc_check (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/netinet6/ |
H A D | sctp6_usrreq.c | 119 u_int32_t check, calc_check; in sctp6_input() local 174 calc_check = sctp_calculate_sum(m, &mlen, iphlen); in sctp6_input() 175 if (calc_check != check) { in sctp6_input() 179 calc_check, check, m, in sctp6_input() 195 sh->checksum = calc_check; in sctp6_input()
|
/netbsd-src/sys/netinet/ |
H A D | sctp_input.c | 4061 u_int32_t check, calc_check; in sctp_input() local 4141 calc_check = sctp_calculate_sum(m, &mlen, iphlen); in sctp_input() 4142 if (calc_check != check) { in sctp_input() 4146 calc_check, check, m, mlen, iphlen); in sctp_input() 4163 sh->checksum = calc_check; in sctp_input()
|