Searched refs:SOL_PPPOL2TP (Results 1 – 25 of 28) sorted by relevance
12
/external/syzkaller/sys/linux/ |
D | socket_pppox.txt | 31 setsockopt$l2tp_PPPOL2TP_SO_DEBUG(fd sock_l2tp, level const[SOL_PPPOL2TP], optname const[PPPOL2TP_S… 32 setsockopt$l2tp_PPPOL2TP_SO_RECVSEQ(fd sock_l2tp, level const[SOL_PPPOL2TP], optname const[PPPOL2TP… 33 setsockopt$l2tp_PPPOL2TP_SO_SENDSEQ(fd sock_l2tp, level const[SOL_PPPOL2TP], optname const[PPPOL2TP… 34 setsockopt$l2tp_PPPOL2TP_SO_LNSMODE(fd sock_l2tp, level const[SOL_PPPOL2TP], optname const[PPPOL2TP… 35 setsockopt$l2tp_PPPOL2TP_SO_REORDERTO(fd sock_l2tp, level const[SOL_PPPOL2TP], optname const[PPPOL2…
|
D | socket_pppox_386.const | 45 SOL_PPPOL2TP = 273
|
D | socket_pppox_amd64.const | 45 SOL_PPPOL2TP = 273
|
D | socket_pppox_arm64.const | 45 SOL_PPPOL2TP = 273
|
D | socket_pppox_arm.const | 45 SOL_PPPOL2TP = 273
|
D | socket_pppox_ppc64le.const | 45 SOL_PPPOL2TP = 273
|
D | socket_amd64.const | 265 SOL_PPPOL2TP = 273
|
D | socket_arm64.const | 265 SOL_PPPOL2TP = 273
|
D | socket_ppc64le.const | 265 SOL_PPPOL2TP = 273
|
D | socket_arm.const | 265 SOL_PPPOL2TP = 273
|
D | socket_386.const | 265 SOL_PPPOL2TP = 273
|
D | socket.txt | 48 …DA, SOL_NETBEUI, SOL_LLC, SOL_DCCP, SOL_NETLINK, SOL_TIPC, SOL_RXRPC, SOL_PPPOL2TP, SOL_BLUETOOTH,…
|
/external/strace/xlat/ |
D | socketlayers.h | 190 #if defined(SOL_PPPOL2TP) || (defined(HAVE_DECL_SOL_PPPOL2TP) && HAVE_DECL_SOL_PPPOL2TP) 192 static_assert((SOL_PPPOL2TP) == (273), "SOL_PPPOL2TP != 273"); 195 # define SOL_PPPOL2TP 273 311 XLAT(SOL_PPPOL2TP),
|
D | socketlayers.in | 30 SOL_PPPOL2TP 273
|
/external/strace/ |
D | net.c | 543 case SOL_PPPOL2TP: in print_sockopt_fd_level_name()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 1480 SOL_PPPOL2TP = 0x111 const
|
D | zerrors_linux_mips64le.go | 1775 SOL_PPPOL2TP = 0x111 const
|
D | zerrors_linux_ppc64.go | 1831 SOL_PPPOL2TP = 0x111 const
|
D | zerrors_linux_arm.go | 1781 SOL_PPPOL2TP = 0x111 const
|
D | zerrors_linux_mips64.go | 1775 SOL_PPPOL2TP = 0x111 const
|
D | zerrors_linux_ppc64le.go | 1831 SOL_PPPOL2TP = 0x111 const
|
D | zerrors_linux_arm64.go | 1765 SOL_PPPOL2TP = 0x111 const
|
D | zerrors_linux_386.go | 1774 SOL_PPPOL2TP = 0x111 const
|
D | zerrors_linux_mips.go | 1775 SOL_PPPOL2TP = 0x111 const
|
D | zerrors_linux_s390x.go | 1835 SOL_PPPOL2TP = 0x111 const
|
12