Searched refs:PF_SYSTEM (Results 1 – 5 of 5) sorted by relevance
1534 #ifdef PF_SYSTEM in makesockaddr()1535 case PF_SYSTEM: in makesockaddr()2223 #ifdef PF_SYSTEM in getsockaddrarg()2224 case PF_SYSTEM: in getsockaddrarg()2446 #ifdef PF_SYSTEM in getsockaddrlen()2447 case PF_SYSTEM: in getsockaddrlen()7323 #ifdef PF_SYSTEM7324 PyModule_AddIntMacro(m, PF_SYSTEM);
2184 pub const PF_SYSTEM: ::c_int = AF_SYSTEM; constant
123 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.