Home
last modified time | relevance | path

Searched refs:MSG_OOB (Results 1 – 16 of 16) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dnetwork.c160 n = send(net, netoring.consume, 1, MSG_OOB); in netflush()
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dsocket.h168 #define MSG_OOB 0x1 /* process out-of-band data */ macro
/titanic_44/usr/src/cmd/rexd/
H A Don.c166 (void) send(InOut, "", 1, MSG_OOB); in cont()
189 (void) recv(InOut, &mark, 1, MSG_OOB); in oob()
H A Drpc.rexd.c695 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 Dksocket.c380 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 Dftp.c1392 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 Dsocket.h408 #define MSG_OOB 0x1 /* process out-of-band data */ macro
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c419 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 Dsocktpi.c3108 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 Dsocksyscalls.c857 msg->msg_flags = flags & (MSG_OOB | MSG_PEEK | MSG_WAITALL | in recvit()
/titanic_44/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drds_recv.c475 if (msg_flags & MSG_OOB) in rdsv3_recvmsg()
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c570 flags = MSG_OOB; in tcp_fuse_output()
H A Dtcp_socket.c544 if (msg->msg_flags & MSG_OOB) { in tcp_sendmsg()
H A Dtcp_input.c3566 MSG_OOB, &error, NULL); in tcp_input_data()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c1154 while (recv(rem, &mark, 1, MSG_OOB) < 0) { in oob()
/titanic_44/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c525 if (flags & MSG_OOB) { in sosctp_recvmsg()
738 if (flags & MSG_OOB) { in sosctp_sendmsg()