Searched refs:dst_port (Results 1 – 5 of 5) sorted by relevance
| /lib/liblwip/src/include/lwip/ |
| 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,
|
| /lib/liblwip/src/core/ |
| 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);
|
| /lib/liblwip/test/unit/tcp/ |
| D | tcp_helper.c | 42 u16_t src_port, u16_t dst_port, void* data, size_t data_len, in tcp_create_segment_wnd() argument 77 tcphdr->dest = htons(dst_port); in tcp_create_segment_wnd() 106 u16_t src_port, u16_t dst_port, void* data, size_t data_len, in tcp_create_segment() argument 109 return tcp_create_segment_wnd(src_ip, dst_ip, src_port, dst_port, data, in tcp_create_segment()
|
| D | tcp_helper.h | 33 u16_t src_port, u16_t dst_port, void* data, size_t data_len,
|
| /lib/liblwip/ |
| D | CHANGELOG | 212 * ip4.c: fixed bug #34447 LWIP_IP_ACCEPT_UDP_PORT(dst_port) wrong
|