Home
last modified time | relevance | path

Searched refs:AF_ATMSVC (Results 1 – 24 of 24) sorted by relevance

/external/ppp/pppd/plugins/pppoatm/
Datm.h22 #ifndef AF_ATMSVC
23 #define AF_ATMSVC 20 macro
31 #define PF_ATMSVC AF_ATMSVC
Dtext2atm.c155 addr->sas_family = AF_ATMSVC; in try_nsap()
188 addr->sas_family = AF_ATMSVC; in try_e164()
Dans.c133 addr->sas_family = AF_ATMSVC; in ans_byname()
/external/strace/xlat/
Daddrfams.h146 #if defined(AF_ATMSVC) || (defined(HAVE_DECL_AF_ATMSVC) && HAVE_DECL_AF_ATMSVC)
148 static_assert((AF_ATMSVC) == (20), "AF_ATMSVC != 20");
151 # define AF_ATMSVC 20
347 [AF_ATMSVC] = XLAT(AF_ATMSVC),
Daddrfams.in22 AF_ATMSVC 20
/external/iproute2/tc/
Dq_atm.c95 if (addr.sas_family != AF_ATMSVC || in atm_parse_class_opt()
154 if (addr.sas_family == AF_ATMSVC && setsockopt(s, SOL_ATM, SO_ATMSAP, in atm_parse_class_opt()
/external/python/cpython2/Lib/plat-atheos/
DIN.py433 AF_ATMSVC = PF_ATMSVC variable
749 AF_ATMSVC = PF_ATMSVC variable
/external/python/cpython2/Lib/plat-linux2/
DIN.py412 AF_ATMSVC = PF_ATMSVC variable
/external/libnl/lib/
Daddr.c1026 __ADD(AF_ATMSVC,atmsvc)
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go18 AF_ATMSVC = 0x14 const
Dzerrors_linux_mipsle.go23 AF_ATMSVC = 0x14 const
Dzerrors_linux_s390x.go23 AF_ATMSVC = 0x14 const
Dzerrors_linux_arm.go23 AF_ATMSVC = 0x14 const
Dzerrors_linux_ppc64le.go23 AF_ATMSVC = 0x14 const
Dzerrors_linux_mips64.go23 AF_ATMSVC = 0x14 const
Dzerrors_linux_ppc64.go23 AF_ATMSVC = 0x14 const
Dzerrors_linux_amd64.go23 AF_ATMSVC = 0x14 const
Dzerrors_linux_mips64le.go23 AF_ATMSVC = 0x14 const
Dzerrors_linux_386.go23 AF_ATMSVC = 0x14 const
Dzerrors_linux_mips.go23 AF_ATMSVC = 0x14 const
Dzerrors_linux_arm64.go23 AF_ATMSVC = 0x14 const
/external/syzkaller/sys/linux/
Dsocket.txt51 # TODO: add AF_APPLETALK, AF_ATMPVC, AF_X25, AF_ROSE, AF_DECnet, AF_ATMSVC, AF_IRDA, AF_IB, AF_TIPC…
/external/python/cpython2/Modules/
Dsocketmodule.c4776 #ifdef AF_ATMSVC
4778 PyModule_AddIntConstant(m, "AF_ATMSVC", AF_ATMSVC);
/external/python/cpython3/Modules/
Dsocketmodule.c6984 #ifdef AF_ATMSVC
6986 PyModule_AddIntMacro(m, AF_ATMSVC);