|
#include "np.h"
uint16_t
in_cksum(uint16_t *addr, int len)
{
int nleft = len;
uint32_t sum = 0;
uint16_t *w = addr;
uint16_t answer = 0;
/*
* Our algorithm is simple, using a 32 bit accumulator (sum), we add
* sequential 16 bit words to it, and at the end, fold back all
|
- 페이지 46페이지
- 가격 8,000원
- 등록일 2011.11.14
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|