Home
last modified time | relevance | path

Searched refs:sctp_sendmsg (Results 1 – 9 of 9) sorted by relevance

/src/tests/sys/capsicum/
H A Dsctp.cc45 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 DMakefile.inc49 sctp_opt_info.3 sctp_recvmsg.3 sctp_send.3 sctp_sendmsg.3 \
115 MLINKS+=sctp_sendmsg.3 sctp_sendmsgx.3
H A DSymbol.map125 sctp_sendmsg;
H A Dsctp_sys_calls.c506 sctp_sendmsg(int s, in sctp_sendmsg() function
/src/tools/test/stress2/misc/
H A Dsctp3.sh123 ret = sctp_sendmsg(conn_fd, (void *) msg, strlen(msg) + 1, NULL, 0, 0, 0, 0, 0, 0 );
H A Dsctp.sh109 ret = sctp_sendmsg(conn_fd, (void *) msg, strlen(msg) + 1, NULL, 0, 0, 0, 0, 0, 0 );
H A Dsctp2.sh120 ret = sctp_sendmsg(conn_fd, (void *) msg, strlen(msg) + 1, NULL, 0, 0, 0, 0, 0, 0 );
/src/tests/sys/netpfil/pf/
H A Dsctp.py237 ret = self._libc.sctp_sendmsg(self._fd, ctypes.c_char_p(buf), len(buf),
/src/sys/netinet/
H A Dsctp_uio.h1303 sctp_sendmsg(int, const void *, size_t, const struct sockaddr *,