Home
last modified time | relevance | path

Searched refs:sendmsg (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/sockets/tests/
H A Dsocket_sendrecvmsg_error.phpt13 Warning: socket_sendmsg(): error in sendmsg [%d]: %a in %s on line %d
H A Dsocket_sendrecvmsg_multi_msg.phpt2 sendmsg()/recvmsg(): test ability to receive multiple messages (WIN32)
14 * does not accept IPV6_TCLASS messages. We still test that sendmsg() works
H A Dsocket_abstract_path_sendmsg.phpt2 Support for paths in the abstract namespace (bind, sendmsg, recvmsg)
H A Dsocket_sendrecvmsg_multi_msg-unix.phpt2 sendmsg()/recvmsg(): test ability to receive multiple messages
/PHP-7.4/ext/sockets/
H A Dsendrecvmsg.c62 inline ssize_t sendmsg(int sockfd, const struct msghdr *msg, int flags) in sendmsg() function
197 res = sendmsg(php_sock->bsd_socket, msghdr, (int)flags); in PHP_FUNCTION()

Completed in 6 milliseconds