32 #ifndef __LWIP_RAW_H__ 33 #define __LWIP_RAW_H__ void * recv_arg
Definition: raw.h:51
s8_t err_t
Definition: err.h:39
struct raw_pcb * next
Definition: raw.h:45
u8_t(* recv)(void *arg, struct raw_pcb *pcb, struct pbuf *p, struct ip_addr *addr)
Definition: raw.h:49
ssize_t recv(int sockfd, void *buf, size_t len, int flags)
GLenum const GLvoid * addr
Definition: glext.h:10528
void raw_remove(struct raw_pcb *pcb)
err_t raw_send(struct raw_pcb *pcb, struct pbuf *p)
u8_t raw_input(struct pbuf *p, struct netif *inp)
void raw_recv(struct raw_pcb *pcb, u8_t(*recv)(void *arg, struct raw_pcb *pcb, struct pbuf *p, struct ip_addr *addr), void *recv_arg)
GLfloat GLfloat p
Definition: glext.h:9809
err_t raw_bind(struct raw_pcb *pcb, struct ip_addr *ipaddr)
u8 u8_t
Definition: cc.h:43
const char * proto
Definition: civetweb.c:11575
err_t raw_sendto(struct raw_pcb *pcb, struct pbuf *p, struct ip_addr *ipaddr)
err_t raw_connect(struct raw_pcb *pcb, struct ip_addr *ipaddr)
u16_t protocol
Definition: raw.h:47
struct raw_pcb * raw_new(u16_t proto)
IP_PCB
Definition: raw.h:43
u16 u16_t
Definition: cc.h:45