Home | History | Annotate | Download | only in net

Lines Matching refs:infolen

655     socklen_t * infolen,
666 if (((info != NULL) && (infolen == NULL)) ||
667 ((info == NULL) && (infolen != NULL) && (*infolen != 0)) ||
691 (infolen != NULL) &&
692 (*infolen > 0)) {
717 if ((nxtinfo != NULL) && (*infolen >= sizeof(struct sctp_recvv_rn))) {
723 *infolen = (socklen_t) sizeof(struct sctp_recvv_rn);
725 } else if (*infolen >= sizeof(struct sctp_rcvinfo)) {
727 *infolen = (socklen_t) sizeof(struct sctp_rcvinfo);
731 if (*infolen >= sizeof(struct sctp_nxtinfo)) {
733 *infolen = (socklen_t) sizeof(struct sctp_nxtinfo);
745 void *info, socklen_t infolen, unsigned int infotype,
785 if ((infolen != 0) || (info != NULL)) {
792 if ((info == NULL) || (infolen < sizeof(struct sctp_sndinfo))) {
806 if ((info == NULL) || (infolen < sizeof(struct sctp_prinfo))) {
819 if ((info == NULL) || (infolen < sizeof(struct sctp_authinfo))) {
832 if ((info == NULL) || (infolen < sizeof(struct sctp_sendv_spa))) {