/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | network.c | 160 n = send(net, netoring.consume, 1, MSG_OOB); in netflush()
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | socket.h | 168 #define MSG_OOB 0x1 /* process out-of-band data */ macro
|
/titanic_44/usr/src/cmd/rexd/ |
H A D | on.c | 166 (void) send(InOut, "", 1, MSG_OOB); in cont() 189 (void) recv(InOut, &mark, 1, MSG_OOB); in oob()
|
H A D | rpc.rexd.c | 695 send(OutputSocket, "", 1, MSG_OOB); in CatchChild() 747 (void) recv(OutputSocket, &mark, 1, MSG_OOB); in oob()
|
/titanic_44/usr/src/uts/common/io/ksocket/ |
H A D | ksocket.c | 380 msghdr.msg_flags = flags & (MSG_OOB | MSG_PEEK | MSG_WAITALL | in ksocket_recv() 433 msghdr.msg_flags = flags & (MSG_OOB | MSG_PEEK | MSG_WAITALL | in ksocket_recvfrom() 490 msg->msg_flags = flags & (MSG_OOB | MSG_PEEK | MSG_WAITALL | in ksocket_recvmsg()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ftp.c | 1392 if (send(fileno(ctrl_out), &msg, 1, MSG_OOB) != 1) { in recvrequest() 2009 if (send(fileno(ctrl_out), msg, 2, MSG_OOB) in proxtrans() 2042 if (send(fileno(ctrl_out), msg, 2, MSG_OOB) != 2) in proxtrans() 2086 if (send(fileno(ctrl_out), msg, 2, MSG_OOB) in proxtrans() 2119 if (send(fileno(ctrl_out), msg, 2, MSG_OOB) != 2) in proxtrans()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | socket.h | 408 #define MSG_OOB 0x1 /* process out-of-band data */ macro
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon_sops.c | 419 if (flags & MSG_OOB) { in so_sendmsg() 1274 if (flags & MSG_OOB) in so_queue_msg_impl() 1319 if (flags & MSG_OOB) { in so_queue_msg_impl() 1603 if (msg->msg_flags & MSG_OOB) { in so_recvmsg()
|
H A D | socktpi.c | 3108 if (flags & MSG_OOB) { in sotpi_recvmsg() 4369 if ((flags & MSG_OOB) && !(so_mode & SM_EXDATA)) { in sotpi_sendmsg() 4379 if (flags & MSG_OOB) { in sotpi_sendmsg() 4408 if (flags & MSG_OOB) { in sotpi_sendmsg()
|
H A D | socksyscalls.c | 857 msg->msg_flags = flags & (MSG_OOB | MSG_PEEK | MSG_WAITALL | in recvit()
|
/titanic_44/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | rds_recv.c | 475 if (msg_flags & MSG_OOB) in rdsv3_recvmsg()
|
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp_fusion.c | 570 flags = MSG_OOB; in tcp_fuse_output()
|
H A D | tcp_socket.c | 544 if (msg->msg_flags & MSG_OOB) { in tcp_sendmsg()
|
H A D | tcp_input.c | 3566 MSG_OOB, &error, NULL); in tcp_input_data()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rlogin.c | 1154 while (recv(rem, &mark, 1, MSG_OOB) < 0) { in oob()
|
/titanic_44/usr/src/uts/common/inet/sockmods/ |
H A D | socksctp.c | 525 if (flags & MSG_OOB) { in sosctp_recvmsg() 738 if (flags & MSG_OOB) { in sosctp_sendmsg()
|