|
Cyber Garage Portable Runtime (CGPR) for C
|
Data Structures | |
| struct | CGSocketOption |
Macros | |
| #define | cg_socket_option_setreuseaddress(opt, flag) |
| #define | cg_socket_option_isreuseaddress(opt) |
| #define | cg_socket_option_setbindinterface(opt, flag) |
| #define | cg_socket_option_isbindinterface(opt) |
| #define | cg_socket_option_setmulticastloop(opt, flag) |
| #define | cg_socket_option_ismulticastloop(opt) |
Functions | |
| CGSocketOption * | cg_socket_option_new (void) |
| bool | cg_socket_option_delete (CGSocketOption *opt) |
| #define cg_socket_option_isbindinterface | ( | opt | ) |
| #define cg_socket_option_ismulticastloop | ( | opt | ) |
| #define cg_socket_option_isreuseaddress | ( | opt | ) |
| #define cg_socket_option_setbindinterface | ( | opt, | |
| flag ) |
| #define cg_socket_option_setmulticastloop | ( | opt, | |
| flag ) |
| #define cg_socket_option_setreuseaddress | ( | opt, | |
| flag ) |
| bool cg_socket_option_delete | ( | CGSocketOption * | opt | ) |
| CGSocketOption * cg_socket_option_new | ( | void | ) |