Rev 4243 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4243 | Rev 4728 | ||
|---|---|---|---|
| Line 30... | Line 30... | ||
| 30 | * @{ |
30 | * @{ |
| 31 | */ |
31 | */ |
| 32 | 32 | ||
| 33 | /** @file |
33 | /** @file |
| 34 | * ARP protocol header. |
34 | * ARP protocol header. |
| - | 35 | * Based on the RFC~826. |
|
| 35 | */ |
36 | */ |
| 36 | 37 | ||
| 37 | #ifndef __NET_ARP_HEADER_H__ |
38 | #ifndef __NET_ARP_HEADER_H__ |
| 38 | #define __NET_ARP_HEADER_H__ |
39 | #define __NET_ARP_HEADER_H__ |
| 39 | 40 | ||