]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
doxygen
authorAlan T. DeKok <aland@freeradius.org>
Tue, 17 Apr 2018 20:19:15 +0000 (16:19 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 17 Apr 2018 20:19:15 +0000 (16:19 -0400)
src/modules/proto_radius/io.c

index 0305a6275b3f9706820accc8977f086e5cc02817..30eab3c4e8afe46e93f3dc96439f311c0abee34c 100644 (file)
@@ -1251,7 +1251,7 @@ static int mod_inject(void *instance, uint8_t *buffer, size_t buffer_len, fr_tim
 
 /** Get the file descriptor for this socket.
  *
- * @param[in] const_instance of the RADIUS UDP I/O path.
+ * @param[in] const_instance of the RADIUS I/O path.
  * @return the file descriptor
  */
 static int mod_fd(void const *const_instance)
@@ -1270,7 +1270,7 @@ static int mod_fd(void const *const_instance)
 
 /** Set the event list for a new socket
  *
- * @param[in] instance of the RADIUS UDP I/O path.
+ * @param[in] instance of the RADIUS I/O path.
  * @param[in] el the event list
  * @param[in] nr context from the network side
  */
@@ -1961,7 +1961,7 @@ reread:
 
 /** Close the socket.
  *
- * @param[in] instance
+ * @param[in] instance of the RADIUS I/O path.
  * @return
  *     - <0 on error
  *     - 0 on success