Searched defs:LUTIL_GETPEEREID (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/include/ac/ |
H A D | socket.h | 229 #define LUTIL_GETPEEREID( s, uid, gid, bv ) getpeereid( s, uid, gid ) macro 233 #define LUTIL_GETPEEREID( s, uid, gid, bv ) lutil_getpeereid( s, uid, gid, bv ) macro 236 #define LUTIL_GETPEEREID( s, uid, gid, bv ) lutil_getpeereid( s, uid, gid ) macro
|