Home
last modified time | relevance | path

Searched refs:udp_sendto (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/tftp/
A Dtftp_common.c79 udp_sendto(pcb, p, addr, port); in tftp_send_error()
97 udp_sendto(pcb, p, addr, port); in tftp_send_ack()
A Dtftp_client.c257 ret = udp_sendto(pcb, p, paddr, pstate->port); in tftp_client_get()
A Dtftp_server.c122 udp_sendto(tftp_state.upcb, p, &tftp_state.addr, tftp_state.port); in resend_data()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmp_raw.c58 return udp_sendto((struct udp_pcb*)handle, p, dst, port); in snmp_sendto()
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dudp.h131 err_t udp_sendto (struct udp_pcb *pcb, struct pbuf *p,
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dudp.h131 err_t udp_sendto (struct udp_pcb *pcb, struct pbuf *p,
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/netbiosns/
A Dnetbiosns.c304 udp_sendto(upcb, q, addr, port); in netbiosns_recv()
/AliOS-Things-master/components/py_engine/engine/shared/netutils/
A Ddhcpserver.c135 err_t err = udp_sendto(*udp, p, &dest, port); in dhcp_socket_sendto()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dudp.c490 return udp_sendto(pcb, p, &pcb->remote_ip, pcb->remote_port); in udp_send()
530 udp_sendto(struct udp_pcb *pcb, struct pbuf *p, in udp_sendto() function
A Ddns.c834 err = udp_sendto(dns_pcbs[pcb_idx], p, &dns_servers[entry->server_idx], DNS_SERVER_PORT); in dns_send()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/sntp/
A Dsntp.c446 udp_sendto(sntp_pcb, p, server_addr, SNTP_PORT); in sntp_send_request()
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dpppol2tp.c1122 err = udp_sendto(l2tp->udp, pb, &l2tp->remote_ip, l2tp->tunnel_port); in pppol2tp_udp_send()
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dapi_msg.c1426 … msg->err = udp_sendto(msg->conn->pcb.udp, msg->msg.b->p, &msg->msg.b->addr, msg->msg.b->port);
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodlwip.c578 err = udp_sendto(socket->pcb.udp, p, &dest, port); in lwip_raw_udp_send()

Completed in 22 milliseconds