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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/src/
H A Ddnsmasq.c305 bindtodevice(bound_device, daemon->pxefd);
888 if (daemon->pxefd != -1)
889 poll_listen(daemon->pxefd, POLLIN);
1015 if (daemon->pxefd != -1 && poll_check(daemon->pxefd, POLLIN))
H A Ddhcp.c114 daemon->pxefd = make_fd(PXE_PORT);
116 daemon->pxefd = -1;
136 int fd = pxe_fd ? daemon->pxefd : daemon->dhcpfd;
H A Ddnsmasq.h1034 int dhcpfd, helperfd, pxefd; member in struct:daemon
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/src/
H A Ddnsmasq.c305 bindtodevice(bound_device, daemon->pxefd);
888 if (daemon->pxefd != -1)
889 poll_listen(daemon->pxefd, POLLIN);
1015 if (daemon->pxefd != -1 && poll_check(daemon->pxefd, POLLIN))
H A Ddhcp.c114 daemon->pxefd = make_fd(PXE_PORT);
116 daemon->pxefd = -1;
136 int fd = pxe_fd ? daemon->pxefd : daemon->dhcpfd;
H A Ddnsmasq.h1034 int dhcpfd, helperfd, pxefd; member in struct:daemon
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/src/
H A Ddnsmasq.c305 bindtodevice(bound_device, daemon->pxefd);
888 if (daemon->pxefd != -1)
889 poll_listen(daemon->pxefd, POLLIN);
1015 if (daemon->pxefd != -1 && poll_check(daemon->pxefd, POLLIN))
H A Ddhcp.c114 daemon->pxefd = make_fd(PXE_PORT);
116 daemon->pxefd = -1;
136 int fd = pxe_fd ? daemon->pxefd : daemon->dhcpfd;
H A Ddnsmasq.h1034 int dhcpfd, helperfd, pxefd; member in struct:daemon

Completed in 202 milliseconds