Rev 3846 | Rev 3901 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3846 | Rev 3886 | ||
---|---|---|---|
Line 38... | Line 38... | ||
38 | #include <stdio.h> |
38 | #include <stdio.h> |
39 | 39 | ||
40 | #include <ipc/ipc.h> |
40 | #include <ipc/ipc.h> |
41 | #include <ipc/services.h> |
41 | #include <ipc/services.h> |
42 | 42 | ||
43 | #include "../err.h" |
43 | #include "../../err.h" |
44 | #include "../measured_strings.h" |
- | |
45 | #include "../messages.h" |
44 | #include "../../messages.h" |
46 | #include "../modules.h" |
45 | #include "../../modules.h" |
47 | #include "../packet.h" |
- | |
48 | 46 | ||
- | 47 | #include "../../structures/measured_strings.h" |
|
- | 48 | #include "../../structures/packet/packet.h" |
|
- | 49 | ||
49 | #include "netif.h" |
50 | #include "../netif.h" |
50 | 51 | ||
51 | #define DEFAULT_MTU 1500 |
52 | #define DEFAULT_MTU 1500 |
52 | 53 | ||
53 | #define NAME "lo - loopback interface" |
54 | #define NAME "lo - loopback interface" |
54 | 55 |