ibmsflush() — Flush the application-side datagram queue

Standards

Standards / Extensions C or C++ Dependencies
z/OS® UNIX both  

Format

#define _OPEN_SYS_SOCK_EXT
#include <sys/socket.h>

int ibmsflush(int s);

General description

Bulk mode sockets are not supported. This function always returns 0.

Returned value

ibmsflush() always returns 0.

Related information