KDECore
syssocket.h File Reference
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
Include dependency graph for syssocket.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
int | kde_accept (int fd, struct sockaddr *sa, socklen_t *len) |
int | kde_bind (int fd, const struct sockaddr *sa, socklen_t len) |
int | kde_connect (int fd, const struct sockaddr *sa, socklen_t len) |
int | kde_getpeername (int fd, struct sockaddr *sa, socklen_t *len) |
int | kde_getsockname (int fd, struct sockaddr *sa, socklen_t *len) |
int | kde_ioctl (int fd, int cmd, int *argp) |
int | kde_listen (int fd, int backlog) |
int | kde_socket (int af, int style, int protocol) |
Function Documentation
int @213::kde_accept | ( | int | fd, | |
struct sockaddr * | sa, | |||
socklen_t * | len | |||
) | [inline, static] |
Definition at line 82 of file syssocket.h.
int @213::kde_bind | ( | int | fd, | |
const struct sockaddr * | sa, | |||
socklen_t | len | |||
) | [inline, static] |
Definition at line 64 of file syssocket.h.
int @213::kde_connect | ( | int | fd, | |
const struct sockaddr * | sa, | |||
socklen_t | len | |||
) | [inline, static] |
Definition at line 76 of file syssocket.h.
int @213::kde_getpeername | ( | int | fd, | |
struct sockaddr * | sa, | |||
socklen_t * | len | |||
) | [inline, static] |
Definition at line 88 of file syssocket.h.
int @213::kde_getsockname | ( | int | fd, | |
struct sockaddr * | sa, | |||
socklen_t * | len | |||
) | [inline, static] |
Definition at line 94 of file syssocket.h.
int @213::kde_ioctl | ( | int | fd, | |
int | cmd, | |||
int * | argp | |||
) | [inline, static] |
Definition at line 100 of file syssocket.h.
int @213::kde_listen | ( | int | fd, | |
int | backlog | |||
) | [inline, static] |
Definition at line 70 of file syssocket.h.
int @213::kde_socket | ( | int | af, | |
int | style, | |||
int | protocol | |||
) | [inline, static] |
Definition at line 58 of file syssocket.h.