Home
last modified time | relevance | path

Searched refs:SOL_AX25 (Results 1 – 21 of 21) sorted by relevance

/external/syzkaller/sys/linux/
Dsocket_ax25.txt57 getsockopt$ax25_int(fd sock_ax25, level const[SOL_AX25], optname flags[ax25_option_types_int], optv…
58 setsockopt$ax25_int(fd sock_ax25, level const[SOL_AX25], optname flags[ax25_option_types_int], optv…
59 getsockopt$ax25_buf(fd sock_ax25, level const[SOL_AX25], optname flags[ax25_option_types_buf], optv…
60 setsockopt$ax25_buf(fd sock_ax25, level const[SOL_AX25], optname flags[ax25_option_types_buf], optv…
Dsocket_ax25_arm.const31 SOL_AX25 = 257
Dsocket_ax25_amd64.const31 SOL_AX25 = 257
Dsocket_ax25_ppc64le.const31 SOL_AX25 = 257
Dsocket_ax25_arm64.const31 SOL_AX25 = 257
Dsocket_ax25_386.const31 SOL_AX25 = 257
Dsocket_ppc64le.const246 SOL_AX25 = 257
Dsocket_386.const246 SOL_AX25 = 257
Dsocket_arm64.const246 SOL_AX25 = 257
Dsocket_arm.const246 SOL_AX25 = 257
Dsocket_amd64.const246 SOL_AX25 = 257
Dsocket.txt48 …SOL_UDP, SOL_IPV6, SOL_ICMPV6, SOL_SCTP, SOL_UDPLITE, SOL_RAW, SOL_IPX, SOL_AX25, SOL_ATALK, SOL_N…
/external/strace/xlat/
Dsocketlayers.h78 #if defined(SOL_AX25) || (defined(HAVE_DECL_SOL_AX25) && HAVE_DECL_SOL_AX25)
80 static_assert((SOL_AX25) == (257), "SOL_AX25 != 257");
83 # define SOL_AX25 257
295 XLAT(SOL_AX25),
Dsocketlayers.in14 SOL_AX25 257
/external/syzkaller/sys/freebsd/
Dsocket_amd64.const69 SOL_AX25 = 257
Dsocket.txt44 cmsg_levels = SOL_SOCKET, IPPROTO_ICMP, SOL_IP, SOL_TCP, LINUX_SOL_UDP, SOL_IPV6, SOL_IPX, SOL_AX25
/external/python/cpython2/Lib/plat-atheos/
DIN.py779 SOL_AX25 = 257 variable
/external/strace/
Dnet.c507 case SOL_AX25: in print_sockopt_fd_level_name()
DChangeLog252 (print_sockopt_fd_level_name) <[SOL_AX25]>: Print socket option name
/external/python/cpython2/Modules/
Dsocketmodule.c5018 #ifdef SOL_AX25
5019 PyModule_AddIntConstant(m, "SOL_AX25", SOL_AX25);
/external/python/cpython3/Modules/
Dsocketmodule.c7342 #ifdef SOL_AX25
7343 PyModule_AddIntMacro(m, SOL_AX25);