OpenVPN
|
#include <winsock2.h>
#include <ws2tcpip.h>
Go to the source code of this file.
Functions | |
char * | dirname (char *str) |
char * | basename (char *str) |
int | daemon (int nochdir, int noclose) |
char * | strsep (char **stringp, const char *delim) |
char* basename | ( | char * | str | ) |
Definition at line 37 of file compat-basename.c.
Referenced by init_options_dev().
int daemon | ( | int | nochdir, |
int | noclose | ||
) |
Definition at line 51 of file compat-daemon.c.
Referenced by daemonize(), possibly_become_daemon(), and show_settings().
char* dirname | ( | char * | str | ) |
Definition at line 62 of file compat-dirname.c.
References __memrchr().
Referenced by check_file_access().
char* strsep | ( | char ** | stringp, |
const char * | delim | ||
) |
Definition at line 36 of file compat-strsep.c.
Referenced by get_p2p_ncp_cipher(), ncp_get_best_cipher(), parse_hash_fingerprint_multiline(), and tls_ctx_set_tls_groups().