ioctl.h File Reference

#include <minix/ioctl.h>

Include dependency graph for ioctl.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define NWIOSETHOPT   _IOW('n', 16, struct nwio_ethopt)
#define NWIOGETHOPT   _IOR('n', 17, struct nwio_ethopt)
#define NWIOGETHSTAT   _IOR('n', 18, struct nwio_ethstat)
#define NWIOARPGIP   _IORW('n',20, struct nwio_arp)
#define NWIOARPGNEXT   _IORW('n',21, struct nwio_arp)
#define NWIOARPSIP   _IOW ('n',22, struct nwio_arp)
#define NWIOARPDIP   _IOW ('n',23, struct nwio_arp)
#define NWIOSIPCONF2   _IOW('n', 32, struct nwio_ipconf2)
#define NWIOSIPCONF   _IOW('n', 32, struct nwio_ipconf)
#define NWIOGIPCONF2   _IOR('n', 33, struct nwio_ipconf2)
#define NWIOGIPCONF   _IOR('n', 33, struct nwio_ipconf)
#define NWIOSIPOPT   _IOW('n', 34, struct nwio_ipopt)
#define NWIOGIPOPT   _IOR('n', 35, struct nwio_ipopt)
#define NWIOGIPOROUTE   _IORW('n', 40, struct nwio_route)
#define NWIOSIPOROUTE   _IOW ('n', 41, struct nwio_route)
#define NWIODIPOROUTE   _IOW ('n', 42, struct nwio_route)
#define NWIOGIPIROUTE   _IORW('n', 43, struct nwio_route)
#define NWIOSIPIROUTE   _IOW ('n', 44, struct nwio_route)
#define NWIODIPIROUTE   _IOW ('n', 45, struct nwio_route)
#define NWIOSTCPCONF   _IOW('n', 48, struct nwio_tcpconf)
#define NWIOGTCPCONF   _IOR('n', 49, struct nwio_tcpconf)
#define NWIOTCPCONN   _IOW('n', 50, struct nwio_tcpcl)
#define NWIOTCPLISTEN   _IOW('n', 51, struct nwio_tcpcl)
#define NWIOTCPATTACH   _IOW('n', 52, struct nwio_tcpatt)
#define NWIOTCPSHUTDOWN   _IO ('n', 53)
#define NWIOSTCPOPT   _IOW('n', 54, struct nwio_tcpopt)
#define NWIOGTCPOPT   _IOR('n', 55, struct nwio_tcpopt)
#define NWIOTCPPUSH   _IO ('n', 56)
#define NWIOTCPLISTENQ   _IOW('n', 57, int)
#define NWIOGTCPCOOKIE   _IOR('n', 58, struct tcp_cookie)
#define NWIOTCPACCEPTTO   _IOW('n', 59, struct tcp_cookie)
#define NWIOTCPGERROR   _IOR('n', 60, int)
#define NWIOSUDPOPT   _IOW('n', 64, struct nwio_udpopt)
#define NWIOGUDPOPT   _IOR('n', 65, struct nwio_udpopt)
#define NWIOUDPPEEK   _IOR('n', 66, struct udp_io_hdr)
#define NWIOSPSIPOPT   _IOW('n', 80, struct nwio_psipopt)
#define NWIOGPSIPOPT   _IOR('n', 81, struct nwio_psipopt)
#define NWIOQUERYPARAM   _IORW('n',96, struct svrqueryparam)


Define Documentation

#define NWIOARPDIP   _IOW ('n',23, struct nwio_arp)
 

Definition at line 19 of file ioctl.h.

Referenced by do_set().

#define NWIOARPGIP   _IORW('n',20, struct nwio_arp)
 

Definition at line 16 of file ioctl.h.

Referenced by arp_ioctl(), do_set(), and show_one().

#define NWIOARPGNEXT   _IORW('n',21, struct nwio_arp)
 

Definition at line 17 of file ioctl.h.

#define NWIOARPSIP   _IOW ('n',22, struct nwio_arp)
 

Definition at line 18 of file ioctl.h.

