Go to the source code of this file.
Function Documentation
The explain_buffer_socklen function may be used to print a representation of a socklen_t value.
- Parameters:
-
sb | The string buffer to print into. |
data | The socklen structure to be printed. |
Definition at line 25 of file socklen.c.
The explain_buffer_socklen_star function may be used to print a representation of a socklen_t* value.
- Parameters:
-
sb | The string buffer to print into. |
data | The socklen structure to be printed. |
Definition at line 32 of file socklen.c.