Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/
H A Dsctp_asconf.c96 aph->ph.param_length = htons(aph->ph.param_length); in sctp_asconf_success_response()
136 aph->ph.param_length = htons(param_length); in sctp_asconf_error_response()
183 param_length = ntohs(ph->param_length); in sctp_process_asconf_add_ip()
343 param_length = ntohs(ph->param_length); in sctp_process_asconf_delete_ip()
480 param_length = ntohs(ph->param_length); in sctp_process_asconf_set_primary()
716 param_length = ntohs(aph->ph.param_length); in sctp_handle_asconf()
896 param_length = ntohs(ph->param_length); in sctp_addr_match()
1749 param_length = ntohs(aph->ph.param_length); in sctp_handle_asconf_ack()
2391 param_length = ntohs(aph->ph.param_length); in sctp_is_addr_pending()
2686 aph->ph.param_length = htons(aph->ph.param_length); in sctp_compose_asconf()
[all …]
H A Dsctp_output.c1995 paramh->param_length = htons(plen); in sctp_add_addr_to_mbuf()
2010 paramh->param_length = htons(plen); in sctp_add_addr_to_mbuf()
3914 ph->param_length = htons(cookie_sz); in sctp_add_cookie()
5012 plen = ntohs(phdr->param_length); in sctp_arethere_unrecognized_parameters()
5300 param->param_length = htons(plen); in sctp_arethere_unrecognized_parameters()
5404 plen = ntohs(phdr->param_length); in sctp_are_there_new_addresses()
9044 plen = ntohs(phdr->param_length); in sctp_send_cookie_echo()
11828 req_in->ph.param_length = htons(len); in sctp_add_stream_reset_in()
11896 resp->ph.param_length = htons(len); in sctp_add_stream_reset_result()
11988 resp->ph.param_length = htons(len); in sctp_add_stream_reset_result_tsn()
[all …]
H A Dsctp_auth.c1398 plen = ntohs(phdr->param_length); in sctp_auth_get_cookie_params()
1803 plen = ntohs(phdr->param_length); in sctp_validate_init_auth_params()
1978 ph->param_length = htons(plen); in sctp_initialize_auth_params()
1987 ph->param_length = htons(plen); in sctp_initialize_auth_params()
2002 ph->param_length = htons(plen); in sctp_initialize_auth_params()
H A Dsctp.h73 uint16_t param_length; /* parameter length */ member
H A Dsctp_input.c3631 len = SCTP_SIZE32(ntohs(r->ph.param_length)); in sctp_find_stream_reset()
3690 lparam_len = ntohs(req_param->ph.param_length); in sctp_handle_stream_reset_response()
3783 if (ntohs(respin->ph.param_length) < sizeof(struct sctp_stream_reset_response_tsn)) { in sctp_handle_stream_reset_response()
3859 len = ntohs(req->ph.param_length); in sctp_handle_str_reset_request_in()
3978 len = ntohs(req->ph.param_length); in sctp_handle_str_reset_request_out()
4256 param_len = ntohs(ph->param_length); in sctp_handle_stream_reset()
H A Dsctp_pcb.c2088 plen = ntohs(phdr->param_length); in sctp_findassociation_special_addr()
2337 if (ntohs(phdr->param_length) != sizeof(struct sctp_ipv6addr_param)) { in sctp_findassociation_ep_asconf()
2364 if (ntohs(phdr->param_length) != sizeof(struct sctp_ipv4addr_param)) { in sctp_findassociation_ep_asconf()
6206 plen = ntohs(phdr->param_length); in sctp_load_addresses_from_init()
/freebsd-12.1/sys/netinet/libalias/
H A Dalias_sctp.c215 …EXTPARAM(param) (struct sctp_paramhdr *)(((char *)param) + SCTP_SIZE32(ntohs(param->param_length)))
1262 param_size = SCTP_SIZE32(ntohs(param->param_length)); in GetAsconfVtags()
1288 param_size = SCTP_SIZE32(ntohs(param->param_length)); in GetAsconfVtags()
1345 param_size = SCTP_SIZE32(ntohs(param->param_length)); in AddGlobalIPAddresses()
1414 param_size = SCTP_SIZE32(ntohs(param->param_length)); in AddGlobalIPAddresses()
1492 param_size = SCTP_SIZE32(ntohs(param->param_length)); in RmGlobalIPAddresses()
1546 param_size = SCTP_SIZE32(ntohs(param->param_length)); in RmGlobalIPAddresses()
1588 param_size = SCTP_SIZE32(ntohs(param->param_length)); in IsASCONFack()
1606 param_size = SCTP_SIZE32(ntohs(param->param_length)); in IsASCONFack()
1641 param_size = SCTP_SIZE32(ntohs(param->param_length)); in IsADDorDEL()
[all …]
/freebsd-12.1/sys/dev/hptrr/
H A Dhptintf.h944 HPT_U16 param_length; member
/freebsd-12.1/usr.sbin/traceroute6/
H A Dtraceroute6.c1116 param->param_length = in send_probe()
/freebsd-12.1/sys/dev/hptnr/
H A Dhptintf.h1139 HPT_U16 param_length; member
/freebsd-12.1/sys/dev/hpt27xx/
H A Dhptintf.h1143 HPT_U16 param_length; member
/freebsd-12.1/contrib/traceroute/
H A Dtraceroute.c1611 param->param_length = in sctp_prep()