Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/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,
/AliOS-Things-master/components/lwip/lwip2.0.0/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,
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dudp.c531 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 …]
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/sendfile/
A Dsendfile.c84 char * dst_port = NULL; in sendfile_client() local
105 dst_port = argv[i]; in sendfile_client()
125 if((NULL == dst_addr) || (NULL == dst_port) || (NULL == src_file) || (NULL == file_name)) { in sendfile_client()
138 srvaddr.sin_port = htons(atoi(dst_port)); in sendfile_client()

Completed in 6 milliseconds