summaryrefslogtreecommitdiffstats
path: root/include/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net.h')
-rw-r--r--include/net.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/net.h b/include/net.h
index 93bf4616c3..add62733cb 100644
--- a/include/net.h
+++ b/include/net.h
@@ -297,9 +297,8 @@ extern void ArpRequest (void);
/* ------------------------------------ */
#define NETLOOP_CONTINUE 1
-#define NETLOOP_RESTART 2
-#define NETLOOP_SUCCESS 3
-#define NETLOOP_FAIL 4
+#define NETLOOP_SUCCESS 2
+#define NETLOOP_FAIL 3
typedef enum { BOOTP, RARP, ARP, TFTP, DHCP, PING, DNS, NFS, CDP, NETCONS, SNTP } proto_t;