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

  /src/sys/sys/
un.h 70 #define LOCAL_PEEREID 0x0003 /* get peer identification */
75 * Data automatically stored inside connect() for use by LOCAL_PEEREID
  /src/tests/net/net/
t_unix.c 151 # define LOCAL_PEEREID SO_PEERCRED
157 #ifdef LOCAL_PEEREID
162 if (getsockopt(s, LEVEL, LOCAL_PEEREID, &cred, &crl) == -1)
530 " from LOCAL_PEEREID");

Completed in 12 milliseconds