#include <atalk/cnid_bdb_private.h>Go to the source code of this file.
Macros | |
| #define | OSSH_ALIGNBYTES (sizeof(int) - 1) |
| #define | u_int unsigned int |
| #define | __CMSG_ALIGN(p) |
| #define | CMSG_LEN(len) |
| #define | CMSG_SPACE(len) |
Functions | |
| int | usockfd_create (char *, mode_t, int) |
| int | tsockfd_create (char *, char *, int) |
| int | usockfd_check (int, const sigset_t *) |
| #define __CMSG_ALIGN | ( | p | ) |
| #define CMSG_LEN | ( | len | ) |
| #define CMSG_SPACE | ( | len | ) |
| #define OSSH_ALIGNBYTES (sizeof(int) - 1) |
| #define u_int unsigned int |
| int tsockfd_create | ( | char * | host, |
| char * | port, | ||
| int | backlog ) |
create a tcp socket
| int usockfd_check | ( | int | sockfd, |
| const sigset_t * | sigset ) |
| int usockfd_create | ( | char * | , |
| mode_t | , | ||
| int | ) |