OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_socket_address
(Results
1 - 1
of
1
) sorted by null
/external/openssh/
canohost.c
247
get_socket_address
(int sock, int remote, int flags)
function
277
error("
get_socket_address
: getnameinfo %d failed: %s", flags,
289
if ((p =
get_socket_address
(sock, 1, NI_NUMERICHOST)) != NULL)
299
if ((p =
get_socket_address
(sock, 0, NI_NUMERICHOST)) != NULL)
310
if ((host =
get_socket_address
(fd, 0, NI_NAMEREQD)) != NULL)
Completed in 212 milliseconds