Searched refs:__SO_ENCODE (Results 1 – 2 of 2) sorted by relevance
/external/iproute2/include/linux/ |
D | atm.h | 57 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | \ macro 67 #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/ |
D | atm.h | 60 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | \ macro 70 #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)
|