Home
last modified time | relevance | path

Searched refs:AF_AX25 (Results 1 – 25 of 40) sorted by relevance

12

/external/strace/xlat/
Daddrfams.h27 #if defined(AF_AX25) || (defined(HAVE_DECL_AF_AX25) && HAVE_DECL_AF_AX25)
29 static_assert((AF_AX25) == (3), "AF_AX25 != 3");
32 # define AF_AX25 3
330 [AF_AX25] = XLAT(AF_AX25),
Daddrfams.in5 AF_AX25 3
/external/syzkaller/sys/linux/
Dsocket_ax25.txt4 # AF_AX25 support.
16 socket$ax25(domain const[AF_AX25], type flags[ax25_socket_types], proto flags[ax25_protocols]) sock…
17 socketpair$ax25(domain const[AF_AX25], type flags[ax25_socket_types], proto flags[ax25_protocols], …
41 sax25_family const[AF_AX25, int16]
Dsocket_ax25_arm.const2 AF_AX25 = 3
Dsocket_ax25_amd64.const2 AF_AX25 = 3
Dsocket_ax25_ppc64le.const2 AF_AX25 = 3
Dsocket_ax25_arm64.const2 AF_AX25 = 3
Dsocket_ax25_386.const2 AF_AX25 = 3
Dsocket_ppc64le.const4 AF_AX25 = 3
Dsocket_386.const4 AF_AX25 = 3
Dsocket_arm64.const4 AF_AX25 = 3
Dsocket_arm.const4 AF_AX25 = 3
Dsocket_amd64.const4 AF_AX25 = 3
Dsocket.txt42 socket_domain = AF_UNIX, AF_INET, AF_INET6, AF_IPX, AF_NETLINK, AF_X25, AF_AX25, AF_ATMPVC, AF_APPL…
53 # Note: AF_NETROM sockaddr is the same as AF_AX25
/external/syzkaller/sys/freebsd/
Dsocket_amd64.const3 AF_AX25 = 3
Dsocket.txt38 socket_domain = AF_UNIX, AF_INET, AF_INET6, AF_IPX, AF_AX25, AF_APPLETALK
/external/python/cpython2/Lib/plat-atheos/
DIN.py415 AF_AX25 = PF_AX25 variable
731 AF_AX25 = PF_AX25 variable
/external/strace/tests/
Dnet-sockaddr.c305 .sax25_family = AF_AX25, in check_ax25()
335 sax->fsa_ax25.sax25_family = AF_AX25; in check_ax25()
/external/strace/tests-mx32/
Dnet-sockaddr.c305 .sax25_family = AF_AX25, in check_ax25()
335 sax->fsa_ax25.sax25_family = AF_AX25; in check_ax25()
/external/strace/tests-m32/
Dnet-sockaddr.c305 .sax25_family = AF_AX25, in check_ax25()
335 sax->fsa_ax25.sax25_family = AF_AX25; in check_ax25()
/external/python/cpython2/Lib/plat-linux2/
DIN.py394 AF_AX25 = PF_AX25 variable
/external/strace/
Dsockaddr.c607 [AF_AX25] = { print_sockaddr_data_ax25, sizeof(struct sockaddr_ax25) },
Dnet.c149 case AF_AX25: in SYS_FUNC()
/external/libnl/lib/
Daddr.c1009 __ADD(AF_AX25,ax25)
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go19 AF_AX25 = 0x3 const

12