Home
last modified time | relevance | path

Searched refs:param_length (Results 1 – 10 of 10) sorted by relevance

/external/usrsctp/usrsctplib/netinet/
Dsctp_asconf.c99 aph->ph.param_length = sizeof(struct sctp_asconf_paramhdr); in sctp_asconf_success_response()
100 SCTP_BUF_LEN(m_reply) = aph->ph.param_length; in sctp_asconf_success_response()
101 aph->ph.param_length = htons(aph->ph.param_length); in sctp_asconf_success_response()
114 uint16_t i, param_length, cause_length, padding_length; in sctp_asconf_error_response() local
121 param_length = sizeof(struct sctp_asconf_paramhdr) + cause_length; in sctp_asconf_error_response()
126 buf_len = param_length + padding_length; in sctp_asconf_error_response()
141 aph->ph.param_length = htons(param_length); in sctp_asconf_error_response()
167 uint16_t param_length; in sctp_process_asconf_add_ip() local
181 aparam_length = ntohs(aph->ph.param_length); in sctp_process_asconf_add_ip()
188 param_length = ntohs(ph->param_length); in sctp_process_asconf_add_ip()
[all …]
Dsctp_output.c2032 paramh->param_length = htons(plen); in sctp_add_addr_to_mbuf()
2047 paramh->param_length = htons(plen); in sctp_add_addr_to_mbuf()
3998 ph->param_length = 0; /* fill in at the end */
4038 ph->param_length = htons(cookie_sz);
5203 ali->ph.param_length = htons(parameter_len);
5213 ph->param_length = htons(parameter_len);
5222 ph->param_length = htons(parameter_len);
5231 ph->param_length = htons(parameter_len);
5266 pr_supported->ph.param_length = htons(parameter_len);
5301 hmacs->ph.param_length = htons(parameter_len);
[all …]
Dsctp.h83 uint16_t param_length; /* parameter length */ member
Dsctp_auth.c1421 plen = ntohs(phdr->param_length);
1832 plen = ntohs(phdr->param_length);
2005 ph->param_length = htons(plen);
2014 ph->param_length = htons(plen);
2028 ph->param_length = htons(plen);
Dsctp_input.c3820 len = SCTP_SIZE32(ntohs(r->ph.param_length));
3879 lparam_len = ntohs(req_param->ph.param_length);
3967 if (ntohs(respin->ph.param_length) < sizeof(struct sctp_stream_reset_response_tsn)) {
4043 len = ntohs(req->ph.param_length);
4162 len = ntohs(req->ph.param_length);
4443 param_len = ntohs(ph->param_length);
Dsctp_pcb.c2433 plen = ntohs(phdr->param_length);
2692 if (ntohs(phdr->param_length) != sizeof(struct sctp_ipv6addr_param)) {
2721 if (ntohs(phdr->param_length) != sizeof(struct sctp_ipv4addr_param)) {
7215 plen = ntohs(phdr->param_length);
/external/libwebsockets/lib/roles/http/server/
Dlws-spa.c90 int *param_length; member
539 spa->param_length[n] += len; in lws_urldecode_spa_cb()
590 spa->param_length = lwsac_use_zero(i->ac, in lws_spa_create_via_info()
593 spa->param_length = lws_zalloc(sizeof(int) * i->count_params, in lws_spa_create_via_info()
595 if (!spa->param_length) in lws_spa_create_via_info()
658 return spa->param_length[n]; in lws_spa_get_length()
699 lws_free(spa->param_length); in lws_spa_destroy()
/external/curl/src/
Dtool_getparam.c348 size_t param_length = strlen(cert_parameter); in parse_cert_parameter() local
356 if(param_length == 0) in parse_cert_parameter()
369 certname_place = malloc(param_length + 1); in parse_cert_parameter()
/external/scapy/scapy/contrib/
Dbgp.py912 if self.param_length is None:
Dbgp.uts331 p.param_type == 2 and p.param_length == 0
335 p.param_type == 2 and p.param_length == 6 and p.param_value[0].code == 65 and p.param_value[0].leng…