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

Macro Definition Documentation

◆ KASSERT

#define KASSERT (   cond,
  args 
)

◆ max

#define max (   a,
  b 
)    ((a)>(b)?(a):(b))

◆ min

#define min (   a,
  b 
)    ((a)>(b)?(b):(a))

Function Documentation

◆ read_random()

int read_random ( void buf,
int  count 
)

Variable Documentation

◆ hz

int hz

◆ ip_defttl

int ip_defttl

◆ ip_id

u_short ip_id

◆ ipport_firstauto

int ipport_firstauto

◆ ipport_lastauto

int ipport_lastauto

◆ maxsockets

int maxsockets

◆ nmbclusters

int nmbclusters