HomeSort by relevance Sort by last modified time
    Searched defs:__SO_ENCODE (Results 1 - 25 of 51) sorted by null

1 2 3

  /bionic/libc/kernel/common/linux/
atm.h 47 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | sizeof(t))
52 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
54 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
55 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
56 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
57 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
59 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
  /development/ndk/platforms/android-3/include/linux/
atm.h 40 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | sizeof(t))
45 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
47 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
49 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
51 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
53 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
55 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
  /external/iproute2/include/linux/
atm.h 52 * Note that __SO_ENCODE and __SO_LEVEL are somewhat a hack since the
57 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | \
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/
atm.h 55 * Note that __SO_ENCODE and __SO_LEVEL are somewhat a hack since the
60 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | \
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)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atm.h 50 * Note that __SO_ENCODE and __SO_LEVEL are somewhat a hack since the
55 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | \
65 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
67 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
70 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
72 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
74 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
76 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atm.h 50 * Note that __SO_ENCODE and __SO_LEVEL are somewhat a hack since the
55 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | \
65 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
67 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
70 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
72 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
74 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
76 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atm.h 50 * Note that __SO_ENCODE and __SO_LEVEL are somewhat a hack since the
55 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | \
65 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
67 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
70 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
72 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
74 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
76 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
atm.h 40 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | sizeof(t))
45 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
47 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
49 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
51 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
53 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
55 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
atm.h 40 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | sizeof(t))
45 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
47 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
49 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
51 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
53 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
55 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
atm.h 40 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | sizeof(t))
45 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
47 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
49 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
51 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
53 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
55 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
atm.h 40 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | sizeof(t))
45 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
47 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
49 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
51 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
53 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
55 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
atm.h 40 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | sizeof(t))
45 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
47 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
49 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
51 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
53 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
55 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
atm.h 40 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | sizeof(t))
45 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
47 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
49 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
51 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
53 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
55 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
atm.h 40 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | sizeof(t))
45 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
47 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
49 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
51 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
53 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
55 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
atm.h 40 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | sizeof(t))
45 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
47 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
49 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
51 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
53 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
55 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
atm.h 40 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | sizeof(t))
45 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
47 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
49 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
51 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
53 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
55 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
atm.h 40 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | sizeof(t))
45 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
47 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
49 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
51 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
53 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
55 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
atm.h 40 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | sizeof(t))
45 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
47 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
49 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
51 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
53 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
55 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
atm.h 40 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | sizeof(t))
45 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
47 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
49 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
51 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
53 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
55 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
atm.h 40 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | sizeof(t))
45 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
47 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
49 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
51 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
53 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
55 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
atm.h 40 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | sizeof(t))
45 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
47 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
49 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
51 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
53 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
55 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
atm.h 40 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | sizeof(t))
45 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
47 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
49 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
51 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
53 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
55 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
atm.h 40 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | sizeof(t))
45 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
47 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
49 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
51 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
53 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
55 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/
atm.h 40 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | sizeof(t))
45 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
47 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
49 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
51 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
53 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
55 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/
atm.h 40 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | sizeof(t))
45 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
47 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
49 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
51 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
53 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
55 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)

Completed in 31 milliseconds

1 2 3