RetroArch
Functions
inet6.c File Reference
#include "lwip/opt.h"
#include "lwip/def.h"
#include "lwip/inet.h"
Include dependency graph for inet6.c:

Functions

static u32_t chksum (void *dataptr, u16_t len)
 
u16_t inet_chksum_pseudo (struct pbuf *p, struct ip_addr *src, struct ip_addr *dest, u8_t proto, u32_t proto_len)
 
u16_t inet_chksum (void *dataptr, u16_t len)
 
u16_t inet_chksum_pbuf (struct pbuf *p)
 

Function Documentation

◆ chksum()

static u32_t chksum ( void dataptr,
u16_t  len 
)
static
Here is the caller graph for this function:

◆ inet_chksum()

u16_t inet_chksum ( void dataptr,
u16_t  len 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ inet_chksum_pbuf()

u16_t inet_chksum_pbuf ( struct pbuf p)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ inet_chksum_pseudo()

u16_t inet_chksum_pseudo ( struct pbuf p,
struct ip_addr src,
struct ip_addr dest,
u8_t  proto,
u32_t  proto_len 
)
Here is the call graph for this function: