HomeSort by relevance Sort by last modified time
    Searched refs:SOL_ATM (Results 1 - 25 of 37) sorted by null

1 2

  /bionic/libc/kernel/uapi/linux/
atm.h 47 #define SO_SETCLP __SO_ENCODE(SOL_ATM, 0, int)
48 #define SO_CIRANGE __SO_ENCODE(SOL_ATM, 1, struct atm_cirange)
49 #define SO_ATMQOS __SO_ENCODE(SOL_ATM, 2, struct atm_qos)
50 #define SO_ATMSAP __SO_ENCODE(SOL_ATM, 3, struct atm_sap)
51 #define SO_ATMPVC __SO_ENCODE(SOL_ATM, 4, struct sockaddr_atmpvc)
52 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
  /external/iproute2/include/uapi/linux/
atm.h 68 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
70 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
73 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
75 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
77 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
79 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
  /external/kernel-headers/original/uapi/linux/
atm.h 68 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
70 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
73 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
75 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
77 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
79 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atm.h 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/ppp/pppd/plugins/pppoatm/
atm.h 34 #ifndef SOL_ATM
35 #define SOL_ATM 264
pppoatm.c 150 if (setsockopt(fd, SOL_ATM, SO_ATMQOS, &qos, sizeof(qos)) < 0)
  /external/strace/xlat/
socketlayers.h 53 #if !(defined(SOL_ATM) || (defined(HAVE_DECL_SOL_ATM) && HAVE_DECL_SOL_ATM))
54 # define SOL_ATM 264
131 XLAT(SOL_ATM),
  /external/iproute2/tc/
q_atm.c 145 if (setsockopt(s, SOL_ATM, SO_ATMQOS, &qos, sizeof(qos)) < 0) {
154 if (addr.sas_family == AF_ATMSVC && setsockopt(s, SOL_ATM, SO_ATMSAP,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
socket.h 169 #define SOL_ATM 264 /* ATM layer (cell level). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
socket.h 169 #define SOL_ATM 264 /* ATM layer (cell level). */
  /bionic/libc/include/sys/
socket.h 273 #define SOL_ATM 264
  /external/python/cpython2/Lib/plat-linux2/
IN.py 423 SOL_ATM = 264
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 423 SOL_ATM = 264
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 423 SOL_ATM = 264
  /external/python/cpython2/Lib/plat-atheos/
IN.py 441 SOL_ATM = 264
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]

Completed in 556 milliseconds

1 2