Lines Matching defs:pcb
84 void set_udp_pcb_net_group(struct udp_pcb *pcb, struct net_group *group) in set_udp_pcb_net_group()
89 struct net_group *get_net_group_from_udp_pcb(struct udp_pcb *pcb) in get_net_group_from_udp_pcb()
114 struct udp_pcb *pcb; in udp_new_port() local
141 udp_input_local_match(struct udp_pcb *pcb, struct netif *inp, u8_t broadcast) in udp_input_local_match()
208 struct udp_pcb *pcb, *prev; local
493 udp_send(struct udp_pcb *pcb, struct pbuf *p)
511 udp_send_chksum(struct udp_pcb *pcb, struct pbuf *p,
546 udp_sendto(struct udp_pcb *pcb, struct pbuf *p,
556 udp_sendto_chksum(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip,
670 udp_sendto_if(struct udp_pcb *pcb, struct pbuf *p,
679 udp_sendto_if_chksum(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip,
745 udp_sendto_if_src(struct udp_pcb *pcb, struct pbuf *p,
754 udp_sendto_if_src_chksum(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip,
978 udp_bind(struct udp_pcb *pcb, const ip_addr_t *ipaddr, u16_t port)
1096 udp_bind_netif(struct udp_pcb *pcb, const struct netif *netif)
1125 udp_connect(struct udp_pcb *pcb, const ip_addr_t *ipaddr, u16_t port)
1180 udp_disconnect(struct udp_pcb *pcb)
1212 udp_recv(struct udp_pcb *pcb, udp_recv_fn recv, void *recv_arg)
1233 udp_remove(struct udp_pcb *pcb)
1275 struct udp_pcb *pcb; local
1313 struct udp_pcb *pcb; local