Go to the source code of this file.
Functions | |
| int | socket_parse_address_family (const char *name, int *af) |
| Translate the character string to the address family number. | |
| int | socket_parse_protocol_family (const char *name, int *pf) |
| Translate the character string to the protocol family number. | |
| int | socket_parse_socket_type (const char *name, int *sockt) |
| Translate the character string to the socket type number. | |
Definition in file socket_parse.h.
1.4.7