SOCKIO(4I) | Ioctl Requests | SOCKIO(4I) |
sockio
— ioctls
that operate directly on sockets
#include
<sys/sockio.h>
The ioctls listed in this manual page apply directly to sockets, independent of any underlying protocol. The setsockopt(3SOCKET) call (see getsockopt(3SOCKET)) is the primary method for operating on sockets, rather than on the underlying protocol or network interface. ioctls for a specific network interface or protocol are documented in the manual page for that interface or protocol.
SIOCSPGRP
SIGIO
or SIGURG
signals
for the socket referred to by the descriptor passed to
ioctl to the value of that int.
The argument must be either positive (in which case it must be a process
ID) or negative (in which case it must be a process
group).SIOCGPGRP
SIGIO
or
SIGURG
signals for the socket referred to by the
descriptor passed to ioctl.SIOCCATMARK
October 29, 2017 | OmniOS |