Searched refs:sctp_paramhdr_t (Results 1 – 3 of 3) sorted by relevance
158 } __attribute__((packed)) sctp_paramhdr_t; typedef251 sctp_paramhdr_t param_hdr;257 sctp_paramhdr_t param_hdr;263 sctp_paramhdr_t param_hdr;269 sctp_paramhdr_t param_hdr;275 sctp_paramhdr_t param_hdr;281 sctp_paramhdr_t param_hdr;298 sctp_paramhdr_t p;304 sctp_paramhdr_t param_hdr;305 sctp_paramhdr_t unrecognized;[all …]
858 sctp_addto_chunk(retval, sizeof(sctp_paramhdr_t), &phdr); in sctp_make_abort_violation()1257 headersize = sizeof(sctp_paramhdr_t) + SCTP_SECRET_SIZE; in sctp_pack_cookie()1555 sizeof(sctp_paramhdr_t); in sctp_process_inv_paramlength()1565 sctp_addto_chunk(*errp, sizeof(sctp_paramhdr_t), param); in sctp_process_inv_paramlength()1757 if (param.v < (void*)chunk->chunk_end - sizeof(sctp_paramhdr_t)) { in sctp_verify_init()1989 sat = ntohs(param.p->length) - sizeof(sctp_paramhdr_t); in sctp_process_param()2015 ntohs(param.p->length) - sizeof(sctp_paramhdr_t); in sctp_process_param()
460 pos.v <= (void *)chunk + end - sizeof(sctp_paramhdr_t) &&\462 ntohs(pos.p->length) >= sizeof(sctp_paramhdr_t);\