summaryrefslogtreecommitdiff
path: root/udp.h
diff options
context:
space:
mode:
Diffstat (limited to 'udp.h')
-rw-r--r--udp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/udp.h b/udp.h
index cef48b2d..0ac63387 100644
--- a/udp.h
+++ b/udp.h
@@ -77,6 +77,12 @@ struct udphdr {
#ifndef SNMPTRAP_PORT
#define SNMPTRAP_PORT 162 /*XXX*/
#endif
+#ifndef PTP_EVENT_PORT
+#define PTP_EVENT_PORT 319 /* IANA */
+#endif
+#ifndef PTP_GENERAL_PORT
+#define PTP_GENERAL_PORT 320 /* IANA */
+#endif
#ifndef CISCO_AUTORP_PORT
#define CISCO_AUTORP_PORT 496 /*XXX*/
#endif