RetroArch
Macros | Functions | Variables
uip_netif.c File Reference
#include <stdlib.h>
#include <string.h>
#include "uip_ip.h"
#include "uip_tcp.h"
#include "uip_pbuf.h"
#include "uip_netif.h"
Include dependency graph for uip_netif.c:

Macros

#define UIP_LOG(m)
 
#define UIP_ERROR(m)
 
#define UIP_STAT(s)
 

Functions

void uip_netif_init ()
 
void uip_netif_setup (struct uip_netif *netif)
 
u8_t uip_netif_isup (struct uip_netif *netif)
 
struct uip_netifuip_netif_add (struct uip_netif *netif, struct uip_ip_addr *ipaddr, struct uip_ip_addr *netmask, struct uip_ip_addr *gw, void *state, s8_t(*init)(struct uip_netif *netif), s8_t(*input)(struct uip_pbuf *p, struct uip_netif *netif))
 
void uip_netif_setaddr (struct uip_netif *netif, struct uip_ip_addr *ipaddr, struct uip_ip_addr *netmask, struct uip_ip_addr *gw)
 
void uip_netif_setipaddr (struct uip_netif *netif, struct uip_ip_addr *ipaddr)
 
void uip_netif_setnetmask (struct uip_netif *netif, struct uip_ip_addr *netmask)
 
void uip_netif_setgw (struct uip_netif *netif, struct uip_ip_addr *gw)
 
void uip_netif_setdefault (struct uip_netif *netif)
 
struct uip_netifuip_netif_find (const char *name)
 

Variables

struct uip_netifuip_netif_list
 
struct uip_netifuip_netif_default
 

Macro Definition Documentation

◆ UIP_ERROR

#define UIP_ERROR (   m)

◆ UIP_LOG

#define UIP_LOG (   m)

◆ UIP_STAT

#define UIP_STAT (   s)

Function Documentation

◆ uip_netif_add()

struct uip_netif* uip_netif_add ( struct uip_netif netif,
struct uip_ip_addr ipaddr,
struct uip_ip_addr netmask,
struct uip_ip_addr gw,
void state,
s8_t(*)(struct uip_netif *netif init,
s8_t(*)(struct uip_pbuf *p, struct uip_netif *netif input 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ uip_netif_find()

struct uip_netif* uip_netif_find ( const char *  name)

◆ uip_netif_init()

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

◆ uip_netif_isup()

u8_t uip_netif_isup ( struct uip_netif netif)
Here is the caller graph for this function:

◆ uip_netif_setaddr()

void uip_netif_setaddr ( struct uip_netif netif,
struct uip_ip_addr ipaddr,
struct uip_ip_addr netmask,
struct uip_ip_addr gw 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ uip_netif_setdefault()

void uip_netif_setdefault ( struct uip_netif netif)
Here is the caller graph for this function:

◆ uip_netif_setgw()

void uip_netif_setgw ( struct uip_netif netif,
struct uip_ip_addr gw 
)
Here is the caller graph for this function:

◆ uip_netif_setipaddr()

void uip_netif_setipaddr ( struct uip_netif netif,
struct uip_ip_addr ipaddr 
)
Here is the caller graph for this function:

◆ uip_netif_setnetmask()

void uip_netif_setnetmask ( struct uip_netif netif,
struct uip_ip_addr netmask 
)
Here is the caller graph for this function:

◆ uip_netif_setup()

void uip_netif_setup ( struct uip_netif netif)
Here is the caller graph for this function:

Variable Documentation

◆ uip_netif_default

struct uip_netif* uip_netif_default

◆ uip_netif_list

struct uip_netif* uip_netif_list