Searched refs:sctp_sndrcvinfo (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/lib/libc/net/
H A Dsctp_sys_calls.c497 struct sctp_sndrcvinfo sinfo;
499 memset(&sinfo, 0, sizeof(struct sctp_sndrcvinfo));
510 struct sctp_sndrcvinfo *sinfo;
512 char cmsgbuf[CMSG_SPACE(sizeof(struct sctp_sndrcvinfo))];
572 msg.msg_controllen = CMSG_SPACE(sizeof(struct sctp_sndrcvinfo));
576 cmsg->cmsg_len = CMSG_LEN(sizeof(struct sctp_sndrcvinfo));
577 sinfo = (struct sctp_sndrcvinfo *)CMSG_DATA(cmsg);
610 const struct sctp_sndrcvinfo *sinfo,
622 char cmsgbuf[CMSG_SPACE(sizeof(struct sctp_sndrcvinfo))];
637 msg.msg_controllen = CMSG_SPACE(sizeof(struct sctp_sndrcvinfo));
[all...]
/freebsd-9.3-release/sys/netinet/
H A Dsctp_indata.h82 struct sctp_sndrcvinfo *sinfo);
H A Dsctp_uio.h99 /* We add 96 bytes to the size of sctp_sndrcvinfo.
116 struct sctp_sndrcvinfo { struct
358 struct sctp_sndrcvinfo ssf_info;
1244 struct sctp_sndrcvinfo *srcv
1255 struct sctp_sndrcvinfo *sinfo,
1284 const struct sctp_sndrcvinfo *, int);
1289 int, struct sctp_sndrcvinfo *, int);
1301 struct sctp_sndrcvinfo *, int *);
H A Dsctp_indata.c202 sctp_build_ctl_nchunk(struct sctp_inpcb *inp, struct sctp_sndrcvinfo *sinfo)
205 struct sctp_sndrcvinfo *outinfo;
238 len += CMSG_SPACE(sizeof(struct sctp_sndrcvinfo));
298 outinfo = (struct sctp_sndrcvinfo *)CMSG_DATA(cmh);
305 cmh->cmsg_len = CMSG_LEN(sizeof(struct sctp_sndrcvinfo));
308 SCTP_BUF_LEN(ret) += CMSG_SPACE(sizeof(struct sctp_sndrcvinfo));
H A Dsctp_output.c3512 struct sctp_sndrcvinfo *sndrcvinfo;
3514 sndrcvinfo = (struct sctp_sndrcvinfo *)data;
3516 if (cpsize < sizeof(struct sctp_sndrcvinfo)) {
3519 memset(sndrcvinfo, 0, sizeof(struct sctp_sndrcvinfo));
6117 struct sctp_sndrcvinfo *srcv,
6292 struct sctp_sndrcvinfo *srcv, int hold_stcb_lock)
6831 struct sctp_sndrcvinfo *srcv)
12092 struct sctp_sndrcvinfo *srcv,
12192 struct sctp_sndrcvinfo sndrcvninfo;
12237 struct sctp_sndrcvinfo *src
[all...]
H A Dsctp_structs.h165 struct sctp_sndrcvinfo sndrcv;
640 * sctp_sndrcvinfo... i.e. if sinfo_xxxx is added
H A Dsctp_usrreq.c2728 struct sctp_sndrcvinfo *s_info;
2730 SCTP_CHECK_AND_CAST(s_info, optval, struct sctp_sndrcvinfo, *optsize);
2749 *optsize = sizeof(struct sctp_sndrcvinfo);
4650 struct sctp_sndrcvinfo *s_info;
4652 SCTP_CHECK_AND_CAST(s_info, optval, struct sctp_sndrcvinfo, optsize);
H A Dsctputil.c5160 struct sctp_sndrcvinfo *sinfo,
6241 (struct sctp_sndrcvinfo *)&sinfo, filling_sinfo);
6246 (struct sctp_sndrcvinfo *)&sinfo);
/freebsd-9.3-release/sys/kern/
H A Duipc_syscalls.c2467 struct sctp_sndrcvinfo *sinfo,
2472 struct sctp_sndrcvinfo sinfo, *u_sinfo = NULL;
2578 struct sctp_sndrcvinfo *sinfo,
2583 struct sctp_sndrcvinfo sinfo, *u_sinfo = NULL;
2705 struct sctp_sndrcvinfo *sinfo,
2713 struct sctp_sndrcvinfo sinfo;
2790 memset(&sinfo, 0, sizeof(struct sctp_sndrcvinfo));
2794 (struct sctp_sndrcvinfo *)&sinfo, 1);
/freebsd-9.3-release/sys/sys/
H A Dsysproto.h1443 char sinfo_l_[PADL_(struct sctp_sndrcvinfo *)]; struct sctp_sndrcvinfo * sinfo; char sinfo_r_[PADR_(struct sctp_sndrcvinfo *)];
1452 char sinfo_l_[PADL_(struct sctp_sndrcvinfo *)]; struct sctp_sndrcvinfo * sinfo; char sinfo_r_[PADR_(struct sctp_sndrcvinfo *)];
1461 char sinfo_l_[PADL_(struct sctp_sndrcvinfo *)]; struct sctp_sndrcvinfo * sinfo; char sinfo_r_[PADR_(struct sctp_sndrcvinfo *)];

Completed in 290 milliseconds