Home
last modified time | relevance | path

Searched refs:SOL_ATM (Results 1 – 13 of 13) sorted by relevance

/external/iproute2/include/uapi/linux/
Datm.h68 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
70 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
73 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
75 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
77 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
79 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
/external/kernel-headers/original/uapi/linux/
Datm.h68 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
70 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
73 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
75 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
77 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
79 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
/external/strace/xlat/
Dsocketlayers.h127 #if defined(SOL_ATM) || (defined(HAVE_DECL_SOL_ATM) && HAVE_DECL_SOL_ATM)
129 static_assert((SOL_ATM) == (264), "SOL_ATM != 264");
132 # define SOL_ATM 264
302 XLAT(SOL_ATM),
Dsocketlayers.in21 SOL_ATM 264
/external/ppp/pppd/plugins/pppoatm/
Datm.h34 #ifndef SOL_ATM
35 #define SOL_ATM 264 macro
Dpppoatm.c150 if (setsockopt(fd, SOL_ATM, SO_ATMQOS, &qos, sizeof(qos)) < 0) in connect_pppoatm()
/external/iproute2/tc/
Dq_atm.c145 if (setsockopt(s, SOL_ATM, SO_ATMQOS, &qos, sizeof(qos)) < 0) { in atm_parse_class_opt()
154 if (addr.sas_family == AF_ATMSVC && setsockopt(s, SOL_ATM, SO_ATMSAP, in atm_parse_class_opt()
/external/python/cpython2/Lib/plat-linux2/
DIN.py423 SOL_ATM = 264 variable
/external/python/cpython2/Lib/plat-atheos/
DIN.py441 SOL_ATM = 264 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c4873 #ifdef SOL_ATM
4874 { "SOL_ATM", (unsigned long) SOL_ATM },
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs660 pub const SOL_ATM: ::c_int = 264; constant
/external/crosvm/net_sys/src/
Diff.rs255 pub const SOL_ATM: u32 = 264; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1656 pub const SOL_ATM: ::c_int = 264; constant