A D | udp.c | 531 const ip_addr_t *dst_ip, u16_t dst_port) in udp_sendto() argument 534 return udp_sendto_chksum(pcb, p, dst_ip, dst_port, 0, 0); in udp_sendto() 541 u16_t dst_port, u8_t have_chksum, u16_t chksum) in udp_sendto_chksum() argument 591 return udp_sendto_if(pcb, p, dst_ip, dst_port, netif); in udp_sendto_chksum() 617 const ip_addr_t *dst_ip, u16_t dst_port, struct netif *netif) in udp_sendto_if() argument 620 return udp_sendto_if_chksum(pcb, p, dst_ip, dst_port, netif, 0, 0); in udp_sendto_if() 626 u16_t dst_port, struct netif *netif, u8_t have_chksum, in udp_sendto_if_chksum() argument 678 return udp_sendto_if_src(pcb, p, dst_ip, dst_port, netif, src_ip); in udp_sendto_if_chksum() 689 return udp_sendto_if_src_chksum(pcb, p, dst_ip, dst_port, netif, 0, 0, src_ip); in udp_sendto_if_src() 695 u16_t dst_port, struct netif *netif, u8_t have_chksum, in udp_sendto_if_src_chksum() argument [all …]
|