Searched refs:__SO_ENCODE (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | atm.h | 56 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | \ macro 66 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int) 68 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange) 71 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos) 73 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap) 75 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc) 77 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
|