Please wait until the page is fully downloaded and then press the "Expand" button or the blue line numbers.

0091000 /*
0091001 server/ip/gen/oneCsum.h
0091002 */
0091003 
0091004 #ifndef __SERVER__IP__GEN__ONECSUM_H__
0091005 #define __SERVER__IP__GEN__ONECSUM_H__
0091006 
0091007 u16_t oneC_sum _ARGS(( U16_t prev, void *data, size_t data_len ));
0091008 
0091009 #endif /* __SERVER__IP__GEN__ONECSUM_H__ */