c2b040193a777c09bdc595c95492b57a2521db87
Stefan Schuermans added file headers

Stefan Schuermans authored 12 years ago

1) /* MIPS I system
2)  * Copyright 2011-2012 Stefan Schuermans <stefan@schuermans.info>
3)  * Copyleft GNU public license V2 or later
4)  *          http://www.gnu.org/copyleft/gpl.html
5)  */
6) 
Stefan Schuermans implemented IP + ICMP, fixe...

Stefan Schuermans authored 12 years ago

7) #include "checksum.h"
8) #include "ethernet.h"
9) #include "icmp.h"
10) #include "ip.h"
11) #include "macros.h"
12) #include "nethelp.h"
13) 
14) /**
15)  * @brief send an ICMP packet
16)  * @param[in] ptr pointer to data of packet
17)  * @param[in] sz size of packet
18)  *
Stefan Schuermans handle padding to minimum e...

Stefan Schuermans authored 12 years ago

19)  * ptr must point to a icmp_packet