Searched refs:PF_SYSTEM (Results 1 – 5 of 5) sorted by relevance
1577 #ifdef PF_SYSTEM in makesockaddr()1578 case PF_SYSTEM: in makesockaddr()2305 #ifdef PF_SYSTEM in getsockaddrarg()2306 case PF_SYSTEM: in getsockaddrarg()2529 #ifdef PF_SYSTEM in getsockaddrlen()2530 case PF_SYSTEM: in getsockaddrlen()7413 #ifdef PF_SYSTEM7414 PyModule_AddIntMacro(m, PF_SYSTEM);
2395 pub const PF_SYSTEM: ::c_int = AF_SYSTEM; constant
127 protocol of the :const:`PF_SYSTEM` family. The string is the name of a
1897 * The :class:`~socket.socket` class now supports the ``PF_SYSTEM`` protocol
8747 - Issue #13777: Add PF_SYSTEM sockets on OS X.