Searched refs:ioctl (Results 1 – 14 of 14) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | sys-socket.h | 12 #define ioctl ioctlsocket macro
|
| H A D | fdevent_solaris_devpoll.c | 77 ret = ioctl(ev->devpoll_fd, DP_POLL, &dopoll); in fdevent_solaris_devpoll_poll()
|
| H A D | mod_ssi.c | 797 if (ioctl(from_exec_fds[0], FIONREAD, &toread)) { in process_ssi_stmt()
|
| H A D | mod_proxy.c | 656 if (ioctl(hctx->fd, FIONREAD, &b)) { in proxy_demux_response()
|
| H A D | mod_cgi.c | 349 if (ioctl(con->fd, FIONREAD, &toread) || toread == 0 || toread <= 4*1024) { in cgi_demux_response()
|
| H A D | connections.c | 366 if (ioctl(con->fd, FIONREAD, &toread) || toread == 0 || toread <= 4*1024) {
|
| H A D | mod_fastcgi.c | 2502 if (ioctl(hctx->fd, FIONREAD, &toread)) { in fcgi_demux_response()
|
| /mOS-networking-stack/core/src/ |
| H A D | netmap_module.c | 132 ioctl(npc->local_nmd[idx]->fd, NIOCTXSYNC, NULL); in netmap_send_pkts() 304 ret = ioctl(fd, SIOCGIFFLAGS, ð); in set_promisc() 320 ret = ioctl(fd, SIOCSIFFLAGS, ð); in set_promisc()
|
| H A D | config.c | 260 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 D | dpdk_module.c | 253 ioctl(dpc->fd, 0, &ss); in dpdk_send_pkts()
|
| /mOS-networking-stack/dpdk-iface-kmod/ |
| H A D | dpdk_iface_main.c | 294 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 D | netmap.h | 648 struct nm_kth_ioctl ioctl; /* ioctl parameter to send irq (only used in bhyve/FreeBSD) */ member
|
| H A D | netmap_user.h | 506 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 D | NEWS | 253 * Do not rely on ioctl FIONREAD (#673)
|