mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 07:37:25 -04:00
- While here, make this compile and work on non-i386:
- Use CMSG_SPACE(), CMSG_LEN(), and CMSG_FIRSTHDR() instead of ignoring
padding between 'struct cmsghdr' and control message payloads.
- Don't initialize the control message before calling recvmsg().
Instead, check that we get a valid control message on return from
recvmsg().
- Use errx() instead of err() for some errors that don't report failures
that set errno.
Requested by: kib (1)
|
||
|---|---|---|
| .. | ||
| accept_fd_leak | ||
| accf_data_attach | ||
| fstat | ||
| kqueue | ||
| listen_backlog | ||
| listenclose | ||
| pr_atomic | ||
| reconnect | ||
| rtsocket | ||
| sblock | ||
| sendfile | ||
| shutdown | ||
| sigpipe | ||
| socketpair | ||
| unix_bindconnect | ||
| unix_close_race | ||
| unix_cmsg | ||
| unix_gc | ||
| unix_passfd | ||
| unix_sendtorace | ||
| unix_seqpacket | ||
| unix_seqpacket_exercise | ||
| unix_socket | ||
| unix_sorflush | ||
| zerosend | ||