| 199 | struct iovec iov{}; |
| 200 | struct msghdr msgh{}; |
| 201 | struct cmsghdr *cmsgp; |
| 202 | |
| 203 | /* Allocate a char array of suitable size to hold the ancillary data. |
| 204 | However, since this buffer is in reality a 'struct cmsghdr', use a |
nothing calls this directly
no outgoing calls
no test coverage detected