webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <stdlib.h>
#include <stdint.h>
#include <netinet/sctp_os_userspace.h>
#include <user_environment.h>
#include <sys/types.h>
#include <string.h>
Macros | |
#define | MIN(arg1, arg2) ((arg1) < (arg2) ? (arg1) : (arg2)) |
#define | uHZ 1000 |
Functions | |
int | read_random (void *buf, int count) |
Variables | |
int | maxsockets = 25600 |
int | hz = uHZ |
int | ip_defttl = 64 |
int | ipport_firstauto = 49152 |
int | ipport_lastauto = 65535 |
int | nmbclusters = 65536 |
u_short | ip_id = 0 |
userland_mutex_t | atomic_mtx |
#define MIN | ( | arg1, | |
arg2 | |||
) | ((arg1) < (arg2) ? (arg1) : (arg2)) |
#define uHZ 1000 |
int read_random | ( | void * | buf, |
int | count | ||
) |
userland_mutex_t atomic_mtx |
int hz = uHZ |
int ip_defttl = 64 |
u_short ip_id = 0 |
int ipport_firstauto = 49152 |
int ipport_lastauto = 65535 |
int maxsockets = 25600 |
int nmbclusters = 65536 |