HomeSort by: relevance | last modified time | path
    Searched defs:sane_socketpair (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
sane_socketpair.c 1 /* $NetBSD: sane_socketpair.c,v 1.1.1.1 2009/06/23 10:09:00 tron Exp $ */
5 /* sane_socketpair 3
9 /* #include <sane_socketpair.h>
11 /* int sane_socketpair(domain, type, protocol, result)
17 /* sane_socketpair() implements the socketpair(2) socket call, and
44 #include "sane_socketpair.h"
46 /* sane_socketpair - sanitize socketpair() error returns */
48 int sane_socketpair(int domain, int type, int protocol, int *result) function
sane_socketpair.c 1 /* $NetBSD: sane_socketpair.c,v 1.1.1.1 2009/06/23 10:09:00 tron Exp $ */
5 /* sane_socketpair 3
9 /* #include <sane_socketpair.h>
11 /* int sane_socketpair(domain, type, protocol, result)
17 /* sane_socketpair() implements the socketpair(2) socket call, and
44 #include "sane_socketpair.h"
46 /* sane_socketpair - sanitize socketpair() error returns */
48 int sane_socketpair(int domain, int type, int protocol, int *result) function

Completed in 41 milliseconds