We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f975fe commit c1db7c9Copy full SHA for c1db7c9
udp.h
@@ -113,7 +113,7 @@ struct udphdr {
113
#ifndef LDP_PORT
114
#define LDP_PORT 646
115
#endif
116
-#ifndef AQDV_PORT
+#ifndef AODV_PORT
117
#define AODV_PORT 654 /*XXX*/
118
119
#ifndef OLSR_PORT
@@ -155,7 +155,7 @@ struct udphdr {
155
#ifndef ZEPHYR_SRV_PORT
156
#define ZEPHYR_SRV_PORT 2103 /*XXX*/
157
158
-#ifndef ZEPHYR_CLI_PORT
+#ifndef ZEPHYR_CLT_PORT
159
#define ZEPHYR_CLT_PORT 2104 /*XXX*/
160
161
#ifndef VAT_PORT
0 commit comments