Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_asconf.c95 aph->ph.param_length = htons(aph->ph.param_length); in sctp_asconf_success_response()
135 aph->ph.param_length = htons(param_length); in sctp_asconf_error_response()
182 param_length = ntohs(ph->param_length); in sctp_process_asconf_add_ip()
342 param_length = ntohs(ph->param_length); in sctp_process_asconf_delete_ip()
479 param_length = ntohs(ph->param_length); in sctp_process_asconf_set_primary()
713 param_length = ntohs(aph->ph.param_length); in sctp_handle_asconf()
893 param_length = ntohs(ph->param_length); in sctp_addr_match()
1741 param_length = ntohs(aph->ph.param_length); in sctp_handle_asconf_ack()
2367 param_length = ntohs(aph->ph.param_length); in sctp_is_addr_pending()
2662 aph->ph.param_length = htons(aph->ph.param_length); in sctp_compose_asconf()
[all …]
H A Dsctp_output.c1992 paramh->param_length = htons(plen); in sctp_add_addr_to_mbuf()
2007 paramh->param_length = htons(plen); in sctp_add_addr_to_mbuf()
3893 ph->param_length = htons(cookie_sz); in sctp_add_cookie()
4943 plen = ntohs(phdr->param_length); in sctp_arethere_unrecognized_parameters()
5229 param->param_length = htons(plen); in sctp_arethere_unrecognized_parameters()
5341 plen = ntohs(phdr->param_length); in sctp_are_there_new_addresses()
8971 plen = ntohs(phdr->param_length); in sctp_send_cookie_echo()
11729 req_in->ph.param_length = htons(len); in sctp_add_stream_reset_in()
11797 resp->ph.param_length = htons(len); in sctp_add_stream_reset_result()
11889 resp->ph.param_length = htons(len); in sctp_add_stream_reset_result_tsn()
[all …]
H A Dsctp.h71 uint16_t param_length; /* parameter length */ member
H A Dsctp_auth.c1386 plen = ntohs(phdr->param_length); in sctp_auth_get_cookie_params()
1786 plen = ntohs(phdr->param_length); in sctp_validate_init_auth_params()
1960 ph->param_length = htons(plen); in sctp_initialize_auth_params()
1969 ph->param_length = htons(plen); in sctp_initialize_auth_params()
1984 ph->param_length = htons(plen); in sctp_initialize_auth_params()
H A Dsctp_input.c3438 len = SCTP_SIZE32(ntohs(r->ph.param_length)); in sctp_find_stream_reset()
3496 lparam_len = ntohs(req_param->ph.param_length); in sctp_handle_stream_reset_response()
3589 if (ntohs(respin->ph.param_length) < sizeof(struct sctp_stream_reset_response_tsn)) { in sctp_handle_stream_reset_response()
3665 len = ntohs(req->ph.param_length); in sctp_handle_str_reset_request_in()
3784 len = ntohs(req->ph.param_length); in sctp_handle_str_reset_request_out()
4061 param_len = ntohs(ph->param_length); in sctp_handle_stream_reset()
H A Dsctp_pcb.c2063 plen = ntohs(phdr->param_length); in sctp_findassociation_special_addr()
2311 if (ntohs(phdr->param_length) != sizeof(struct sctp_ipv6addr_param)) { in sctp_findassociation_ep_asconf()
2338 if (ntohs(phdr->param_length) != sizeof(struct sctp_ipv4addr_param)) { in sctp_findassociation_ep_asconf()
6111 plen = ntohs(phdr->param_length); in sctp_load_addresses_from_init()
/f-stack/freebsd/netinet/libalias/
H A Dalias_sctp.c215 …EXTPARAM(param) (struct sctp_paramhdr *)(((char *)param) + SCTP_SIZE32(ntohs(param->param_length)))
1278 param_size = SCTP_SIZE32(ntohs(param->param_length)); in GetAsconfVtags()
1304 param_size = SCTP_SIZE32(ntohs(param->param_length)); in GetAsconfVtags()
1361 param_size = SCTP_SIZE32(ntohs(param->param_length)); in AddGlobalIPAddresses()
1430 param_size = SCTP_SIZE32(ntohs(param->param_length)); in AddGlobalIPAddresses()
1508 param_size = SCTP_SIZE32(ntohs(param->param_length)); in RmGlobalIPAddresses()
1562 param_size = SCTP_SIZE32(ntohs(param->param_length)); in RmGlobalIPAddresses()
1604 param_size = SCTP_SIZE32(ntohs(param->param_length)); in IsASCONFack()
1622 param_size = SCTP_SIZE32(ntohs(param->param_length)); in IsASCONFack()
1657 param_size = SCTP_SIZE32(ntohs(param->param_length)); in IsADDorDEL()
[all …]
/f-stack/tools/compat/include/netinet/
H A Dsctp.h71 uint16_t param_length; /* parameter length */ member