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

1 2

  /external/ppp/pppd/plugins/pppoatm/
atm.h 18 #ifndef AF_ATMPVC
19 #define AF_ATMPVC 8
27 #define PF_ATMPVC AF_ATMPVC
pppoatm.c 138 fd = socket(AF_ATMPVC, SOCK_DGRAM, 0);
text2atm.c 67 addr->sap_family = AF_ATMPVC;
  /external/strace/xlat/
addrfams.h 26 #if !(defined(AF_ATMPVC) || (defined(HAVE_DECL_AF_ATMPVC) && HAVE_DECL_AF_ATMPVC))
27 # define AF_ATMPVC 8
146 XLAT(AF_ATMPVC),
  /bionic/libc/include/sys/
socket.h 151 #define AF_ATMPVC 8
196 #define PF_ATMPVC AF_ATMPVC
  /external/iproute2/tc/
q_atm.c 159 if (connect(s, (struct sockaddr *) &addr, addr.sas_family == AF_ATMPVC ?
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
socket.h 128 #define AF_ATMPVC PF_ATMPVC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
socket.h 128 #define AF_ATMPVC PF_ATMPVC
  /external/python/cpython2/Lib/plat-atheos/
IN.py 420 AF_ATMPVC = PF_ATMPVC
736 AF_ATMPVC = PF_ATMPVC
  /external/python/cpython2/Lib/plat-linux2/
IN.py 399 AF_ATMPVC = PF_ATMPVC
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 399 AF_ATMPVC = PF_ATMPVC
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 399 AF_ATMPVC = PF_ATMPVC
  /external/libnl/lib/
addr.c 1014 __ADD(AF_ATMPVC,atmpvc)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c     [all...]
  /external/python/cpython2/Modules/
socketmodule.c     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 15 AF_ATMPVC = 0x8
    [all...]
zerrors_linux_amd64.go 15 AF_ATMPVC = 0x8
    [all...]
zerrors_linux_arm.go 15 AF_ATMPVC = 0x8
    [all...]
zerrors_linux_arm64.go 15 AF_ATMPVC = 0x8
    [all...]
zerrors_linux_mips.go 13 AF_ATMPVC = 0x8
    [all...]
zerrors_linux_mips64.go 13 AF_ATMPVC = 0x8
    [all...]
zerrors_linux_mips64le.go 13 AF_ATMPVC = 0x8
    [all...]
zerrors_linux_mipsle.go 13 AF_ATMPVC = 0x8
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 15 AF_ATMPVC = 0x8
    [all...]

Completed in 114 milliseconds

1 2