Lines Matching defs:control
28 static struct cmsghdr *control;
239 msgdat.msg_control = control;
335 control = (struct cmsghdr *)cbuf;
336 controllen = control->cmsg_len = sizeof(cbuf);
354 control = 0;
394 struct cmsghdr *control;
405 control = (struct cmsghdr *)snd_cbuf;
406 control->cmsg_len = sizeof(struct cmsghdr) + 4;
407 control->cmsg_level = SOL_SOCKET;
408 control->cmsg_type = SCM_RIGHTS;
409 *(int *)CMSG_DATA(control) = tfd;
417 mh.msg_control = control;
418 mh.msg_controllen = control->cmsg_len;