Home
last modified time | relevance | path

Searched refs:AF_SECURITY (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Daddrfams.h44 #if !(defined(AF_SECURITY) || (defined(HAVE_DECL_AF_SECURITY) && HAVE_DECL_AF_SECURITY))
45 # define AF_SECURITY 14 macro
152 XLAT(AF_SECURITY),
Daddrfams.in15 AF_SECURITY 14
/external/python/cpython2/Lib/plat-atheos/
DIN.py426 AF_SECURITY = PF_SECURITY variable
742 AF_SECURITY = PF_SECURITY variable
/external/python/cpython2/Lib/plat-linux2/
DIN.py405 AF_SECURITY = PF_SECURITY variable
/external/libnl/lib/
Daddr.c1020 __ADD(AF_SECURITY,security)
/external/python/cpython2/Modules/
Dsocketmodule.c4721 #ifdef AF_SECURITY
4723 PyModule_AddIntConstant(m, "AF_SECURITY", AF_SECURITY);