Searched refs:param_type (Results 1 – 9 of 9) sorted by relevance
180 param_type = ntohs(ph->param_type); in sctp_process_asconf_add_ip()340 param_type = ntohs(ph->param_type); in sctp_process_asconf_delete_ip()477 param_type = ntohs(ph->param_type); in sctp_process_asconf_set_primary()712 param_type = ntohs(aph->ph.param_type); in sctp_handle_asconf()892 param_type = ntohs(ph->param_type); in sctp_addr_match()1590 param_type = ntohs(aph->ph.param_type); in sctp_asconf_process_error()1621 param_type = aparam->ap.aph.ph.param_type; in sctp_asconf_process_param_ack()1740 param_type = ntohs(aph->ph.param_type); in sctp_handle_asconf_ack()2366 param_type = ntohs(aph->ph.param_type); in sctp_is_addr_pending()2661 aph->ph.param_type = htons(aph->ph.param_type); in sctp_compose_asconf()[all …]
70 uint16_t param_type; /* parameter type */ member
1991 paramh->param_type = htons(SCTP_IPV4_ADDRESS); in sctp_add_addr_to_mbuf()2006 paramh->param_type = htons(SCTP_IPV6_ADDRESS); in sctp_add_addr_to_mbuf()3857 ph->param_type = htons(SCTP_STATE_COOKIE); in sctp_add_cookie()4702 ph->param_type = htons(SCTP_ECN_CAPABLE); in sctp_send_initiate()4720 ph->param_type = htons(SCTP_HAS_NAT_SUPPORT); in sctp_send_initiate()4942 ptype = ntohs(phdr->param_type); in sctp_arethere_unrecognized_parameters()5228 param->param_type = htons(ptype); in sctp_arethere_unrecognized_parameters()5340 ptype = ntohs(phdr->param_type); in sctp_are_there_new_addresses()5896 ph->param_type = htons(SCTP_ECN_CAPABLE); in sctp_send_initiate_ack()5980 randp->ph.param_type = htons(SCTP_RANDOM); in sctp_send_initiate_ack()[all …]
1385 ptype = ntohs(phdr->param_type); in sctp_auth_get_cookie_params()1785 ptype = ntohs(phdr->param_type); in sctp_validate_init_auth_params()1958 ph->param_type = htons(SCTP_RANDOM); in sctp_initialize_auth_params()1967 ph->param_type = htons(SCTP_CHUNK_LIST); in sctp_initialize_auth_params()1982 ph->param_type = htons(SCTP_HMAC_LIST); in sctp_initialize_auth_params()
2061 ptype = ntohs(phdr->param_type); in sctp_findassociation_special_addr()2302 ptype = (int)((uint32_t)ntohs(phdr->param_type)); in sctp_findassociation_ep_asconf()6110 ptype = ntohs(phdr->param_type); in sctp_load_addresses_from_init()6355 lptype = ntohs(fee->addrp.ph.param_type); in sctp_load_addresses_from_init()
1214 sctp_process_unrecog_param(stcb, ntohs(unrec_parameter->param_type)); in sctp_handle_error()3495 type = ntohs(req_param->ph.param_type); in sctp_handle_stream_reset_response()4073 ptype = ntohs(ph->param_type); in sctp_handle_stream_reset()
1163 if (ntohs(param_hdr->param_type) == SCTP_IPV4_ADDRESS) { in sctp_PktParser()1282 if (ntohs(param->param_type) == SCTP_VTAG_PARAM) { in GetAsconfVtags()1390 switch (ntohs(param->param_type)) { in AddGlobalIPAddresses()1518 if (ntohs(param->param_type) == SCTP_DEL_IP_ADDRESS) { in RmGlobalIPAddresses()1613 if (ntohs(param->param_type) == SCTP_SUCCESS_REPORT) in IsASCONFack()1664 if (ntohs(param->param_type) == SCTP_ADD_IP_ADDRESS) in IsADDorDEL()1666 else if (ntohs(param->param_type) == SCTP_DEL_IP_ADDRESS) in IsADDorDEL()
2874 __le32 param_type; member