]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
doxygen
authorMichael Jerris <mike@jerris.com>
Fri, 19 Jan 2007 22:47:51 +0000 (22:47 +0000)
committerMichael Jerris <mike@jerris.com>
Fri, 19 Jan 2007 22:47:51 +0000 (22:47 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4006 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch_utils.h

index 8ef19bea70e44b25c690e0dd17cd9fef11151b46..d359fdbdc46f9f0f8e2d4d62eee2d1f9976f946f 100644 (file)
@@ -79,7 +79,13 @@ SWITCH_DECLARE(apr_status_t) switch_socket_recvfrom(apr_sockaddr_t *from, apr_so
 !strcasecmp(expr, "true") ||\
 atoi(expr))) ? SWITCH_TRUE : SWITCH_FALSE
 
-
+/*!
+  \brief find local ip of the box
+  \param buf the buffer to write the ip adress found into
+  \param len the length of the buf
+  \param family the address family to return (AF_INET or AF_INET6)
+  \return SWITCH_STATUS_SUCCESSS for success, otherwise failure
+*/
 SWITCH_DECLARE(switch_status_t) switch_find_local_ip(char *buf, int len, int family);
 
 #define SWITCH_STATUS_IS_BREAK(x) (x == SWITCH_STATUS_BREAK || x == 730035 || x == 35)