php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
sendrecvmsg.h File Reference
#include <php.h>
#include "conversions.h"

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_entryget_ancillary_reg_entry (int cmsg_level, int msg_type)
 

Typedef Documentation

◆ calculate_req_space

typedef size_t calculate_req_space(const zval *value, ser_context *ctx)

Definition at line 26 of file sendrecvmsg.h.

Function Documentation

◆ get_ancillary_reg_entry()

ancillary_reg_entry * get_ancillary_reg_entry ( int cmsg_level,
int msg_type )

Definition at line 156 of file sendrecvmsg.c.

◆ php_do_getsockopt_ipv6_rfc3542()

int php_do_getsockopt_ipv6_rfc3542 ( php_socket * php_sock,
int level,
int optname,
zval * result )

◆ php_do_setsockopt_ipv6_rfc3542()

int php_do_setsockopt_ipv6_rfc3542 ( php_socket * php_sock,
int level,
int optname,
zval * arg4 )

◆ php_socket_sendrecvmsg_init()

void php_socket_sendrecvmsg_init ( INIT_FUNC_ARGS )

Definition at line 423 of file sendrecvmsg.c.

◆ php_socket_sendrecvmsg_shutdown()

void php_socket_sendrecvmsg_shutdown ( SHUTDOWN_FUNC_ARGS )

Definition at line 430 of file sendrecvmsg.c.