Home | History | Annotate | Download | only in dist

Lines Matching defs:credbuf

181 	unsigned char credbuf[CMSG_SPACE(sizeof(struct cmsgcred))];
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))];
227 bzero(credbuf, sizeof(credbuf));
236 msg.msg_control = credbuf;
237 msg.msg_controllen = sizeof(credbuf);