mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-10 11:22:54 +08:00
335 B
335 B
title | decl_name | symbol_kind | signature |
---|---|---|---|
mg_sock_addr_to_str() | mg_sock_addr_to_str | func | void mg_sock_addr_to_str(const union socket_address *sa, char *buf, size_t len, int flags); |
Convert the socket's address into string.
flags
is MG_SOCK_STRINGIFY_IP and/or MG_SOCK_STRINGIFY_PORT.