Rev 4351 | Rev 4704 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4351 | Rev 4696 | ||
---|---|---|---|
Line 69... | Line 69... | ||
69 | 69 | ||
70 | /** Ethernet module full path filename. |
70 | /** Ethernet module full path filename. |
71 | */ |
71 | */ |
72 | #define ETHERNET_FILENAME "/srv/eth" |
72 | #define ETHERNET_FILENAME "/srv/eth" |
73 | 73 | ||
- | 74 | /** Ethernet module name. |
|
- | 75 | */ |
|
- | 76 | #define NILDUMMY_NAME "nildummy" |
|
- | 77 | ||
- | 78 | /** Ethernet module full path filename. |
|
- | 79 | */ |
|
- | 80 | #define NILDUMMY_FILENAME "/srv/nildummy" |
|
- | 81 | ||
74 | /** Internet protocol module name. |
82 | /** Internet protocol module name. |
75 | */ |
83 | */ |
76 | #define IP_NAME "ip" |
84 | #define IP_NAME "ip" |
77 | 85 | ||
78 | /** Internet protocol module full path filename. |
86 | /** Internet protocol module full path filename. |