Searched refs:udp_socket (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_api.h100 int udp_socket(uint16_t port);
H A Dnet_dns.c341 s = udp_socket(UDP_PORT_DNS);
H A Dnet_tftp.c251 info->tftp_socket = udp_socket(UDP_PROTO_TFTP);
592 info->tftp_socket = udp_socket(UDP_PROTO_TFTP);
1104 acksocket = udp_socket(UDP_PROTO_TFTP);
H A Dnet_api.c171 * udp_socket(port)
184 int udp_socket(uint16_t port) function
H A Dnet_dhcp.c805 s = udp_socket(UDP_PORT_BOOTPS);

Completed in 194 milliseconds