Searched refs:sctp_sendmsg (Results 1 – 9 of 9) sorted by relevance
| /src/tests/sys/capsicum/ |
| H A D | sctp.cc | 45 EXPECT_NOTCAPABLE(sctp_sendmsg(cap_sock_ro, &byte, 1, in SctpClient() 48 EXPECT_NOTCAPABLE(sctp_sendmsg(cap_sock_rw, &byte, 1, in SctpClient() 52 EXPECT_OK(sctp_sendmsg(cap_sock_all, &byte, 1, in SctpClient()
|
| /src/lib/libc/net/ |
| H A D | Makefile.inc | 49 sctp_opt_info.3 sctp_recvmsg.3 sctp_send.3 sctp_sendmsg.3 \ 115 MLINKS+=sctp_sendmsg.3 sctp_sendmsgx.3
|
| H A D | Symbol.map | 125 sctp_sendmsg;
|
| H A D | sctp_sys_calls.c | 506 sctp_sendmsg(int s, in sctp_sendmsg() function
|
| /src/tools/test/stress2/misc/ |
| H A D | sctp3.sh | 123 ret = sctp_sendmsg(conn_fd, (void *) msg, strlen(msg) + 1, NULL, 0, 0, 0, 0, 0, 0 );
|
| H A D | sctp.sh | 109 ret = sctp_sendmsg(conn_fd, (void *) msg, strlen(msg) + 1, NULL, 0, 0, 0, 0, 0, 0 );
|
| H A D | sctp2.sh | 120 ret = sctp_sendmsg(conn_fd, (void *) msg, strlen(msg) + 1, NULL, 0, 0, 0, 0, 0, 0 );
|
| /src/tests/sys/netpfil/pf/ |
| H A D | sctp.py | 237 ret = self._libc.sctp_sendmsg(self._fd, ctypes.c_char_p(buf), len(buf),
|
| /src/sys/netinet/ |
| H A D | sctp_uio.h | 1303 sctp_sendmsg(int, const void *, size_t, const struct sockaddr *,
|