HomeSort by relevance Sort by last modified time
    Searched refs:SO_ATMQOS (Results 1 - 6 of 6) sorted by null

  /bionic/libc/kernel/uapi/linux/
atm.h 56 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
  /development/ndk/platforms/android-3/include/linux/
atm.h 49 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
  /development/ndk/platforms/android-L/include/linux/
atm.h 56 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
  /external/iproute2/include/linux/
atm.h 72 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
  /external/kernel-headers/original/uapi/linux/
atm.h 72 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
  /external/iproute2/tc/
q_atm.c 156 if (setsockopt(s,SOL_ATM,SO_ATMQOS,&qos,sizeof(qos)) < 0) {
157 perror("SO_ATMQOS");

Completed in 7658 milliseconds