libexplain  1.4.D001
Functions
libexplain/buffer/esocktnosupport.c File Reference
#include <libexplain/buffer/esocktnosupport.h>
#include <libexplain/buffer/socket_type.h>

Go to the source code of this file.

Functions

void explain_buffer_esocktnosupport (explain_string_buffer_t *sb, const char *syscall_name, int fildes)

Function Documentation

void explain_buffer_esocktnosupport ( explain_string_buffer_t sb,
const char *  syscall_name,
int  fildes 
)

The explain_buffer_esocktnosupport function may be used to print an explanation of an ESOCKTNOSUPPORT error.

Parameters:
sbThe string buffer to print into.
syscall_namethe name of the offending system call.
fildesThe file descriptor in question.

Definition at line 24 of file esocktnosupport.c.