Lines Matching full:control
12 .Nd socket control message routines for ancillary data access
26 The control message API is used to construct ancillary data objects for
27 use in control messages sent and received across sockets.
29 Control messages are passed around by the
38 is used to specify a chain of control messages.
40 These routines should be used instead of directly accessing the control
47 This routine accesses the data portion of the control message header
52 This routine accesses the first control message attached to the
55 If no control messages are attached to the message, this routine
59 This routine determines the size in bytes of a control message,
60 which includes the control message header.
62 specifies the length of the data held by the control message.
65 of each control message.
69 This routine returns the location of the control message following
75 is the last control message in the chain, this routine returns
78 This routine determines the size in bytes needed to hold a control
81 which includes the control message header.
85 ancillary data as well as any needed to pad the next control message.
88 The following example constructs a control message containing a file descriptor
136 errx(EX_IOERR, "control message truncated");
203 The control message API first appeared in