webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <sys/types.h>
Go to the source code of this file.
Macros | |
#define | min(a, b) ((a)>(b)?(b):(a)) |
#define | max(a, b) ((a)>(b)?(a):(b)) |
#define | KASSERT(cond, args) |
Functions | |
int | read_random (void *buf, int count) |
Variables | |
int | maxsockets |
int | hz |
int | ipport_firstauto |
int | ipport_lastauto |
int | nmbclusters |
u_short | ip_id |
int | ip_defttl |
#define KASSERT | ( | cond, | |
args | |||
) |
int read_random | ( | void * | buf, |
int | count | ||
) |
int hz |
int ip_defttl |
u_short ip_id |
int ipport_firstauto |
int ipport_lastauto |
int maxsockets |
int nmbclusters |