提交 c9c4b34e 编写于 作者: L Luiz Capitulino 提交者: Anthony Liguori

net: Make inet_strfamily() public

So that it can be used by other subsystems.
Signed-off-by: NLuiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
上级 a1829205
...@@ -91,7 +91,7 @@ static void inet_setport(struct addrinfo *e, int port) ...@@ -91,7 +91,7 @@ static void inet_setport(struct addrinfo *e, int port)
} }
} }
static const char *inet_strfamily(int family) const char *inet_strfamily(int family)
{ {
switch (family) { switch (family) {
case PF_INET6: return "ipv6"; case PF_INET6: return "ipv6";
......
...@@ -44,6 +44,7 @@ int inet_listen(const char *str, char *ostr, int olen, ...@@ -44,6 +44,7 @@ int inet_listen(const char *str, char *ostr, int olen,
int inet_connect_opts(QemuOpts *opts); int inet_connect_opts(QemuOpts *opts);
int inet_connect(const char *str, int socktype); int inet_connect(const char *str, int socktype);
int inet_dgram_opts(QemuOpts *opts); int inet_dgram_opts(QemuOpts *opts);
const char *inet_strfamily(int family);
int unix_listen_opts(QemuOpts *opts); int unix_listen_opts(QemuOpts *opts);
int unix_listen(const char *path, char *ostr, int olen); int unix_listen(const char *path, char *ostr, int olen);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册