Searched refs:get_socket_address (Results 1 – 2 of 2) sorted by relevance
67 get_socket_address(int sock, int remote, int flags) in get_socket_address() function120 if ((p = get_socket_address(sock, 1, NI_NUMERICHOST)) != NULL) in get_peer_ipaddr()130 if ((p = get_socket_address(sock, 0, NI_NUMERICHOST)) != NULL) in get_local_ipaddr()141 if ((host = get_socket_address(fd, 0, NI_NAMEREQD)) != NULL) in get_local_name()
285 #define get_socket_address Fssh_get_socket_address macro