/[H8]/trunk/docs/Microchip TCP_IP stack/Include/TCPIP Stack/ICMP.h
ViewVC logotype

Contents of /trunk/docs/Microchip TCP_IP stack/Include/TCPIP Stack/ICMP.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15 - (show annotations) (download)
Thu Apr 19 09:01:15 2007 UTC (17 years, 1 month ago) by hedin
File MIME type: text/plain
File size: 2521 byte(s)
added the TCP/IP stack, source code.
1 /*********************************************************************
2 *
3 * ICMP Module Defs for Microchip TCP/IP Stack
4 *
5 *********************************************************************
6 * FileName: ICMP.h
7 * Dependencies: StackTsk.h
8 * IP.h
9 * MAC.h
10 * Processor: PIC18, PIC24F, PIC24H, dsPIC30F, dsPIC33F
11 * Complier: Microchip C18 v3.10 or higher
12 * Microchip C30 v2.05 or higher
13 * Company: Microchip Technology, Inc.
14 *
15 * Software License Agreement
16 *
17 * Copyright © 2002-2007 Microchip Technology Inc. All rights
18 * reserved.
19 *
20 * Microchip licenses to you the right to use, modify, copy, and
21 * distribute:
22 * (i) the Software when embedded on a Microchip microcontroller or
23 * digital signal controller product (“Device”) which is
24 * integrated into Licensee’s product; or
25 * (ii) ONLY the Software driver source files ENC28J60.c and
26 * ENC28J60.h ported to a non-Microchip device used in
27 * conjunction with a Microchip ethernet controller for the
28 * sole purpose of interfacing with the ethernet controller.
29 *
30 * You should refer to the license agreement accompanying this
31 * Software for additional information regarding your rights and
32 * obligations.
33 *
34 * THE SOFTWARE AND DOCUMENTATION ARE PROVIDED “AS IS” WITHOUT
35 * WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT
36 * LIMITATION, ANY WARRANTY OF MERCHANTABILITY, FITNESS FOR A
37 * PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL
38 * MICROCHIP BE LIABLE FOR ANY INCIDENTAL, SPECIAL, INDIRECT OR
39 * CONSEQUENTIAL DAMAGES, LOST PROFITS OR LOST DATA, COST OF
40 * PROCUREMENT OF SUBSTITUTE GOODS, TECHNOLOGY OR SERVICES, ANY CLAIMS
41 * BY THIRD PARTIES (INCLUDING BUT NOT LIMITED TO ANY DEFENSE
42 * THEREOF), ANY CLAIMS FOR INDEMNITY OR CONTRIBUTION, OR OTHER
43 * SIMILAR COSTS, WHETHER ASSERTED ON THE BASIS OF CONTRACT, TORT
44 * (INCLUDING NEGLIGENCE), BREACH OF WARRANTY, OR OTHERWISE.
45 *
46 *
47 * Author Date Comment
48 *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
49 * Howard Schlunder 03/16/07 Original
50 ********************************************************************/
51 #ifndef __ICMP_H
52 #define __ICMP_H
53
54 void ICMPProcess(NODE_INFO *remote, WORD len);
55
56 BOOL ICMPBeginUsage(void);
57 void ICMPSendPing(DWORD dwRemoteIP);
58 SHORT ICMPGetReply(void);
59 void ICMPEndUsage(void);
60
61 #endif

  ViewVC Help
Powered by ViewVC 1.1.20