Searched refs:SOL_ATM (Results 1 - 6 of 6) sorted by relevance

/external/iproute2/include/linux/
H A Datm.h67 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
69 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
72 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
74 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
76 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
78 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
/external/kernel-headers/original/uapi/linux/
H A Datm.h67 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
69 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
72 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
74 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
76 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
78 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
/external/ppp/pppd/plugins/pppoatm/
H A Datm.h34 #ifndef SOL_ATM
35 #define SOL_ATM 264 macro
H A Dpppoatm.c153 if (setsockopt(fd, SOL_ATM, SO_ATMQOS, &qos, sizeof(qos)) < 0)
/external/strace/xlat/
H A Dsocketlayers.h55 #if defined(SOL_ATM) || (defined(HAVE_DECL_SOL_ATM) && HAVE_DECL_SOL_ATM)
56 XLAT(SOL_ATM),
/external/iproute2/tc/
H A Dq_atm.c156 if (setsockopt(s,SOL_ATM,SO_ATMQOS,&qos,sizeof(qos)) < 0) {
165 if (addr.sas_family == AF_ATMSVC && setsockopt(s,SOL_ATM,SO_ATMSAP,

Completed in 2068 milliseconds