Rev 3912 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3912 | Rev 4704 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | */ |
36 | */ |
37 | 37 | ||
38 | #ifndef __NET_ARP_ARPOP_H__ |
38 | #ifndef __NET_ARP_ARPOP_H__ |
39 | #define __NET_ARP_ARPOP_H__ |
39 | #define __NET_ARP_ARPOP_H__ |
40 | 40 | ||
- | 41 | /** @name ARP operation codes definitions |
|
- | 42 | */ |
|
- | 43 | /*@{*/ |
|
- | 44 | ||
41 | /** REQUEST operation code. |
45 | /** REQUEST operation code. |
42 | */ |
46 | */ |
43 | #define ARPOP_REQUEST 1 |
47 | #define ARPOP_REQUEST 1 |
44 | 48 | ||
45 | /** REPLY operation code. |
49 | /** REPLY operation code. |
Line 128... | Line 132... | ||
128 | 132 | ||
129 | /** MAPOS-UNARP operation code. |
133 | /** MAPOS-UNARP operation code. |
130 | */ |
134 | */ |
131 | #define ARPOP_MAPOS_UNARP 23 |
135 | #define ARPOP_MAPOS_UNARP 23 |
132 | 136 | ||
- | 137 | /*@}*/ |
|
- | 138 | ||
133 | #endif |
139 | #endif |
134 | 140 | ||
135 | /** @} |
141 | /** @} |
136 | */ |
142 | */ |