Home
last modified time | relevance | path

Searched refs:SOL_PPPOL2TP (Results 1 – 8 of 8) sorted by relevance

/external/strace/xlat/
Dsocketlayers.h190 #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),
Dsocketlayers.in30 SOL_PPPOL2TP 273
/external/musl/include/sys/
Dsocket.h316 #define SOL_PPPOL2TP 273 macro
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
Dhexagon.rs306 pub const SOL_PPPOL2TP: ::c_int = 273; constant
/external/strace/
Dnet.c541 case SOL_PPPOL2TP: in print_sockopt_fd_level_name()
DChangeLog3576 SOL_DCCP, SOL_TIPC, SOL_RXRPC, SOL_PPPOL2TP, SOL_BLUETOOTH, SOL_PNPIPE,
/external/minijail/linux-x86/
Dlibconstants.gen.c4921 #ifdef SOL_PPPOL2TP
4922 { "SOL_PPPOL2TP", (unsigned long) SOL_PPPOL2TP },
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs675 pub const SOL_PPPOL2TP: ::c_int = 273; constant