Home
last modified time | relevance | path

Searched refs:SCTP_RCVINFO (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/netinet/
H A Dsctp_uio.h66 #define SCTP_RCVINFO 0x0005 macro
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbss_dgram.c1047 # ifdef SCTP_RCVINFO in dgram_sctp_read()
1048 if (cmsg->cmsg_type == SCTP_RCVINFO) { in dgram_sctp_read()
/netbsd/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_dgram.c1025 # ifdef SCTP_RCVINFO in dgram_sctp_read()
1026 if (cmsg->cmsg_type == SCTP_RCVINFO) { in dgram_sctp_read()
/netbsd/lib/libc/net/
H A Dsctp_sys_calls.c698 if (cmsg->cmsg_type == SCTP_RCVINFO) { in sctp_recvv()