Definition in file sktopt.c.
Go to the source code of this file.
Enumerations | |
enum | OPT_TYPE { OT_INT, OT_LINGER, OT_TIMEVAL } |
Functions | |
void | show (int skt, int level, int option, const char *name, OPT_TYPE type) |
void | showall (int skt, const char *caption) |
int | main (void) |
|
|
|
Definition at line 98 of file sktopt.c. References close(), EC_CLEANUP_BGN, EC_CLEANUP_END, ec_neg1, exit(), showall(), and socket(). |
|
Definition at line 32 of file sktopt.c. References errno, getsockopt(), OT_INT, OT_LINGER, OT_TIMEVAL, timeval::tv_sec, and timeval::tv_usec. Referenced by showall(). |
|
Definition at line 66 of file sktopt.c. References OT_INT, OT_LINGER, OT_TIMEVAL, and show(). Referenced by main(). |