This file is indexed.

/usr/include/ncp/kernel/ipx.h is in libncp-dev 2.2.6-8.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef _KERNEL_IPX_H
#define _KERNEL_IPX_H

#include <ncp/ext/socket.h>
#include <sys/ioctl.h>
#include <netipx/ipx.h>

#if 0 /* #define SIOCPROTOPRIVATE not needed */
#undef SIOCPROTOPRIVATE
#define SIOCPROTOPRIVATE 0x89E0
#endif
#if 0/* #define SIOCAIPX* not needed */
#undef SIOCAIPXITFCRT
#undef SIOCAIPXPRISLT
#undef SIOCIPXCFGDATA
#define SIOCAIPXITFCRT	(SIOCPROTOPRIVATE)
#define SIOCAIPXPRISLT	(SIOCPROTOPRIVATE+1)
#define SIOCIPXCFGDATA	(SIOCPROTOPRIVATE+2)
#endif

#ifndef IPXPROTO_IPX
#define	IPXPROTO_IPX	(PF_IPX)
#endif

#endif