Tor 0.4.9.8
Loading...
Searching...
No Matches
nettypes.h File Reference

Declarations for types used throughout the Tor networking system. More...

#include "orconfig.h"

Go to the source code of this file.

Macros

#define tor_socket_t   int
 
#define TOR_SOCKET_T_FORMAT   "%d"
 
#define SOCKET_OK(s)
 
#define TOR_INVALID_SOCKET   (-1)
 

Typedefs

typedef int socklen_t
 

Detailed Description

Declarations for types used throughout the Tor networking system.

Definition in file nettypes.h.

Macro Definition Documentation

◆ SOCKET_OK

◆ TOR_INVALID_SOCKET

◆ tor_socket_t

◆ TOR_SOCKET_T_FORMAT

#define TOR_SOCKET_T_FORMAT   "%d"

Definition at line 37 of file nettypes.h.

Typedef Documentation

◆ socklen_t

typedef int socklen_t

Definition at line 23 of file nettypes.h.