Project

General

Profile

Statistics
| Revision:

root / lab4 / .minix-src / include / net / gen / oneCsum.h @ 14

History | View | Annotate | Download (214 Bytes)

1 13 up20180614
/*
2
server/ip/gen/oneCsum.h
3
*/
4
5
#ifndef __SERVER__IP__GEN__ONECSUM_H__
6
#define __SERVER__IP__GEN__ONECSUM_H__
7
8
u16_t oneC_sum( u16_t prev, void *data, size_t data_len );
9
10
#endif /* __SERVER__IP__GEN__ONECSUM_H__ */