checksum.h
上传用户:xiaozhuqw
上传日期:2009-11-15
资源大小:1338k
文件大小:0k
源码类别:

网络

开发平台:

Unix_Linux

  1. /*
  2.  * Checksum routine for Internet Protocol family headers (C Version).
  3.  *
  4.  * Refer to "Computing the Internet Checksum" by R. Braden, D. Borman and
  5.  * C. Partridge, Computer Communication Review, Vol. 19, No. 2, April 1989,
  6.  * pp. 86-101, for additional details on computing this checksum.
  7.  */
  8. int in_cksum (void *ptr, int nbytes);