Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netinet/
HDsctp_asconf.c92 aph->ph.param_length = sizeof(struct sctp_asconf_paramhdr); in sctp_asconf_success_response()
93 SCTP_BUF_LEN(m_reply) = aph->ph.param_length; in sctp_asconf_success_response()
94 aph->ph.param_length = htons(aph->ph.param_length); in sctp_asconf_success_response()
107 uint16_t i, param_length, cause_length, padding_length; in sctp_asconf_error_response() local
114 param_length = sizeof(struct sctp_asconf_paramhdr) + cause_length; in sctp_asconf_error_response()
119 buf_len = param_length + padding_length; in sctp_asconf_error_response()
134 aph->ph.param_length = htons(param_length); in sctp_asconf_error_response()
160 uint16_t param_length; in sctp_process_asconf_add_ip() local
174 aparam_length = ntohs(aph->ph.param_length); in sctp_process_asconf_add_ip()
181 param_length = ntohs(ph->param_length); in sctp_process_asconf_add_ip()
[all …]
HDsctp_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()
3869 ph->param_length = 0; /* fill in at the end */ in sctp_add_cookie()
3909 ph->param_length = htons(cookie_sz); in sctp_add_cookie()
4755 ali->ph.param_length = htons(parameter_len); in sctp_send_initiate()
4765 ph->param_length = htons(parameter_len); in sctp_send_initiate()
4774 ph->param_length = htons(parameter_len); in sctp_send_initiate()
4783 ph->param_length = htons(parameter_len); in sctp_send_initiate()
4818 pr_supported->ph.param_length = htons(parameter_len); in sctp_send_initiate()
4853 hmacs->ph.param_length = htons(parameter_len); in sctp_send_initiate()
[all …]
HDsctp_auth.c1429 plen = ntohs(phdr->param_length); in sctp_auth_get_cookie_params()
1835 plen = ntohs(phdr->param_length); in sctp_validate_init_auth_params()
2010 ph->param_length = htons(plen); in sctp_initialize_auth_params()
2019 ph->param_length = htons(plen); in sctp_initialize_auth_params()
2034 ph->param_length = htons(plen); in sctp_initialize_auth_params()
HDsctp.h71 uint16_t param_length; /* parameter length */ member
HDsctp_input.c3645 len = SCTP_SIZE32(ntohs(r->ph.param_length)); in sctp_find_stream_reset()
3704 lparam_len = ntohs(req_param->ph.param_length); in sctp_handle_stream_reset_response()
3797 if (ntohs(respin->ph.param_length) < sizeof(struct sctp_stream_reset_response_tsn)) { in sctp_handle_stream_reset_response()
3873 len = ntohs(req->ph.param_length); in sctp_handle_str_reset_request_in()
3992 len = ntohs(req->ph.param_length); in sctp_handle_str_reset_request_out()
4270 param_len = ntohs(ph->param_length); in sctp_handle_stream_reset()
HDsctp_pcb.c2086 plen = ntohs(phdr->param_length); in sctp_findassociation_special_addr()
2335 if (ntohs(phdr->param_length) != sizeof(struct sctp_ipv6addr_param)) { in sctp_findassociation_ep_asconf()
2362 if (ntohs(phdr->param_length) != sizeof(struct sctp_ipv4addr_param)) { in sctp_findassociation_ep_asconf()
6160 plen = ntohs(phdr->param_length); in sctp_load_addresses_from_init()
/freebsd-11-stable/sys/netinet/libalias/
HDalias_sctp.c213 …EXTPARAM(param) (struct sctp_paramhdr *)(((char *)param) + SCTP_SIZE32(ntohs(param->param_length)))
1260 param_size = SCTP_SIZE32(ntohs(param->param_length)); in GetAsconfVtags()
1286 param_size = SCTP_SIZE32(ntohs(param->param_length)); in GetAsconfVtags()
1343 param_size = SCTP_SIZE32(ntohs(param->param_length)); in AddGlobalIPAddresses()
1412 param_size = SCTP_SIZE32(ntohs(param->param_length)); in AddGlobalIPAddresses()
1490 param_size = SCTP_SIZE32(ntohs(param->param_length)); in RmGlobalIPAddresses()
1544 param_size = SCTP_SIZE32(ntohs(param->param_length)); in RmGlobalIPAddresses()
1586 param_size = SCTP_SIZE32(ntohs(param->param_length)); in IsASCONFack()
1604 param_size = SCTP_SIZE32(ntohs(param->param_length)); in IsASCONFack()
1639 param_size = SCTP_SIZE32(ntohs(param->param_length)); in IsADDorDEL()
[all …]
/freebsd-11-stable/sys/dev/hptrr/
HDhptintf.h942 HPT_U16 param_length; member
/freebsd-11-stable/usr.sbin/traceroute6/
HDtraceroute6.c1135 param->param_length = in send_probe()
/freebsd-11-stable/sys/dev/hpt27xx/
HDhptintf.h1141 HPT_U16 param_length; member
/freebsd-11-stable/sys/dev/hptnr/
HDhptintf.h1137 HPT_U16 param_length; member
/freebsd-11-stable/contrib/traceroute/
HDtraceroute.c1608 param->param_length = in sctp_prep()