Home | History | Annotate | Download | only in netinet

Lines Matching refs:sctp_paramhdr

157 	struct sctp_paramhdr *ph;
175 ph = (struct sctp_paramhdr *)(aph + 1);
311 struct sctp_paramhdr *ph;
329 ph = (struct sctp_paramhdr *)(aph + 1);
447 struct sctp_paramhdr *ph;
464 ph = (struct sctp_paramhdr *)(aph + 1);
680 p_addr = (struct sctp_ipv6addr_param *)sctp_m_getptr(m, offset, sizeof(struct sctp_paramhdr), (uint8_t *)&aparam_buf);
721 if (param_length <= sizeof(struct sctp_paramhdr)) {
886 sctp_addr_match(struct sctp_paramhdr *ph, struct sockaddr *sa)
1567 struct sctp_paramhdr *ph;
1572 ph = (struct sctp_paramhdr *)(eh + 1);
1581 if (htons(ph->param_length) + sizeof(struct sctp_paramhdr) >
1746 if (param_length < sizeof(struct sctp_paramhdr)) {
2363 struct sctp_paramhdr *ph;
2378 ph = (struct sctp_paramhdr *)sctp_m_getptr(chk->data, offset, sizeof(struct sctp_paramhdr), aparam_buf);
2403 if (param_length <= sizeof(struct sctp_paramhdr)) {
2414 ph = (struct sctp_paramhdr *)(aph + 1);
2762 struct sctp_paramhdr tmp_param, *ph;
2783 if ((offset + sizeof(struct sctp_paramhdr)) > length) {
2806 ph = (struct sctp_paramhdr *)
2807 sctp_m_getptr(m, offset, sizeof(struct sctp_paramhdr),
2903 if ((offset + sizeof(struct sctp_paramhdr)) > length)
2905 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset,
2906 sizeof(struct sctp_paramhdr), (uint8_t *) & tmp_param);
2918 struct sctp_paramhdr tmp_param, *ph;
2952 if ((offset + sizeof(struct sctp_paramhdr)) > length) {
2958 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset,
2959 sizeof(struct sctp_paramhdr), (uint8_t *) & tmp_param);
3024 if (offset + sizeof(struct sctp_paramhdr) > length) {
3027 ph = (struct sctp_paramhdr *)
3028 sctp_m_getptr(m, offset, sizeof(struct sctp_paramhdr),