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

  /src/sys/external/bsd/libnv/dist/
msgio.c 181 unsigned char credbuf[CMSG_SPACE(sizeof(struct cmsgcred))]; local in function:cred_send
187 bzero(credbuf, sizeof(credbuf));
204 msg.msg_control = credbuf;
205 msg.msg_controllen = sizeof(credbuf);
221 unsigned char credbuf[CMSG_SPACE(sizeof(struct cmsgcred))]; local in function:cred_recv
227 bzero(credbuf, sizeof(credbuf));
236 msg.msg_control = credbuf;
237 msg.msg_controllen = sizeof(credbuf);
    [all...]
msgio.c 181 unsigned char credbuf[CMSG_SPACE(sizeof(struct cmsgcred))]; local in function:cred_send
187 bzero(credbuf, sizeof(credbuf));
204 msg.msg_control = credbuf;
205 msg.msg_controllen = sizeof(credbuf);
221 unsigned char credbuf[CMSG_SPACE(sizeof(struct cmsgcred))]; local in function:cred_recv
227 bzero(credbuf, sizeof(credbuf));
236 msg.msg_control = credbuf;
237 msg.msg_controllen = sizeof(credbuf);
    [all...]

Completed in 21 milliseconds