Searched refs:udp_send (Results 1 - 5 of 5) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/net/
H A Dnet_tftp.c274 udp_send(info->tftp_socket,buf,info->tftp_ipaddr);
404 udp_send(info->tftp_socket,buf,info->tftp_ipaddr);
513 udp_send(info->tftp_socket,buf,info->tftp_ipaddr);
666 udp_send(info->tftp_socket, buf, tftpipto);
701 udp_send(info->tftp_socket, buf, tftpipto);
778 udp_send(info->tftp_socket,buf,info->tftp_ipaddr);
1120 udp_send(acksocket ,buf, tftpipto);
H A Dnet_api.h104 int udp_send(int portnum,ebuf_t *buf,uint8_t *dest);
H A Dnet_dns.c169 udp_send(s,buf,server);
H A Dnet_dhcp.c671 udp_send(s,buf,ipaddr);
732 udp_send(s,buf,ipaddr);
H A Dnet_api.c213 * udp_send(s,buf,dest)
230 int udp_send(int s,ebuf_t *buf,uint8_t *dest) function
242 * in subsequent calls to udp_send()
264 * for subsequent calls to udp_send().

Completed in 170 milliseconds