Home
last modified time | relevance | path

Searched refs:AF_IPX (Results 1 – 25 of 59) sorted by relevance

123

/external/strace/xlat/
Daddrfams.h34 #if defined(AF_IPX) || (defined(HAVE_DECL_AF_IPX) && HAVE_DECL_AF_IPX)
36 static_assert((AF_IPX) == (4), "AF_IPX != 4");
39 # define AF_IPX 4
331 [AF_IPX] = XLAT(AF_IPX),
Daddrfams.in6 AF_IPX 4
/external/syzkaller/sys/linux/
Dsocket_ipx.txt4 # AF_IPX support.
14 socket$ipx(domain const[AF_IPX], type const[SOCK_DGRAM], proto const[0]) sock_ipx
15 socketpair$ipx(domain const[AF_IPX], type const[SOCK_DGRAM], proto const[0], fds ptr[out, ipx_pair])
32 sipx_family const[AF_IPX, int16]
Dsocket_ipx_arm.const2 AF_IPX = 4
Dsocket_ipx_amd64.const2 AF_IPX = 4
Dsocket_ipx_ppc64le.const2 AF_IPX = 4
Dsocket_ipx_arm64.const2 AF_IPX = 4
Dsocket_ipx_386.const2 AF_IPX = 4
Dsocket_ppc64le.const7 AF_IPX = 4
Dsocket_386.const7 AF_IPX = 4
Dsocket_arm64.const7 AF_IPX = 4
Dsocket_arm.const7 AF_IPX = 4
Dsocket_amd64.const7 AF_IPX = 4
/external/iproute2/lib/
Dipx_pton.c86 case AF_IPX: in ipx_pton()
Dipx_ntop.c62 case AF_IPX: in ipx_ntop()
Dutils.c566 case AF_IPX: in af_bit_len()
823 case AF_IPX: in rt_addr_n2a_r()
860 family = AF_IPX; in read_family()
878 if (family == AF_IPX) in family_name()
/external/syzkaller/sys/freebsd/
Dsocket_amd64.const6 AF_IPX = 23
Dsocket.txt38 socket_domain = AF_UNIX, AF_INET, AF_INET6, AF_IPX, AF_AX25, AF_APPLETALK
/external/iproute2/ip/
Dip.c218 preferred_family = AF_IPX; in main()
/external/python/cpython2/Lib/plat-atheos/
DIN.py416 AF_IPX = PF_IPX variable
732 AF_IPX = PF_IPX variable
/external/ppp/pppd/
Dsys-linux.c2771 skfd = socket (AF_IPX, SOCK_DGRAM, 0); in sipxfaddr()
2782 sipx->sipx_family = AF_IPX; in sipxfaddr()
2822 skfd = socket (AF_IPX, SOCK_DGRAM, 0); in cipxfaddr()
2834 sipx->sipx_family = AF_IPX; in cipxfaddr()
/external/python/cpython2/Lib/plat-linux2/
DIN.py395 AF_IPX = PF_IPX variable
/external/strace/
Dsockaddr.c608 [AF_IPX] = { print_sockaddr_data_ipx, sizeof(struct sockaddr_ipx) },
/external/libnl/lib/
Daddr.c1010 __ADD(AF_IPX,ipx)
/external/strace/tests/
Dnet-sockaddr.c274 .sipx_family = AF_IPX, in check_ipx()

123