DMTCP
|
#include "dmtcp.h"
Go to the source code of this file.
Macros | |
#define | SOCKET_WRAPPERS_H |
#define | _real_socket NEXT_FNC(socket) |
#define | _real_connect NEXT_FNC(connect) |
#define | _real_bind NEXT_FNC(bind) |
#define | _real_listen NEXT_FNC(listen) |
#define | _real_accept NEXT_FNC(accept) |
#define | _real_accept4 NEXT_FNC(accept4) |
#define | _real_setsockopt NEXT_FNC(setsockopt) |
#define | _real_getsockopt NEXT_FNC(getsockopt) |
#define | _real_socketpair NEXT_FNC(socketpair) |
#define | _real_close NEXT_FNC(close) |
#define | _real_getaddrinfo NEXT_FNC(getaddrinfo) |
#define | _real_getnameinfo NEXT_FNC(getnameinfo) |
#define | _real_gethostbyname NEXT_FNC(gethostbyname) |
#define | _real_gethostbyaddr NEXT_FNC(gethostbyaddr) |
Definition at line 32 of file socketwrappers.h.
Definition at line 33 of file socketwrappers.h.
Definition at line 30 of file socketwrappers.h.
Definition at line 37 of file socketwrappers.h.
Definition at line 29 of file socketwrappers.h.
#define _real_getaddrinfo NEXT_FNC(getaddrinfo) |
Definition at line 38 of file socketwrappers.h.
#define _real_gethostbyaddr NEXT_FNC(gethostbyaddr) |
Definition at line 41 of file socketwrappers.h.
#define _real_gethostbyname NEXT_FNC(gethostbyname) |
Definition at line 40 of file socketwrappers.h.
#define _real_getnameinfo NEXT_FNC(getnameinfo) |
Definition at line 39 of file socketwrappers.h.
#define _real_getsockopt NEXT_FNC(getsockopt) |
Definition at line 35 of file socketwrappers.h.
Definition at line 31 of file socketwrappers.h.
#define _real_setsockopt NEXT_FNC(setsockopt) |
Definition at line 34 of file socketwrappers.h.
Definition at line 28 of file socketwrappers.h.
#define _real_socketpair NEXT_FNC(socketpair) |
Definition at line 36 of file socketwrappers.h.
#define SOCKET_WRAPPERS_H |
Definition at line 24 of file socketwrappers.h.