Referenced by do_set().

#define NWIODIPIROUTE   _IOW ('n', 45, struct nwio_route)
 

Definition at line 33 of file ioctl.h.

Referenced by main().

#define NWIODIPOROUTE   _IOW ('n', 42, struct nwio_route)
 

Definition at line 30 of file ioctl.h.

Referenced by main().

#define NWIOGETHOPT   _IOR('n', 17, struct nwio_ethopt)
 

Definition at line 13 of file ioctl.h.

Referenced by eth_ioctl().

#define NWIOGETHSTAT   _IOR('n', 18, struct nwio_ethstat)
 

Definition at line 14 of file ioctl.h.

Referenced by arp_main(), eth_ioctl(), eth_restart_ioctl(), and main().

#define NWIOGIPCONF   _IOR('n', 33, struct nwio_ipconf)
 

Definition at line 24 of file ioctl.h.

Referenced by do_set(), fill_iftab(), get_ipconf(), getifaddrs(), main(), tcp_main(), and udp_main().

#define NWIOGIPCONF2   _IOR('n', 33, struct nwio_ipconf2)
 

Definition at line 23 of file ioctl.h.

Referenced by ip_ioctl().

#define NWIOGIPIROUTE   _IORW('n', 43, struct nwio_route)
 

Definition at line 31 of file ioctl.h.

Referenced by main().

#define NWIOGIPOPT   _IOR('n', 35, struct nwio_ipopt)
 

Definition at line 26 of file ioctl.h.

Referenced by ip_ioctl(), and main().

#define NWIOGIPOROUTE   _IORW('n', 40, struct nwio_route)
 

Definition at line 28 of file ioctl.h.

Referenced by main().

#define NWIOGPSIPOPT   _IOR('n', 81, struct nwio_psipopt)
 

Definition at line 54 of file ioctl.h.

Referenced by psip_ioctl().

#define NWIOGTCPCONF   _IOR('n', 49, struct nwio_tcpconf)
 

Definition at line 36 of file ioctl.h.

Referenced by authenticate(), bind(), connect(), DataConnect(), DOopen(), doPASV(), GetNetInfo(), getpeername(), getsockname(), listen(), main(), NetConnect(), NetInit(), NETinit(), rcmd(), shutdown(), tcp_cancel(), tcp_connect(), tcp_dns_tell(), and tcp_ioctl().

#define NWIOGTCPCOOKIE   _IOR('n', 58, struct tcp_cookie)
 

Definition at line 45 of file ioctl.h.

Referenced by _tcp_accept(), and tcp_ioctl().

#define NWIOGTCPOPT   _IOR('n', 55, struct nwio_tcpopt)
 

Definition at line 42 of file ioctl.h.

Referenced by getsockopt(), listen(), setsockopt(), tcp_connect(), and tcp_ioctl().

#define NWIOGUDPOPT   _IOR('n', 65, struct nwio_udpopt)
 

Definition at line 50 of file ioctl.h.

Referenced by bind(), connect(), getsockopt(), main(), NetInit(), openlog(), recvfrom(), sendreply(), sendrequest(), sendto(), setsockopt(), udp_conf(), and udp_ioctl().

#define NWIOQUERYPARAM   _IORW('n',96, struct svrqueryparam)
 

Definition at line 56 of file ioctl.h.

Referenced by main(), and sr_rwio().

#define NWIOSETHOPT   _IOW('n', 16, struct nwio_ethopt)
 

Definition at line 12 of file ioctl.h.

Referenced by arp_main(), eth_ioctl(), and ipeth_main().

#define NWIOSIPCONF   _IOW('n', 32, struct nwio_ipconf)
 

Definition at line 22 of file ioctl.h.

Referenced by ip_ioctl(), psip_ioctl(), set_hostaddr(), set_ipconf(), set_mtu(), and set_netmask().

#define NWIOSIPCONF2   _IOW('n', 32, struct nwio_ipconf2)
 

Definition at line 21 of file ioctl.h.

Referenced by ip_ioctl().

