Searched refs:SOL_PPPOL2TP (Results 1 – 8 of 8) sorted by relevance
/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/musl/include/sys/ |
D | socket.h | 316 #define SOL_PPPOL2TP 273 macro
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
D | hexagon.rs | 306 pub const SOL_PPPOL2TP: ::c_int = 273; constant
|
/external/strace/ |
D | net.c | 541 case SOL_PPPOL2TP: in print_sockopt_fd_level_name()
|
D | ChangeLog | 3576 SOL_DCCP, SOL_TIPC, SOL_RXRPC, SOL_PPPOL2TP, SOL_BLUETOOTH, SOL_PNPIPE,
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 4921 #ifdef SOL_PPPOL2TP 4922 { "SOL_PPPOL2TP", (unsigned long) SOL_PPPOL2TP },
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 675 pub const SOL_PPPOL2TP: ::c_int = 273; constant
|