#ifndef PTP_GENERAL_PORT
#define PTP_GENERAL_PORT 320 /* IANA */
#endif
+#ifndef HTTPS_PORT
+#define HTTPS_PORT 443
+#endif
#ifndef CISCO_AUTORP_PORT
#define CISCO_AUTORP_PORT 496 /*XXX*/
#endif
#ifndef MPLS_LSP_PING_PORT
#define MPLS_LSP_PING_PORT 3503 /* draft-ietf-mpls-lsp-ping-02.txt */
#endif
-#ifndef BCM_LI_PORT
-#define BCM_LI_PORT 49152 /* SDK default */
-#endif
#ifndef BFD_CONTROL_PORT
#define BFD_CONTROL_PORT 3784 /* RFC 5881 */
#endif
#ifndef SOMEIP_PORT
#define SOMEIP_PORT 30490 /* https://www.autosar.org/standards/foundation */
#endif
-#ifndef HTTPS_PORT
-#define HTTPS_PORT 443
+#ifndef BCM_LI_PORT
+#define BCM_LI_PORT 49152 /* SDK default */
#endif