Home
last modified time | relevance | path

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

/external/iproute2/include/linux/
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/linux/
Datm.h70 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
72 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
75 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
77 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
79 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
81 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
Dsocket.h276 #define SOL_ATM 264 /* ATM layer (cell level) */ macro
/external/ppp/pppd/plugins/pppoatm/
Datm.h34 #ifndef SOL_ATM
35 #define SOL_ATM 264 macro
Dpppoatm.c153 if (setsockopt(fd, SOL_ATM, SO_ATMQOS, &qos, sizeof(qos)) < 0) in connect_pppoatm()
/external/iproute2/tc/
Dq_atm.c158 if (setsockopt(s,SOL_ATM,SO_ATMQOS,&qos,sizeof(qos)) < 0) { in atm_parse_class_opt()
167 if (addr.sas_family == AF_ATMSVC && setsockopt(s,SOL_ATM,SO_ATMSAP, in atm_parse_class_opt()
/external/strace/
Dnet.c383 #if defined(SOL_ATM)
384 { SOL_ATM, "SOL_ATM" },