--- cci/sys/h/ioctl.h 2019/07/28 12:24:19 1.1.1.1 +++ cci/sys/h/ioctl.h 2019/07/28 12:29:45 1.1.1.2 @@ -200,6 +200,12 @@ struct ltchars { #define SIOCRETMBUF _IOW(s, 11, int) /* return mbuf */ #define SIOCMBUFNULL _IOW(s, 12, int) /* force null mbuf */ #endif NETGENERR +#ifdef KPRF +#define SIOCTRACE _IOW(s, 13, int) /* trace sent to this + socket */ +#define SIOCPROCTRACE _IOW(s, 14, int) /* flag process as + being debugged */ +#endif KPRF #define SIOCADDRT _IOW(r, 10, struct rtentry) /* add route */ #define SIOCDELRT _IOW(r, 11, struct rtentry) /* delete route */ @@ -213,4 +219,5 @@ struct ltchars { #define SIOCGIFCONF _IOWR(i,20, struct ifconf) /* get ifnet list */ #define SIOCIFDETACH _IOW(i,21, struct ifconf) /* detach interface */ #define SIOCSETETADDR _IOW(i,30, struct ifreq) /* Set E.T station addr. */ +#define SIOCGETETADDR _IOW(i,31, struct ifreq) /* Get Foreign E.T addr. */ #endif