starter48
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
8 deletions
-
src/utils.c
|
@ -571,14 +571,6 @@ get_default_conf(void) |
|
|
#endif |
|
|
#endif |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
uint16_t |
|
|
|
|
|
load16_be(const void *s) |
|
|
|
|
|
{ |
|
|
|
|
|
const uint8_t *in = (const uint8_t *)s; |
|
|
|
|
|
return ((uint16_t)in[0] << 8) |
|
|
|
|
|
| ((uint16_t)in[1]); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
int |
|
|
int |
|
|
get_mptcp(int enable) |
|
|
get_mptcp(int enable) |
|
|
{ |
|
|
{ |
|
|