Searched refs:get_socket_address (Results 1 – 2 of 2) sorted by relevance
68 get_socket_address(int sock, int remote, int flags) in get_socket_address() function121 if ((p = get_socket_address(sock, 1, NI_NUMERICHOST)) != NULL) in get_peer_ipaddr()131 if ((p = get_socket_address(sock, 0, NI_NUMERICHOST)) != NULL) in get_local_ipaddr()142 if ((host = get_socket_address(fd, 0, NI_NAMEREQD)) != NULL) in get_local_name()
288 #define get_socket_address Fssh_get_socket_address macro