Rev 3846 | Rev 3912 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3846 | Rev 3886 | ||
|---|---|---|---|
| Line 37... | Line 37... | ||
| 37 | #ifndef __NET_IP_H__ |
37 | #ifndef __NET_IP_H__ |
| 38 | #define __NET_IP_H__ |
38 | #define __NET_IP_H__ |
| 39 | 39 | ||
| 40 | #include <ipc/ipc.h> |
40 | #include <ipc/ipc.h> |
| 41 | 41 | ||
| 42 | #include "../include/sockaddr.h" |
42 | #include "../../include/sockaddr.h" |
| 43 | #include "../netif/device.h" |
43 | #include "../../netif/device.h" |
| 44 | 44 | ||
| 45 | typedef struct ip_netif ip_netif_t; |
45 | typedef struct ip_netif ip_netif_t; |
| 46 | typedef ip_netif_t * ip_netif_ref; |
46 | typedef ip_netif_t * ip_netif_ref; |
| 47 | 47 | ||
| 48 | typedef struct ip_proto ip_proto_t; |
48 | typedef struct ip_proto ip_proto_t; |