Searched refs:SOL_ATM (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/kernel/uapi/linux/ |
D | atm.h | 35 #define SO_SETCLP __SO_ENCODE(SOL_ATM, 0, int) 36 #define SO_CIRANGE __SO_ENCODE(SOL_ATM, 1, struct atm_cirange) 37 #define SO_ATMQOS __SO_ENCODE(SOL_ATM, 2, struct atm_qos) 38 #define SO_ATMSAP __SO_ENCODE(SOL_ATM, 3, struct atm_sap) 39 #define SO_ATMPVC __SO_ENCODE(SOL_ATM, 4, struct sockaddr_atmpvc) 40 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
|
/bionic/libc/include/sys/ |
D | socket.h | 258 #define SOL_ATM 264 macro
|