#define NWIOSIPIROUTE   _IOW ('n', 44, struct nwio_route)
 

Definition at line 32 of file ioctl.h.

Referenced by main().

#define NWIOSIPOPT   _IOW('n', 34, struct nwio_ipopt)
 

Definition at line 25 of file ioctl.h.

Referenced by icmp_main(), ip_ioctl(), main(), tcp_main(), and udp_main().

#define NWIOSIPOROUTE   _IOW ('n', 41, struct nwio_route)
 

Definition at line 29 of file ioctl.h.

Referenced by main().

#define NWIOSPSIPOPT   _IOW('n', 80, struct nwio_psipopt)
 

Definition at line 53 of file ioctl.h.

Referenced by psip_ioctl().

#define NWIOSTCPCONF   _IOW('n', 48, struct nwio_tcpconf)
 

Definition at line 35 of file ioctl.h.

Referenced by _tcp_bind(), _tcp_connect(), connect(), daemonloop(), DataConnect(), DOopen(), doPASV(), job_setup_connect(), job_setup_listen(), listen(), main(), NetConnect(), netfinger(), NetInit(), rcmd(), tcp_cancel(), tcp_connect(), and tcp_ioctl().

#define NWIOSTCPOPT   _IOW('n', 54, struct nwio_tcpopt)
 

Definition at line 41 of file ioctl.h.

Referenced by daemonloop(), do_read(), job_setup_listen(), listen(), main(), tcp_connect(), tcp_ioctl(), and tcp_urg().

#define NWIOSUDPOPT   _IOW('n', 64, struct nwio_udpopt)
 

Definition at line 49 of file ioctl.h.

Referenced by _udp_bind(), _udp_connect(), main(), NetInit(), openlog(), sendreply(), sendrequest(), udp_conf(), and udp_ioctl().

#define NWIOTCPACCEPTTO   _IOW('n', 59, struct tcp_cookie)
 

Definition at line 46 of file ioctl.h.

Referenced by _tcp_accept(), tcp_ioctl(), and tcp_reply_ioctl().

#define NWIOTCPATTACH   _IOW('n', 52, struct nwio_tcpatt)
 

Definition at line 39 of file ioctl.h.

#define NWIOTCPCONN   _IOW('n', 50, struct nwio_tcpcl)
 

Definition at line 37 of file ioctl.h.

Referenced by _tcp_connect(), connect(), DataConnect(), DOopen(), job_connect(), main(), NetConnect(), netfinger(), rcmd(), tcp_cancel(), tcp_connect(), tcp_ioctl(), tcp_reply_ioctl(), and tcp_restart_connect().

#define NWIOTCPGERROR   _IOR('n', 60, int)
 

Definition at line 47 of file ioctl.h.

Referenced by _tcp_getsockopt(), and tcp_ioctl().

#define NWIOTCPLISTEN   _IOW('n', 51, struct nwio_tcpcl)
 

Definition at line 38 of file ioctl.h.

Referenced by daemonloop(), doPASV(), job_listen(), listen(), main(), NetListen(), rcmd(), tcp_cancel(), tcp_ioctl(), tcp_reply_ioctl(), and tcp_restart_connect().

#define NWIOTCPLISTENQ   _IOW('n', 57, int)
 

Definition at line 44 of file ioctl.h.

Referenced by listen(), tcp_ioctl(), and tcp_reply_ioctl().

#define NWIOTCPPUSH   _IO ('n', 56)
 

Definition at line 43 of file ioctl.h.

Referenced by tcp_ioctl().

#define NWIOTCPSHUTDOWN   _IO ('n', 53)
 

Definition at line 40 of file ioctl.h.

Referenced by _tcp_shutdown(), close_relay(), talk(), tcp_cancel(), tcp_fd_write(), tcp_ioctl(), and tcp_reply_ioctl().

#define NWIOUDPPEEK   _IOR('n', 66, struct udp_io_hdr)
 

Definition at line 51 of file ioctl.h.

Referenced by udp_ioctl().


Generated on Fri Apr 14 23:10:14 2006 for minix by  doxygen 1.4.6