|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
| struct | anc_reg_key |
| struct | ancillary_reg_entry |
Typedefs | |
| typedef size_t | calculate_req_space(const zval *value, ser_context *ctx) |
Functions | |
| void | php_socket_sendrecvmsg_init (INIT_FUNC_ARGS) |
| void | php_socket_sendrecvmsg_shutdown (SHUTDOWN_FUNC_ARGS) |
| int | php_do_setsockopt_ipv6_rfc3542 (php_socket *php_sock, int level, int optname, zval *arg4) |
| int | php_do_getsockopt_ipv6_rfc3542 (php_socket *php_sock, int level, int optname, zval *result) |
| ancillary_reg_entry * | get_ancillary_reg_entry (int cmsg_level, int msg_type) |
| typedef size_t calculate_req_space(const zval *value, ser_context *ctx) |
Definition at line 26 of file sendrecvmsg.h.
| ancillary_reg_entry * get_ancillary_reg_entry | ( | int | cmsg_level, |
| int | msg_type ) |
Definition at line 156 of file sendrecvmsg.c.
| int php_do_getsockopt_ipv6_rfc3542 | ( | php_socket * | php_sock, |
| int | level, | ||
| int | optname, | ||
| zval * | result ) |
| int php_do_setsockopt_ipv6_rfc3542 | ( | php_socket * | php_sock, |
| int | level, | ||
| int | optname, | ||
| zval * | arg4 ) |
| void php_socket_sendrecvmsg_init | ( | INIT_FUNC_ARGS | ) |
Definition at line 423 of file sendrecvmsg.c.
| void php_socket_sendrecvmsg_shutdown | ( | SHUTDOWN_FUNC_ARGS | ) |
Definition at line 430 of file sendrecvmsg.c.