Home
last modified time | relevance | path

Searched refs:dst_port (Results 1 – 18 of 18) sorted by relevance

/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dudp.h126 const ip_addr_t *dst_ip, u16_t dst_port,
129 const ip_addr_t *dst_ip, u16_t dst_port,
132 const ip_addr_t *dst_ip, u16_t dst_port);
137 const ip_addr_t *dst_ip, u16_t dst_port,
141 const ip_addr_t *dst_ip, u16_t dst_port,
146 const ip_addr_t *dst_ip, u16_t dst_port, struct netif *netif,
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dudp.h131 const ip_addr_t *dst_ip, u16_t dst_port,
134 const ip_addr_t *dst_ip, u16_t dst_port,
137 const ip_addr_t *dst_ip, u16_t dst_port);
142 const ip_addr_t *dst_ip, u16_t dst_port,
146 const ip_addr_t *dst_ip, u16_t dst_port,
151 const ip_addr_t *dst_ip, u16_t dst_port, struct netif *netif,
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dudp.h133 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,
/components/net/lwip/lwip-2.0.3/src/core/
A Dudp.c503 const ip_addr_t *dst_ip, u16_t dst_port) in udp_sendto() argument
506 return udp_sendto_chksum(pcb, p, dst_ip, dst_port, 0, 0); in udp_sendto()
513 u16_t dst_port, u8_t have_chksum, u16_t chksum) in udp_sendto_chksum() argument
567 return udp_sendto_if(pcb, p, dst_ip, dst_port, netif); in udp_sendto_chksum()
593 const ip_addr_t *dst_ip, u16_t dst_port, struct netif *netif) in udp_sendto_if() argument
596 return udp_sendto_if_chksum(pcb, p, dst_ip, dst_port, netif, 0, 0); in udp_sendto_if()
602 u16_t dst_port, struct netif *netif, u8_t have_chksum, in udp_sendto_if_chksum() argument
654 return udp_sendto_if_src(pcb, p, dst_ip, dst_port, netif, src_ip); in udp_sendto_if_chksum()
665 return udp_sendto_if_src_chksum(pcb, p, dst_ip, dst_port, netif, 0, 0, src_ip); in udp_sendto_if_src()
671 u16_t dst_port, struct netif *netif, u8_t have_chksum, in udp_sendto_if_src_chksum() argument
[all …]
A Ddns.c782 u16_t dst_port; in dns_send() local
827 dst_port = DNS_MQUERY_PORT; in dns_send()
845 dst_port = DNS_SERVER_PORT; in dns_send()
848 err = udp_sendto(dns_pcbs[pcb_idx], p, dst, dst_port); in dns_send()
/components/net/lwip/lwip-2.1.2/src/core/
A Dudp.c521 const ip_addr_t *dst_ip, u16_t dst_port) in udp_sendto() argument
524 return udp_sendto_chksum(pcb, p, dst_ip, dst_port, 0, 0); in udp_sendto()
531 u16_t dst_port, u8_t have_chksum, u16_t chksum) in udp_sendto_chksum() argument
599 return udp_sendto_if(pcb, p, dst_ip, dst_port, netif); in udp_sendto_chksum()
625 const ip_addr_t *dst_ip, u16_t dst_port, struct netif *netif) in udp_sendto_if() argument
628 return udp_sendto_if_chksum(pcb, p, dst_ip, dst_port, netif, 0, 0); in udp_sendto_if()
634 u16_t dst_port, struct netif *netif, u8_t have_chksum, in udp_sendto_if_chksum() argument
692 return udp_sendto_if_src(pcb, p, dst_ip, dst_port, netif, src_ip); in udp_sendto_if_chksum()
703 return udp_sendto_if_src_chksum(pcb, p, dst_ip, dst_port, netif, 0, 0, src_ip); in udp_sendto_if_src()
709 u16_t dst_port, struct netif *netif, u8_t have_chksum, in udp_sendto_if_src_chksum() argument
[all …]
A Ddns.c817 u16_t dst_port; in dns_send() local
866 dst_port = DNS_MQUERY_PORT; in dns_send()
883 dst_port = DNS_SERVER_PORT; in dns_send()
890 err = udp_sendto(dns_pcbs[pcb_idx], p, dst, dst_port); in dns_send()
A Dtcp_out.c1820 u16_t src_port, u16_t dst_port, u8_t flags, u16_t wnd) in tcp_output_alloc_header_common() argument
1831 tcphdr->dest = lwip_htons(dst_port); in tcp_output_alloc_header_common()
/components/net/lwip/lwip-1.4.1/src/core/
A Dudp.c492 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);
/components/net/lwip/lwip-1.4.1/test/unit/tcp/
A Dtcp_helper.c42 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()
A Dtcp_helper.h33 u16_t src_port, u16_t dst_port, void* data, size_t data_len,
/components/net/lwip/lwip-2.1.2/test/unit/tcp/
A Dtcp_helper.c48 u16_t src_port, u16_t dst_port, void* data, size_t data_len, in tcp_create_segment_wnd() argument
84 tcphdr->dest = htons(dst_port); in tcp_create_segment_wnd()
113 u16_t src_port, u16_t dst_port, void* data, size_t data_len, in tcp_create_segment() argument
116 return tcp_create_segment_wnd(src_ip, dst_ip, src_port, dst_port, data, in tcp_create_segment()
A Dtcp_helper.h39 u16_t src_port, u16_t dst_port, void* data, size_t data_len,
/components/net/lwip/lwip-2.0.3/test/unit/tcp/
A Dtcp_helper.c43 u16_t src_port, u16_t dst_port, void* data, size_t data_len, in tcp_create_segment_wnd() argument
79 tcphdr->dest = htons(dst_port); in tcp_create_segment_wnd()
108 u16_t src_port, u16_t dst_port, void* data, size_t data_len, in tcp_create_segment() argument
111 return tcp_create_segment_wnd(src_ip, dst_ip, src_port, dst_port, data, in tcp_create_segment()
A Dtcp_helper.h33 u16_t src_port, u16_t dst_port, void* data, size_t data_len,
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG202 * ip4.c: fixed bug #34447 LWIP_IP_ACCEPT_UDP_PORT(dst_port) wrong
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG1158 * ip4.c: fixed bug #34447 LWIP_IP_ACCEPT_UDP_PORT(dst_port) wrong
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG1411 * ip4.c: fixed bug #34447 LWIP_IP_ACCEPT_UDP_PORT(dst_port) wrong

Completed in 65 milliseconds