Searched refs:SIOCATMARK (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/lib/libsocket/socket/ |
H A D | sockatmark.c | 43 if (ioctl(sock, SIOCATMARK, &val) == -1) in _sockatmark()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | sockio.h | 28 #define SIOCATMARK _IOR('s', 7, int) /* at oob mark? */ macro
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rlogin.c | 823 if (ioctl(rem, SIOCATMARK, &atmark) >= 0) { in doit() 1123 if (ioctl(rem, SIOCATMARK, &atmark) < 0) { in oob() 1204 if (ioctl(rem, SIOCATMARK, &atmark) < 0) { in oob()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | sockio.h | 57 #define SIOCATMARK _IOR('s', 7, int) /* at oob mark? */ macro
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | on.c | 181 if (ioctl(InOut, SIOCATMARK, &atmark) < 0) { in oob()
|
H A D | rpc.rexd.c | 736 if (ioctl(OutputSocket, SIOCATMARK, &atmark) < 0) { in oob()
|
/titanic_41/usr/src/uts/common/inet/sockmods/ |
H A D | socksdp.c | 1015 case SIOCATMARK: in sosdp_ioctl()
|
H A D | socksctp.c | 1514 case SIOCATMARK: in sosctp_ioctl()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | codes.c | 767 { (uint_t)SIOCATMARK, "SIOCATMARK", NULL },
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon_subr.c | 1481 case SIOCATMARK: { in socket_ioctl_common()
|
H A D | socktpi.c | 5864 case SIOCATMARK: { in sotpi_ioctl()
|