Lines Matching defs:pcb
69 raw_input_local_match(struct raw_pcb *pcb, u8_t broadcast) in raw_input_local_match()
137 struct raw_pcb *pcb, *prev; in raw_input() local
221 raw_bind(struct raw_pcb *pcb, const ip_addr_t *ipaddr) in raw_bind()
253 raw_bind_netif(struct raw_pcb *pcb, const struct netif *netif) in raw_bind_netif()
278 raw_connect(struct raw_pcb *pcb, const ip_addr_t *ipaddr) in raw_connect()
304 raw_disconnect(struct raw_pcb *pcb) in raw_disconnect()
334 raw_recv(struct raw_pcb *pcb, raw_recv_fn recv, void *recv_arg) in raw_recv()
354 raw_sendto(struct raw_pcb *pcb, struct pbuf *p, const ip_addr_t *ipaddr) in raw_sendto()
420 raw_sendto_if_src(struct raw_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, in raw_sendto_if_src()
546 raw_send(struct raw_pcb *pcb, struct pbuf *p) in raw_send()
561 raw_remove(struct raw_pcb *pcb) in raw_remove()
597 struct raw_pcb *pcb; in raw_new() local
636 struct raw_pcb *pcb; in raw_new_ip_type() local