webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Macros | Functions | Variables
user_environment.c File Reference
#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
 

Macro Definition Documentation

◆ MIN

#define MIN (   arg1,
  arg2 
)    ((arg1) < (arg2) ? (arg1) : (arg2))

◆ uHZ

#define uHZ   1000

Function Documentation

◆ read_random()

int read_random ( void buf,
int  count 
)

Variable Documentation

◆ atomic_mtx

userland_mutex_t atomic_mtx

◆ hz

int hz = uHZ

◆ ip_defttl

int ip_defttl = 64

◆ ip_id

u_short ip_id = 0

◆ ipport_firstauto

int ipport_firstauto = 49152

◆ ipport_lastauto

int ipport_lastauto = 65535

◆ maxsockets

int maxsockets = 25600

◆ nmbclusters

int nmbclusters = 65536