|
struct raw_pcb * | raw_new (u8_t proto) |
|
struct raw_pcb * | raw_new_ip_type (u8_t type, u8_t proto) |
|
void | raw_remove (struct raw_pcb *pcb) |
|
err_t | raw_bind (struct raw_pcb *pcb, const ip_addr_t *ipaddr) |
|
void | raw_bind_netif (struct raw_pcb *pcb, const struct netif *netif) |
|
err_t | raw_connect (struct raw_pcb *pcb, const ip_addr_t *ipaddr) |
|
void | raw_disconnect (struct raw_pcb *pcb) |
|
err_t | raw_sendto (struct raw_pcb *pcb, struct pbuf *p, const ip_addr_t *ipaddr) |
|
err_t | raw_sendto_if_src (struct raw_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, struct netif *netif, const ip_addr_t *src_ip) |
|
err_t | raw_send (struct raw_pcb *pcb, struct pbuf *p) |
|
void | raw_recv (struct raw_pcb *pcb, raw_recv_fn recv, void *recv_arg) |
|
raw API (to be used from TCPIP thread)
See also RAW