Tor  0.4.7.0-alpha-dev
Functions
gethostname.h File Reference

Header for gethostname.c. More...

#include "lib/testsupport/testsupport.h"
#include <stddef.h>

Go to the source code of this file.

Functions

int tor_gethostname (char *name, size_t namelen)
 

Detailed Description

Header for gethostname.c.

Definition in file gethostname.h.

Function Documentation

◆ tor_gethostname()

int tor_gethostname ( char *  name,
size_t  namelen 
)

Get name of current host and write it to name array, whose length is specified by namelen argument. Return 0 upon successful completion; otherwise return return -1. (Currently, this function is merely a mockable wrapper for POSIX gethostname().)

Definition at line 27 of file gethostname.c.