Loading netwerk/sctp/src/moz.build +2 −0 Original line number Diff line number Diff line Loading @@ -56,3 +56,5 @@ if CONFIG['OS_TARGET'] in ('Linux', 'Android'): DEFINES['_GNU_SOURCE'] = 1 elif CONFIG['OS_TARGET'] == 'Darwin': DEFINES['__APPLE_USE_RFC_2292'] = 1 elif CONFIG['OS_TARGET'] == 'WINNT': DEFINES['_CRT_RAND_S'] = True netwerk/sctp/src/netinet/sctp_cc_functions.c +4 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,10 @@ __FBSDID("$FreeBSD$"); #include <netinet/sctp_kdtrace.h> #endif #if defined(_WIN32) && defined(__MINGW32__) #include <minmax.h> #endif #define SHIFT_MPTCP_MULTI_N 40 #define SHIFT_MPTCP_MULTI_Z 16 #define SHIFT_MPTCP_MULTI 8 Loading netwerk/sctp/src/netinet/sctp_indata.c +5 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,11 @@ __FBSDID("$FreeBSD$"); #if defined(__FreeBSD__) && !defined(__Userspace__) #include <netinet/sctp_lock_bsd.h> #endif #if defined(_WIN32) && !defined(_MSC_VER) #include <minmax.h> #endif /* * NOTES: On the outbound side of things I need to check the sack timer to * see if I should generate a sack into the chunk queue (if I have data to Loading netwerk/sctp/src/netinet/sctp_input.c +4 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,10 @@ __FBSDID("$FreeBSD$"); #include <sys/smp.h> #endif #if defined(_WIN32) && !defined(_MSC_VER) #include <minmax.h> #endif static void sctp_stop_all_cookie_timers(struct sctp_tcb *stcb) { Loading netwerk/sctp/src/netinet/sctp_output.c +5 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,11 @@ __FBSDID("$FreeBSD$"); #if defined(__Userspace__) && defined(INET6) #include <netinet6/sctp6_var.h> #endif #if defined(_WIN32) && !defined(_MSC_VER) #include <minmax.h> #endif #if defined(__APPLE__) && !defined(__Userspace__) #if !(defined(APPLE_LEOPARD) || defined(APPLE_SNOWLEOPARD)) #define SCTP_MAX_LINKHDR 16 Loading Loading
netwerk/sctp/src/moz.build +2 −0 Original line number Diff line number Diff line Loading @@ -56,3 +56,5 @@ if CONFIG['OS_TARGET'] in ('Linux', 'Android'): DEFINES['_GNU_SOURCE'] = 1 elif CONFIG['OS_TARGET'] == 'Darwin': DEFINES['__APPLE_USE_RFC_2292'] = 1 elif CONFIG['OS_TARGET'] == 'WINNT': DEFINES['_CRT_RAND_S'] = True
netwerk/sctp/src/netinet/sctp_cc_functions.c +4 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,10 @@ __FBSDID("$FreeBSD$"); #include <netinet/sctp_kdtrace.h> #endif #if defined(_WIN32) && defined(__MINGW32__) #include <minmax.h> #endif #define SHIFT_MPTCP_MULTI_N 40 #define SHIFT_MPTCP_MULTI_Z 16 #define SHIFT_MPTCP_MULTI 8 Loading
netwerk/sctp/src/netinet/sctp_indata.c +5 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,11 @@ __FBSDID("$FreeBSD$"); #if defined(__FreeBSD__) && !defined(__Userspace__) #include <netinet/sctp_lock_bsd.h> #endif #if defined(_WIN32) && !defined(_MSC_VER) #include <minmax.h> #endif /* * NOTES: On the outbound side of things I need to check the sack timer to * see if I should generate a sack into the chunk queue (if I have data to Loading
netwerk/sctp/src/netinet/sctp_input.c +4 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,10 @@ __FBSDID("$FreeBSD$"); #include <sys/smp.h> #endif #if defined(_WIN32) && !defined(_MSC_VER) #include <minmax.h> #endif static void sctp_stop_all_cookie_timers(struct sctp_tcb *stcb) { Loading
netwerk/sctp/src/netinet/sctp_output.c +5 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,11 @@ __FBSDID("$FreeBSD$"); #if defined(__Userspace__) && defined(INET6) #include <netinet6/sctp6_var.h> #endif #if defined(_WIN32) && !defined(_MSC_VER) #include <minmax.h> #endif #if defined(__APPLE__) && !defined(__Userspace__) #if !(defined(APPLE_LEOPARD) || defined(APPLE_SNOWLEOPARD)) #define SCTP_MAX_LINKHDR 16 Loading