Date: Fri, 12 Apr 1996 19:58:44 -0400 (EDT) From: Brian Reichert <reichert@oneida.internet.com> To: freebsd-hackers@freebsd.org Subject: missing structures? Message-ID: <199604122358.TAA19446@oneida.internet.com>
next in thread | raw e-mail | index | archive | help
While trying to get some obscure code compiled under 2.1R, I ran across
these macro definitions in sys/sockio.h :
#define SIOCSETRTINFO _IOWR('r', 12, struct fullrtentry) /* change aux info */
#define SIOCGETRTINFO _IOWR('r', 13, struct fullrtentry) /* read aux info */
#define SIOCGETVIFINF _IOWR('r', 14, struct vif_conf) /* read m/c vifs */
For the life of me, I could not find out where these structures themselves
are defined. Any ideas, or did I do a stupid?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604122358.TAA19446>
