Lines Matching defs:control
349 /* Note that msg can be NULL for pure control message. */
423 char *control = NULL;
442 if ((control = malloc(clen)) == NULL)
445 hdr.msg_control = (void *)_CMSG_HDR_ALIGN(control);
446 hdr.msg_controllen = clen - (_CMSG_HDR_ALIGN(control) -
447 (uintptr_t)control);
455 if (control != NULL)
456 free(control);
523 if (control != NULL)
524 free(control);