diff options
| author | Niklas | 2011-10-07 14:07:39 +0200 |
|---|---|---|
| committer | Niklas | 2011-10-07 14:07:39 +0200 |
| commit | 4595eb426c6e22eba62642f4f64b451c43964fc0 (patch) | |
| tree | 34facf89448b624556b783c7c8cf3478367ccc10 /common | |
| parent | modified the check for carrier signal. on autoUp==true: if no interface is in... (diff) | |
| download | fbgui-4595eb426c6e22eba62642f4f64b451c43964fc0.tar.gz fbgui-4595eb426c6e22eba62642f4f64b451c43964fc0.tar.xz fbgui-4595eb426c6e22eba62642f4f64b451c43964fc0.zip | |
renaming of the projekt form LogReceiver into NetworkDiscovery
Diffstat (limited to 'common')
| -rw-r--r-- | common/fbgui.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/fbgui.h b/common/fbgui.h index a785b42..75f9b7b 100644 --- a/common/fbgui.h +++ b/common/fbgui.h @@ -6,4 +6,10 @@ #define DHCP_MESSAGE_SIZE 2048 #define ACK_SIZE 4 +#define DHCPCD_EXIT 9 +#define DHCPCD_ARP_TEST 10 +#define DHCPCD_CONFIGURE 11 +#define DHCPCD_WRITE 12 +#define DHCPCD_LOG 13 + #endif // FBGUI_H |
