]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - doc/html/ref/services-crc.html
RedBoot TX53 Release 2012-02-15
[karo-tx-redboot.git] / doc / html / ref / services-crc.html
1 <!-- Copyright (C) 2003 Red Hat, Inc.                                -->
2 <!-- This material may be distributed only subject to the terms      -->
3 <!-- and conditions set forth in the Open Publication License, v1.0  -->
4 <!-- or later (the latest version is presently available at          -->
5 <!-- http://www.opencontent.org/openpub/).                           -->
6 <!-- Distribution of the work or derivative of the work in any       -->
7 <!-- standard (paper) book form is prohibited unless prior           -->
8 <!-- permission is obtained from the copyright holder.               -->
9 <HTML
10 ><HEAD
11 ><TITLE
12 >CRC Algorithms</TITLE
13 ><meta name="MSSmartTagsPreventParsing" content="TRUE">
14 <META
15 NAME="GENERATOR"
16 CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
17 "><LINK
18 REL="HOME"
19 TITLE="eCos Reference Manual"
20 HREF="ecos-ref.html"><LINK
21 REL="PREVIOUS"
22 TITLE="FTP Client Features"
23 HREF="net-ftpclient-features.html"><LINK
24 REL="NEXT"
25 TITLE="CRC Functions"
26 HREF="crc-functions.html"></HEAD
27 ><BODY
28 CLASS="PART"
29 BGCOLOR="#FFFFFF"
30 TEXT="#000000"
31 LINK="#0000FF"
32 VLINK="#840084"
33 ALINK="#0000FF"
34 ><DIV
35 CLASS="NAVHEADER"
36 ><TABLE
37 SUMMARY="Header navigation table"
38 WIDTH="100%"
39 BORDER="0"
40 CELLPADDING="0"
41 CELLSPACING="0"
42 ><TR
43 ><TH
44 COLSPAN="3"
45 ALIGN="center"
46 >eCos Reference Manual</TH
47 ></TR
48 ><TR
49 ><TD
50 WIDTH="10%"
51 ALIGN="left"
52 VALIGN="bottom"
53 ><A
54 HREF="net-ftpclient-features.html"
55 ACCESSKEY="P"
56 >Prev</A
57 ></TD
58 ><TD
59 WIDTH="80%"
60 ALIGN="center"
61 VALIGN="bottom"
62 ></TD
63 ><TD
64 WIDTH="10%"
65 ALIGN="right"
66 VALIGN="bottom"
67 ><A
68 HREF="crc-functions.html"
69 ACCESSKEY="N"
70 >Next</A
71 ></TD
72 ></TR
73 ></TABLE
74 ><HR
75 ALIGN="LEFT"
76 WIDTH="100%"></DIV
77 ><DIV
78 CLASS="PART"
79 ><A
80 NAME="SERVICES-CRC"><DIV
81 CLASS="TITLEPAGE"
82 ><H1
83 CLASS="TITLE"
84 >XVIII. CRC Algorithms</H1
85 ><DIV
86 CLASS="PARTINTRO"
87 ><A
88 NAME="AEN15440"><P
89 >The CRC package provides implementation of CRC algorithms. This
90 includes the POSIX CRC calculation which produces the same result as
91 the cksum command on Linux, another 32 bit CRC by Gary S. Brown and a
92 16bit CRC. The CRC used for Ethernet FCS is also implemented.</P
93 ></DIV
94 ><DIV
95 CLASS="TOC"
96 ><DL
97 ><DT
98 ><B
99 >Table of Contents</B
100 ></DT
101 ><DT
102 >50. <A
103 HREF="crc-functions.html"
104 >CRC Functions</A
105 ></DT
106 ></DL
107 ></DIV
108 ></DIV
109 ></DIV
110 ><DIV
111 CLASS="NAVFOOTER"
112 ><HR
113 ALIGN="LEFT"
114 WIDTH="100%"><TABLE
115 SUMMARY="Footer navigation table"
116 WIDTH="100%"
117 BORDER="0"
118 CELLPADDING="0"
119 CELLSPACING="0"
120 ><TR
121 ><TD
122 WIDTH="33%"
123 ALIGN="left"
124 VALIGN="top"
125 ><A
126 HREF="net-ftpclient-features.html"
127 ACCESSKEY="P"
128 >Prev</A
129 ></TD
130 ><TD
131 WIDTH="34%"
132 ALIGN="center"
133 VALIGN="top"
134 ><A
135 HREF="ecos-ref.html"
136 ACCESSKEY="H"
137 >Home</A
138 ></TD
139 ><TD
140 WIDTH="33%"
141 ALIGN="right"
142 VALIGN="top"
143 ><A
144 HREF="crc-functions.html"
145 ACCESSKEY="N"
146 >Next</A
147 ></TD
148 ></TR
149 ><TR
150 ><TD
151 WIDTH="33%"
152 ALIGN="left"
153 VALIGN="top"
154 >FTP Client Features</TD
155 ><TD
156 WIDTH="34%"
157 ALIGN="center"
158 VALIGN="top"
159 >&nbsp;</TD
160 ><TD
161 WIDTH="33%"
162 ALIGN="right"
163 VALIGN="top"
164 >CRC Functions</TD
165 ></TR
166 ></TABLE
167 ></DIV
168 ></BODY
169 ></HTML
170 >