PostgreSQL Source Code
git master
|
#include <pqcomm.h>
Data Fields | |
struct sockaddr_storage | addr |
socklen_t | salen |
struct sockaddr_storage SockAddr::addr |
Definition at line 121 of file pqcomm.h.
Referenced by check_ip(), connectFailureMessage(), emitHostIdentityInfo(), getHostaddr(), ident_inet(), pg_stat_get_activity(), pg_stat_get_backend_client_addr(), pg_stat_get_backend_client_port(), PQcancel(), PQconnectPoll(), and store_conn_addrinfo().
socklen_t SockAddr::salen |
Definition at line 33 of file pqcomm.h.
Referenced by emitHostIdentityInfo(), ident_inet(), pg_stat_get_activity(), pg_stat_get_backend_client_addr(), pg_stat_get_backend_client_port(), PQcancel(), PQconnectPoll(), and store_conn_addrinfo().