#include "php.h"
#include "php_network.h"
#include "ext/standard/file.h"
#include "ext/standard/info.h"
#include "php_ini.h"
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <sys/un.h>
#include <arpa/inet.h>
#include <sys/time.h>
#include <unistd.h>
#include <errno.h>
#include <fcntl.h>
#include <signal.h>
#include <sys/uio.h>
#include "php_sockets.h"
#include <stddef.h>
#include "sockaddr_conv.h"
#include "multicast.h"
#include "sendrecvmsg.h"
#include "sockets_arginfo.h"
Go to the source code of this file.
◆ HANDLE_SUBCALL
Value: do { \
if (
res == 1) {
goto default_case; } \
} while (0)
◆ PF_INET
◆ set_errno
◆ SUN_LEN
Value:
#define SUN_LEN_NO_UB(su)
Definition at line 87 of file sockets.c.
◆ SUN_LEN_NO_UB
Value:(
sizeof(*(su)) -
sizeof((su)->sun_path) +
strlen((su)->sun_path))
Definition at line 78 of file sockets.c.
◆ Z_ADDRESS_INFO_P
◆ PHP_FUNCTION() [1/29]
◆ PHP_FUNCTION() [2/29]
◆ PHP_FUNCTION() [3/29]
◆ PHP_FUNCTION() [4/29]
◆ PHP_FUNCTION() [5/29]
◆ PHP_FUNCTION() [6/29]
◆ PHP_FUNCTION() [7/29]
◆ PHP_FUNCTION() [8/29]
◆ PHP_FUNCTION() [9/29]
◆ PHP_FUNCTION() [10/29]
◆ PHP_FUNCTION() [11/29]
◆ PHP_FUNCTION() [12/29]
◆ PHP_FUNCTION() [13/29]
◆ PHP_FUNCTION() [14/29]
◆ PHP_FUNCTION() [15/29]
◆ PHP_FUNCTION() [16/29]
◆ PHP_FUNCTION() [17/29]
◆ PHP_FUNCTION() [18/29]
◆ PHP_FUNCTION() [19/29]
◆ PHP_FUNCTION() [20/29]
◆ PHP_FUNCTION() [21/29]
◆ PHP_FUNCTION() [22/29]
◆ PHP_FUNCTION() [23/29]
◆ PHP_FUNCTION() [24/29]
◆ PHP_FUNCTION() [25/29]
◆ PHP_FUNCTION() [26/29]
◆ PHP_FUNCTION() [27/29]
◆ PHP_FUNCTION() [28/29]
◆ PHP_FUNCTION() [29/29]
◆ socket_import_file_descriptor()
bool socket_import_file_descriptor |
( |
PHP_SOCKET | socket, |
|
|
php_socket * | retsock ) |
◆ sockets_strerror()
char * sockets_strerror |
( |
int | error | ) |
|
◆ address_info_ce
◆ socket_ce
◆ sockets_module_entry
Initial value:= {
"sockets",
ext_functions,
PHP_SOCKETS_VERSION,
}
#define PHP_MODULE_GLOBALS
#define STANDARD_MODULE_HEADER
#define STANDARD_MODULE_PROPERTIES_EX
Definition at line 195 of file sockets.c.