Searched refs:udp_sendto (Results 1 - 13 of 13) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | udp.h | 89 err_t udp_sendto (struct udp_pcb *pcb, struct pbuf *p, struct ip_addr *dst_ip, u16_t dst_port);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | udp.h | 165 err_t udp_sendto (struct udp_pcb *pcb, struct pbuf *p, 219 udp_sendto(pcb, pbuf, ip6_2_ip(ip6addr), port)
|
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 298 #define udp_sendto lwip_udp_sendto macro
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-namespace.h | 222 #define udp_sendto lwip_udp_sendto macro
|
/vbox/src/VBox/NetworkServices/NAT/ |
H A D | proxy_tftpd.c | 905 udp_sendto(tftpd.pcb, q, ipX_2_ip(&xfer->peer_ip), xfer->peer_port); 927 udp_sendto(tftpd.pcb, q, addr, port);
|
H A D | pxdns.c | 856 error = udp_sendto(req->pcb, req->reply, 859 DPRINTF(("%s: udp_sendto err %s\n",
|
/vbox/src/VBox/Devices/Network/lwip/src/core/ |
H A D | dhcp.c | 692 udp_sendto(dhcp->pcb, dhcp->p_out, IP_ADDR_BROADCAST, DHCP_SERVER_PORT); 745 udp_sendto(dhcp->pcb, dhcp->p_out, IP_ADDR_BROADCAST, DHCP_SERVER_PORT); 918 udp_sendto(dhcp->pcb, dhcp->p_out, IP_ADDR_BROADCAST, DHCP_SERVER_PORT);
|
H A D | udp.c | 260 udp_sendto(struct udp_pcb *pcb, struct pbuf *p, function 292 * @see udp_disconnect() udp_sendto()
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ |
H A D | udp.c | 736 * @see udp_disconnect() udp_sendto() 742 return udp_sendto(pcb, p, ipX_2_ip(&pcb->remote_ip), pcb->remote_port); 776 udp_sendto(struct udp_pcb *pcb, struct pbuf *p, function 783 /** Same as udp_sendto(), but with checksum */
|
H A D | dns.c | 618 err = udp_sendto(dns_pcb, p, &dns_servers[numdns], DNS_SERVER_PORT);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/ |
H A D | msg_out.c | 269 udp_sendto(trap_msg.pcb, p, &trap_msg.dip, SNMP_TRAP_PORT);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/api/ |
H A D | api_msg.c | 1175 msg->err = udp_sendto(msg->conn->pcb.udp, msg->msg.b->p, ipX_2_ip(&msg->msg.b->addr), msg->msg.b->port);
|
H A D | sockets.c | 950 err = sock->conn->last_err = udp_sendto(sock->conn->pcb.udp, p,
|
Completed in 77 milliseconds