19#ifndef LIBCGLUE_SYS_SOCKET_ALIASES
20#define LIBCGLUE_SYS_SOCKET_ALIASES 1
24#include <sys/socket.h>
29void ps2ipDeinit(
void);
37err_t ps2ip_input(
struct pbuf *p,
struct netif *inp);
43err_t tcpip_input(
struct pbuf *p,
struct netif *inp);
65void pbuf_realloc(
struct pbuf *p, u16 size);
66u8 pbuf_header(
struct pbuf *p, s16 header_size);
67void pbuf_ref(
struct pbuf *p);
68u8 pbuf_free(
struct pbuf *p);
69u8 pbuf_clen(
struct pbuf *p);
70void pbuf_chain(
struct pbuf *h,
struct pbuf *t);
71struct pbuf* pbuf_dechain(
struct pbuf *p);
72struct pbuf* pbuf_take(
struct pbuf *f);
struct netif * netif_find(const char *name)
int ps2ipInit(struct ip4_addr *ip_address, struct ip4_addr *subnet_mask, struct ip4_addr *gateway)
void ps2ipSetHsyncTicksPerMSec(unsigned char ticks)
err_t(* netif_init_fn)(struct netif *netif)
err_t(* netif_input_fn)(struct pbuf *p, struct netif *inp)