Searched refs:sctp_sndrcvinfo (Results 1 – 11 of 11) sorted by relevance
| /trueos/lib/libc/net/ |
| HD | sctp_sys_calls.c | 527 struct sctp_sndrcvinfo sinfo; in sctp_sendmsg() 529 memset(&sinfo, 0, sizeof(struct sctp_sndrcvinfo)); in sctp_sendmsg() 540 struct sctp_sndrcvinfo *sinfo; in sctp_sendmsg() 542 char cmsgbuf[CMSG_SPACE(sizeof(struct sctp_sndrcvinfo))]; in sctp_sendmsg() 602 msg.msg_controllen = CMSG_SPACE(sizeof(struct sctp_sndrcvinfo)); in sctp_sendmsg() 607 cmsg->cmsg_len = CMSG_LEN(sizeof(struct sctp_sndrcvinfo)); in sctp_sendmsg() 608 sinfo = (struct sctp_sndrcvinfo *)CMSG_DATA(cmsg); in sctp_sendmsg() 609 memset(sinfo, 0, sizeof(struct sctp_sndrcvinfo)); in sctp_sendmsg() 642 const struct sctp_sndrcvinfo *sinfo, in sctp_send() 654 char cmsgbuf[CMSG_SPACE(sizeof(struct sctp_sndrcvinfo))]; in sctp_send() [all …]
|
| /trueos/sys/netinet/ |
| HD | sctp_uio.h | 116 struct sctp_sndrcvinfo { struct 363 struct sctp_sndrcvinfo ssf_info; 1262 struct sctp_sndrcvinfo *srcv 1273 struct sctp_sndrcvinfo *sinfo, 1302 const struct sctp_sndrcvinfo *, int); 1307 int, struct sctp_sndrcvinfo *, int); 1319 struct sctp_sndrcvinfo *, int *);
|
| HD | sctp_indata.h | 82 struct sctp_sndrcvinfo *sinfo);
|
| HD | sctp_indata.c | 202 sctp_build_ctl_nchunk(struct sctp_inpcb *inp, struct sctp_sndrcvinfo *sinfo) in sctp_build_ctl_nchunk() 205 struct sctp_sndrcvinfo *outinfo; in sctp_build_ctl_nchunk() 238 len += CMSG_SPACE(sizeof(struct sctp_sndrcvinfo)); in sctp_build_ctl_nchunk() 298 outinfo = (struct sctp_sndrcvinfo *)CMSG_DATA(cmh); in sctp_build_ctl_nchunk() 305 cmh->cmsg_len = CMSG_LEN(sizeof(struct sctp_sndrcvinfo)); in sctp_build_ctl_nchunk() 308 SCTP_BUF_LEN(ret) += CMSG_SPACE(sizeof(struct sctp_sndrcvinfo)); in sctp_build_ctl_nchunk()
|
| HD | sctp_structs.h | 165 struct sctp_sndrcvinfo sndrcv;
|
| HD | sctp_output.c | 3512 struct sctp_sndrcvinfo *sndrcvinfo; in sctp_find_cmsg() 3514 sndrcvinfo = (struct sctp_sndrcvinfo *)data; in sctp_find_cmsg() 3516 if (cpsize < sizeof(struct sctp_sndrcvinfo)) { in sctp_find_cmsg() 3519 memset(sndrcvinfo, 0, sizeof(struct sctp_sndrcvinfo)); in sctp_find_cmsg() 6095 struct sctp_sndrcvinfo *srcv, in sctp_prune_prsctp() 6270 struct sctp_sndrcvinfo *srcv, int hold_stcb_lock) in sctp_msg_append() 6790 struct sctp_sndrcvinfo *srcv) in sctp_sendall() 12031 struct sctp_sndrcvinfo *srcv, in sctp_copy_it_in() 12131 struct sctp_sndrcvinfo sndrcvninfo; in sctp_sosend() 12176 struct sctp_sndrcvinfo *srcv in sctp_lower_sosend() [all …]
|
| HD | sctp_usrreq.c | 2824 struct sctp_sndrcvinfo *s_info; 2826 SCTP_CHECK_AND_CAST(s_info, optval, struct sctp_sndrcvinfo, *optsize); 2845 *optsize = sizeof(struct sctp_sndrcvinfo); 5089 struct sctp_sndrcvinfo *s_info; 5091 SCTP_CHECK_AND_CAST(s_info, optval, struct sctp_sndrcvinfo, optsize);
|
| HD | sctputil.c | 5196 struct sctp_sndrcvinfo *sinfo, in sctp_sorecvmsg() 6275 (struct sctp_sndrcvinfo *)&sinfo, filling_sinfo); in sctp_soreceive() 6280 (struct sctp_sndrcvinfo *)&sinfo); in sctp_soreceive()
|
| /trueos/crypto/openssl/crypto/bio/ |
| HD | bss_dgram.c | 1150 struct sctp_sndrcvinfo *sndrcvinfo; in dgram_sctp_read() 1153 (struct sctp_sndrcvinfo *)CMSG_DATA(cmsg); in dgram_sctp_read() 1343 char cmsgbuf[CMSG_SPACE(sizeof(struct sctp_sndrcvinfo))]; in dgram_sctp_write() 1344 struct sctp_sndrcvinfo *sndrcvinfo; in dgram_sctp_write() 1416 cmsg->cmsg_len = CMSG_LEN(sizeof(struct sctp_sndrcvinfo)); in dgram_sctp_write() 1417 sndrcvinfo = (struct sctp_sndrcvinfo *)CMSG_DATA(cmsg); in dgram_sctp_write() 1418 memset(sndrcvinfo, 0, sizeof(struct sctp_sndrcvinfo)); in dgram_sctp_write() 1427 msg.msg_controllen += CMSG_SPACE(sizeof(struct sctp_sndrcvinfo)); in dgram_sctp_write()
|
| /trueos/sys/kern/ |
| HD | uipc_syscalls.c | 2686 struct sctp_sndrcvinfo sinfo, *u_sinfo = NULL; 2795 struct sctp_sndrcvinfo sinfo, *u_sinfo = NULL; 2924 struct sctp_sndrcvinfo sinfo; 2996 memset(&sinfo, 0, sizeof(struct sctp_sndrcvinfo)); 3000 (struct sctp_sndrcvinfo *)&sinfo, 1);
|
| /trueos/sys/sys/ |
| HD | sysproto.h | 1486 …char sinfo_l_[PADL_(struct sctp_sndrcvinfo *)]; struct sctp_sndrcvinfo * sinfo; char sinfo_r_[PADR… 1495 …char sinfo_l_[PADL_(struct sctp_sndrcvinfo *)]; struct sctp_sndrcvinfo * sinfo; char sinfo_r_[PADR… 1504 …char sinfo_l_[PADL_(struct sctp_sndrcvinfo *)]; struct sctp_sndrcvinfo * sinfo; char sinfo_r_[PADR…
|