Home
last modified time | relevance | path

Searched refs:SCTP_PRINFO (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/crypto/openssl/crypto/bio/
H A Dbss_dgram.c1246 # if defined(SCTP_SNDINFO) && defined(SCTP_PRINFO) in dgram_sctp_write()
1291 # if defined(SCTP_SNDINFO) && defined(SCTP_PRINFO) in dgram_sctp_write()
1307 cmsg->cmsg_type = SCTP_PRINFO; in dgram_sctp_write()
/freebsd-13.1/lib/libc/net/
H A Dsctp_sys_calls.c1039 cmsg->cmsg_type = SCTP_PRINFO; in sctp_sendv()
1076 cmsg->cmsg_type = SCTP_PRINFO; in sctp_sendv()
/freebsd-13.1/lib/libsysdecode/
H A Dflags.c1214 X(SCTP_RCVINFO) X(SCTP_NXTINFO) X(SCTP_PRINFO) X(SCTP_AUTHINFO)
/freebsd-13.1/sys/netinet/
H A Dsctp_uio.h85 #define SCTP_PRINFO 0x0007 macro
H A Dsctp_output.c3493 (cmh.cmsg_type == SCTP_PRINFO) || in sctp_find_cmsg()
3527 case SCTP_PRINFO: in sctp_find_cmsg()
/freebsd-13.1/usr.bin/truss/
H A Dsyscalls.c1607 case SCTP_PRINFO: in print_sctp_cmsg()