Home
last modified time | relevance | path

Searched refs:ioctl (Results 1 – 14 of 14) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dsys-socket.h12 #define ioctl ioctlsocket macro
H A Dfdevent_solaris_devpoll.c77 ret = ioctl(ev->devpoll_fd, DP_POLL, &dopoll); in fdevent_solaris_devpoll_poll()
H A Dmod_ssi.c797 if (ioctl(from_exec_fds[0], FIONREAD, &toread)) { in process_ssi_stmt()
H A Dmod_proxy.c656 if (ioctl(hctx->fd, FIONREAD, &b)) { in proxy_demux_response()
H A Dmod_cgi.c349 if (ioctl(con->fd, FIONREAD, &toread) || toread == 0 || toread <= 4*1024) { in cgi_demux_response()
H A Dconnections.c366 if (ioctl(con->fd, FIONREAD, &toread) || toread == 0 || toread <= 4*1024) {
H A Dmod_fastcgi.c2502 if (ioctl(hctx->fd, FIONREAD, &toread)) { in fcgi_demux_response()
/mOS-networking-stack/core/src/
H A Dnetmap_module.c132 ioctl(npc->local_nmd[idx]->fd, NIOCTXSYNC, NULL); in netmap_send_pkts()
304 ret = ioctl(fd, SIOCGIFFLAGS, &eth); in set_promisc()
320 ret = ioctl(fd, SIOCSIFFLAGS, &eth); in set_promisc()
H A Dconfig.c260 if (ioctl(sock, SIOCGIFADDR, &ent->ifr) == 0 ) { in FeedNetdevConfLine()
266 if (ioctl(sock, SIOCGIFNETMASK, &ent->ifr) == 0) { in FeedNetdevConfLine()
274 if (ioctl(sock, SIOCGIFHWADDR, &ent->ifr) == 0 ) { in FeedNetdevConfLine()
H A Ddpdk_module.c253 ioctl(dpc->fd, 0, &ss); in dpdk_send_pkts()
/mOS-networking-stack/dpdk-iface-kmod/
H A Ddpdk_iface_main.c294 ret = ioctl(fd, CLEAR_IFACE, di[0].ports_eth_addr.addr_bytes); in main()
314 if (ioctl(fd, CREATE_IFACE, &di[ret].pd) == -1) { in main()
/mOS-networking-stack/core/src/include/
H A Dnetmap.h648 struct nm_kth_ioctl ioctl; /* ioctl parameter to send irq (only used in bhyve/FreeBSD) */ member
H A Dnetmap_user.h506 return ioctl(fd, ctlCode, arg); in win_nm_ioctl()
512 #define ioctl win_nm_ioctl /* from now on, within this file ... */ macro
787 if (ioctl(d->fd, NIOCREGIF, &d->req)) { in nm_open()
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS253 * Do not rely on ioctl FIONREAD (#673)