File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,9 @@ struct udphdr {
83
83
#ifndef PTP_GENERAL_PORT
84
84
#define PTP_GENERAL_PORT 320 /* IANA */
85
85
#endif
86
+ #ifndef HTTPS_PORT
87
+ #define HTTPS_PORT 443
88
+ #endif
86
89
#ifndef CISCO_AUTORP_PORT
87
90
#define CISCO_AUTORP_PORT 496 /*XXX*/
88
91
#endif
@@ -161,9 +164,6 @@ struct udphdr {
161
164
#ifndef MPLS_LSP_PING_PORT
162
165
#define MPLS_LSP_PING_PORT 3503 /* draft-ietf-mpls-lsp-ping-02.txt */
163
166
#endif
164
- #ifndef BCM_LI_PORT
165
- #define BCM_LI_PORT 49152 /* SDK default */
166
- #endif
167
167
#ifndef BFD_CONTROL_PORT
168
168
#define BFD_CONTROL_PORT 3784 /* RFC 5881 */
169
169
#endif
@@ -251,6 +251,6 @@ struct udphdr {
251
251
#ifndef SOMEIP_PORT
252
252
#define SOMEIP_PORT 30490 /* https://www.autosar.org/standards/foundation */
253
253
#endif
254
- #ifndef HTTPS_PORT
255
- #define HTTPS_PORT 443
254
+ #ifndef BCM_LI_PORT
255
+ #define BCM_LI_PORT 49152 /* SDK default */
256
256
#endif
You can’t perform that action at this time.
0 commit comments