Home
last modified time | relevance | path

Searched refs:_socket_socket_inet_ntoa_impl (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/clinic/
Dsocketmodule.c.h200 _socket_socket_inet_ntoa_impl(PySocketSockObject *self, Py_buffer *packed_ip);
211 return_value = _socket_socket_inet_ntoa_impl(self, &packed_ip); in _socket_socket_inet_ntoa()
/external/python/cpython3/Modules/
Dsocketmodule.c6538 _socket_socket_inet_ntoa_impl(PySocketSockObject *self, Py_buffer *packed_ip) function