HomeSort by: relevance | last modified time | path
    Searched refs:param_length (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.sbin/btattach/
init_swave.c 51 uint8_t param_length; member in struct:__anon4502d4740108
71 cp.param_length = 0x03;
  /src/sys/netinet/
sctp_asconf.c 137 aph->ph.param_length = sizeof(struct sctp_asconf_paramhdr);
138 m_reply->m_len = aph->ph.param_length;
139 aph->ph.param_length = htons(aph->ph.param_length);
169 aph->ph.param_length = error->length +
172 if (aph->ph.param_length > MLEN) {
188 m_reply->m_len = aph->ph.param_length;
190 aph->ph.param_length = htons(aph->ph.param_length);
202 uint16_t param_type, param_length, aparam_length local in function:sctp_process_asconf_add_ip
307 uint16_t param_type, param_length, aparam_length; local in function:sctp_process_asconf_delete_ip
464 uint16_t param_type, param_length, aparam_length; local in function:sctp_process_asconf_set_primary
686 unsigned int param_length, param_type; local in function:sctp_handle_asconf
1397 unsigned int param_length, param_type; local in function:sctp_handle_asconf_ack
    [all...]
sctp.h 67 u_int16_t param_length; /* parameter length */ member in struct:sctp_paramhdr
sctp_indata.c 855 ph->param_length = htons(oper->m_len);
1086 ph->param_length = htons(oper->m_len);
1116 ph->param_length = htons(oper->m_len);
1146 ph->param_length =
1177 ph->param_length =
1275 ph->param_length =
1311 ph->param_length =
1349 ph->param_length =
1383 ph->param_length =
1428 ph->param_length
    [all...]
sctp_input.c 778 error_len = ntohs(phdr->param_length);
1079 ph->param_length = htons(sizeof(struct sctp_paramhdr));
1950 scm->ph.param_length = htons((sizeof(struct sctp_paramhdr) +
2675 int number_entries, param_length; local in function:sctp_handle_stream_reset_response
2677 param_length = ntohs(resp->ph.param_length);
2684 number_entries = (param_length - sizeof(struct sctp_stream_reset_response))/sizeof(uint16_t);
2706 stcb->asoc.pending_reply = malloc(param_length,
2708 memcpy(stcb->asoc.pending_reply, resp, param_length);
2733 param_len = ntohs(ph->param_length);
    [all...]
sctp_output.c 205 parmh->param_length = htons(len);
214 parmh->param_length = htons(len);
264 ph->param_length = 0; /* fill in at the end */
313 ph->param_length = htons(cookie_sz);
2656 sup_addr->ph.param_length = htons(sizeof(*sup_addr) +
2668 ali->ph.param_length = htons(sizeof(*ali));
2683 cookie_preserve->ph.param_length = htons(
2695 ecn->ph.param_length = htons(sizeof(*ecn));
2704 prsctp->ph.param_length = htons(sizeof(*prsctp));
2713 pr_supported->ph.param_length = htons(sizeof(*pr_supported) + SCTP_EXT_COUNT)
    [all...]
sctp_timer.c 201 ph->param_length = htons(oper->m_len);
924 ph->param_length = htons(oper->m_len);
sctp_pcb.c 426 if (ntohs(phdr->param_length) != sizeof(struct sctp_ipv6addr_param)) {
449 if (ntohs(phdr->param_length) != sizeof(struct sctp_ipv4addr_param)) {
1000 plen = ntohs(phdr->param_length);
2068 ph->param_length = htons(op_err->m_len);
2165 ph->param_length = htons(op_err->m_len);
4013 plen = ntohs(phdr->param_length);
sctp_usrreq.c 734 ph->param_length = htons(err->m_len);
sctputil.c 3174 ph->param_length = htons(sizeof(struct sctp_paramhdr));

Completed in 28 milliseconds