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

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dloadfont.c72 struct consolefontdesc cfd; local
74 cfd.charcount = fontsize;
75 cfd.charheight = unit;
76 cfd.chardata = buf;
78 if (ioctl(fd, PIO_FONTX, &cfd) == 0)
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Ddiscover.c828 cfd = -1;
890 if (cfd < 0) {
900 cfd = listen_socket(INADDR_ANY, CLIENT_PORT, client_config.interface);
902 cfd = raw_socket(client_config.ifindex);
904 if (cfd < 0) {
922 FD_SET(cfd, &rfds); // DHCP
934 max_fd = cfd;
942 if(FD_ISSET(cfd, &rfds))
952 closeall(cfd, conn.discoverySocket);
960 len = get_packet(&packet, cfd);
[all...]
H A Ddp.h209 static int cfd; variable
/asus-wl-520gu-7.0.1.45/src/router/libusb/
H A Dbsd.c527 int cfd, dfd; local
530 cfd = open(bus->dirname, O_RDONLY);
531 if (cfd < 0)
542 if (ioctl(cfd, USB_DEVICEINFO, &di) < 0)
599 close(cfd);

Completed in 99 milliseconds