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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Ddnsd.c337 int udps; local
374 udps = xsocket(lsa->sa.sa_family, SOCK_DGRAM, 0);
375 xbind(udps, &lsa->sa, lsa->len);
376 /* xlisten(udps, 50); - ?!! DGRAM sockets are never listened on I think? */
387 r = recvfrom(udps, buf, sizeof(buf), 0, &lsa->sa, &fromlen);
397 sendto(udps, buf, r, 0, &lsa->sa, fromlen);

Completed in 101 milliseconds