Lines Matching defs:pcb
103 struct udp_pcb *pcb; in udp_new_port() local
130 udp_input_local_match(struct udp_pcb *pcb, struct netif *inp, u8_t broadcast) in udp_input_local_match()
197 struct udp_pcb *pcb, *prev; in udp_input() local
471 udp_send(struct udp_pcb *pcb, struct pbuf *p) in udp_send()
489 udp_send_chksum(struct udp_pcb *pcb, struct pbuf *p, in udp_send_chksum()
524 udp_sendto(struct udp_pcb *pcb, struct pbuf *p, in udp_sendto()
534 udp_sendto_chksum(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, in udp_sendto_chksum()
628 udp_sendto_if(struct udp_pcb *pcb, struct pbuf *p, in udp_sendto_if()
637 udp_sendto_if_chksum(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, in udp_sendto_if_chksum()
703 udp_sendto_if_src(struct udp_pcb *pcb, struct pbuf *p, in udp_sendto_if_src()
712 udp_sendto_if_src_chksum(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, in udp_sendto_if_src_chksum()
936 udp_bind(struct udp_pcb *pcb, const ip_addr_t *ipaddr, u16_t port) in udp_bind()
1050 udp_bind_netif(struct udp_pcb *pcb, const struct netif *netif) in udp_bind_netif()
1079 udp_connect(struct udp_pcb *pcb, const ip_addr_t *ipaddr, u16_t port) in udp_connect()
1134 udp_disconnect(struct udp_pcb *pcb) in udp_disconnect()
1166 udp_recv(struct udp_pcb *pcb, udp_recv_fn recv, void *recv_arg) in udp_recv()
1187 udp_remove(struct udp_pcb *pcb) in udp_remove()
1229 struct udp_pcb *pcb; in udp_new() local
1267 struct udp_pcb *pcb; in udp_new_ip_type() local