|
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 * | strtok_r (char *s, const char *delim, char **last) |
| char * basename | ( | char * | str | ) |
Definition at line 36 of file compat-basename.c.
Referenced by init_options_dev().
| int daemon | ( | int | nochdir, |
| int | noclose | ||
| ) |
Definition at line 50 of file compat-daemon.c.
Referenced by daemonize(), possibly_become_daemon(), and show_settings().
| char * dirname | ( | char * | str | ) |
Definition at line 61 of file compat-dirname.c.
References __memrchr().
Referenced by check_file_access().
| char * strsep | ( | char ** | stringp, |
| const char * | delim | ||
| ) |
Definition at line 35 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().
| char * strtok_r | ( | char * | s, |
| const char * | delim, | ||
| char ** | last | ||
| ) |
Definition at line 44 of file compat-strtok_r.c.
Referenced by check_auth_pending_method(), mutate_ncp_cipher_list(), parse_auth_failed_temp(), and tls_item_in_cipher_list().