RetroArch
Functions | Variables
net_logger.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <retro_miscellaneous.h>
#include <net/net_compat.h>
#include <net/net_socket.h>
#include "../verbosity.h"
Include dependency graph for net_logger.c:

Functions

void logger_init (void)
 
void logger_shutdown (void)
 
void logger_send (const char *__format,...)
 
void logger_send_v (const char *__format, va_list args)
 

Variables

static int g_sid
 
static struct sockaddr_in target
 

Function Documentation

◆ logger_init()

void logger_init ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ logger_send()

void logger_send ( const char *  __format,
  ... 
)
Here is the call graph for this function:

◆ logger_send_v()

void logger_send_v ( const char *  __format,
va_list  args 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ logger_shutdown()

void logger_shutdown ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ g_sid

int g_sid
static

◆ target

struct sockaddr_in target
static