Searched refs:dst_port (Results 1 – 4 of 4) sorted by relevance
/lk-master/external/lib/lwip/include/lwip/ |
A D | udp.h | 133 ip_addr_t *dst_ip, u16_t dst_port, 136 ip_addr_t *dst_ip, u16_t dst_port); 141 ip_addr_t *dst_ip, u16_t dst_port, 145 ip_addr_t *dst_ip, u16_t dst_port,
|
/lk-master/lib/minip/ |
A D | udp.c | 41 uint16_t dst_port; member 140 udp->dst_port = htons(handle->dport); in udp_send_iovec() 180 port = ntohs(udp->dst_port); in udp_input()
|
A D | chksum.c | 72 total += udp->dst_port; in rfc768_chksum()
|
/lk-master/external/lib/lwip/core/ |
A D | udp.c | 492 ip_addr_t *dst_ip, u16_t dst_port) argument 495 return udp_sendto_chksum(pcb, p, dst_ip, dst_port, 0, 0); 501 u16_t dst_port, u8_t have_chksum, u16_t chksum) argument 523 return udp_sendto_if_chksum(pcb, p, dst_ip, dst_port, netif, have_chksum, chksum); 525 return udp_sendto_if(pcb, p, dst_ip, dst_port, netif); 550 ip_addr_t *dst_ip, u16_t dst_port, struct netif *netif) argument 553 return udp_sendto_if_chksum(pcb, p, dst_ip, dst_port, netif, 0, 0); 559 u16_t dst_port, struct netif *netif, u8_t have_chksum, argument 614 udphdr->dest = htons(dst_port);
|
Completed in 6 milliseconds