Searched refs:param_length (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/netinet/
H A Dsctp_asconf.c93 aph->ph.param_length = sizeof(struct sctp_asconf_paramhdr);
94 SCTP_BUF_LEN(m_reply) = aph->ph.param_length;
95 aph->ph.param_length = htons(aph->ph.param_length);
108 uint16_t i, param_length, cause_length, padding_length; local
115 param_length = sizeof(struct sctp_asconf_paramhdr) + cause_length;
120 buf_len = param_length + padding_length;
135 aph->ph.param_length = htons(param_length);
161 uint16_t param_length; local
321 uint16_t param_length; local
459 uint16_t param_length; local
710 unsigned int param_length, param_type; local
890 uint16_t param_type, param_length; local
1730 unsigned int param_length, param_type; local
2364 unsigned int param_length, param_type; local
[all...]
H A Dsctp_output.c1992 paramh->param_length = htons(plen);
2007 paramh->param_length = htons(plen);
3858 ph->param_length = 0; /* fill in at the end */
3893 ph->param_length = htons(cookie_sz);
4693 ali->ph.param_length = htons(parameter_len);
4703 ph->param_length = htons(parameter_len);
4712 ph->param_length = htons(parameter_len);
4721 ph->param_length = htons(parameter_len);
4756 pr_supported->ph.param_length = htons(parameter_len);
4791 hmacs->ph.param_length
[all...]
H A Dsctp.h71 uint16_t param_length; /* parameter length */ member in struct:sctp_paramhdr
H A Dsctp_auth.c1386 plen = ntohs(phdr->param_length);
1786 plen = ntohs(phdr->param_length);
1960 ph->param_length = htons(plen);
1969 ph->param_length = htons(plen);
1984 ph->param_length = htons(plen);
H A Dsctp_input.c3424 len = SCTP_SIZE32(ntohs(r->ph.param_length));
3482 lparam_len = ntohs(req_param->ph.param_length);
3575 if (ntohs(respin->ph.param_length) < sizeof(struct sctp_stream_reset_response_tsn)) {
3651 len = ntohs(req->ph.param_length);
3770 len = ntohs(req->ph.param_length);
4047 param_len = ntohs(ph->param_length);
H A Dsctp_pcb.c2063 plen = ntohs(phdr->param_length);
2311 if (ntohs(phdr->param_length) != sizeof(struct sctp_ipv6addr_param)) {
2338 if (ntohs(phdr->param_length) != sizeof(struct sctp_ipv4addr_param)) {
6111 plen = ntohs(phdr->param_length);
/freebsd-13-stable/sys/netinet/libalias/
H A Dalias_sctp.c215 #define SN_SCTP_NEXTPARAM(param) (struct sctp_paramhdr *)(((char *)param) + SCTP_SIZE32(ntohs(param->param_length)))
1289 param_size = SCTP_SIZE32(ntohs(param->param_length));
1316 param_size = SCTP_SIZE32(ntohs(param->param_length));
1373 param_size = SCTP_SIZE32(ntohs(param->param_length));
1442 param_size = SCTP_SIZE32(ntohs(param->param_length));
1521 param_size = SCTP_SIZE32(ntohs(param->param_length));
1576 param_size = SCTP_SIZE32(ntohs(param->param_length));
1618 param_size = SCTP_SIZE32(ntohs(param->param_length));
1636 param_size = SCTP_SIZE32(ntohs(param->param_length));
1672 param_size = SCTP_SIZE32(ntohs(param->param_length));
[all...]
/freebsd-13-stable/sys/dev/hptrr/
H A Dhptintf.h944 HPT_U16 param_length; member in struct:_SET_DEV_INFO
/freebsd-13-stable/sys/dev/hpt27xx/
H A Dhptintf.h1143 HPT_U16 param_length; member in struct:_SET_DEV_INFO
/freebsd-13-stable/sys/dev/hptnr/
H A Dhptintf.h1139 HPT_U16 param_length; member in struct:_SET_DEV_INFO
/freebsd-13-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c1164 param->param_length =
/freebsd-13-stable/contrib/traceroute/
H A Dtraceroute.c1611 param->param_length =

Completed in 171 milliseconds