Home
last modified time | relevance | path

Searched refs:sctp_paramhdr (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_header.h85 struct sctp_paramhdr ph;
100 struct sctp_paramhdr ph;
217 struct sctp_paramhdr ph;
349 struct sctp_paramhdr ph;
417 struct sctp_paramhdr ph;
422 struct sctp_paramhdr ph;
430 struct sctp_paramhdr ph;
436 struct sctp_paramhdr ph;
441 struct sctp_paramhdr ph;
447 struct sctp_paramhdr ph;
[all …]
H A Dsctp_auth.c1362 struct sctp_paramhdr *phdr, tmp_param; in sctp_auth_get_cookie_params()
1385 if ((plen < sizeof(struct sctp_paramhdr)) || in sctp_auth_get_cookie_params()
1447 phdr = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, sizeof(struct sctp_paramhdr), in sctp_auth_get_cookie_params()
1767 struct sctp_paramhdr *phdr, param_buf; in sctp_validate_init_auth_params()
1784 if (plen < sizeof(struct sctp_paramhdr)) { in sctp_validate_init_auth_params()
1797 (struct sctp_paramhdr *)&local_store, in sctp_validate_init_auth_params()
1803 num_ent = plen - sizeof(struct sctp_paramhdr); in sctp_validate_init_auth_params()
1833 (struct sctp_paramhdr *)store, in sctp_validate_init_auth_params()
1856 (struct sctp_paramhdr *)chunks_store, in sctp_validate_init_auth_params()
1946 struct sctp_paramhdr *ph; in sctp_initialize_auth_params()
[all …]
H A Dsctp_asconf.c155 struct sctp_paramhdr *ph; in sctp_process_asconf_add_ip()
176 ph = (struct sctp_paramhdr *)(aph + 1); in sctp_process_asconf_add_ip()
315 struct sctp_paramhdr *ph; in sctp_process_asconf_delete_ip()
336 ph = (struct sctp_paramhdr *)(aph + 1); in sctp_process_asconf_delete_ip()
453 struct sctp_paramhdr *ph; in sctp_process_asconf_set_primary()
1564 struct sctp_paramhdr *ph; in sctp_asconf_process_error()
2332 struct sctp_paramhdr *ph; in sctp_is_addr_pending()
2768 struct sctp_paramhdr tmp_param, *ph; in sctp_process_initack_addresses()
2790 ph = (struct sctp_paramhdr *) in sctp_process_initack_addresses()
2901 struct sctp_paramhdr tmp_param, *ph; in sctp_addr_in_initack()
[all …]
H A Dsctp_output.c1940 struct sctp_paramhdr *paramh; in sctp_add_addr_to_mbuf()
3816 struct sctp_paramhdr *ph; in sctp_add_cookie()
3850 sizeof(struct sctp_paramhdr); in sctp_add_cookie()
3852 sizeof(struct sctp_paramhdr)); in sctp_add_cookie()
4629 struct sctp_paramhdr *ph; in sctp_send_initiate()
5176 struct sctp_paramhdr *param; in sctp_arethere_unrecognized_parameters()
5243 struct sctp_paramhdr *param; in sctp_arethere_unrecognized_parameters()
5512 struct sctp_paramhdr *ph; in sctp_send_initiate_ack()
6713 struct sctp_paramhdr *ph; in sctp_sendall_iterator()
9029 struct sctp_paramhdr param, *phdr; in sctp_send_cookie_echo()
[all …]
H A Dsctputil.h133 struct sctp_paramhdr *
135 struct sctp_paramhdr *, int);
H A Dsctp.h66 struct sctp_paramhdr { struct
H A Dsctp_pcb.c2021 struct sctp_paramhdr *phdr, param_buf; in sctp_findassociation_special_addr()
2276 struct sctp_paramhdr param_buf, *phdr; in sctp_findassociation_ep_asconf()
5995 struct sctp_paramhdr *phdr, param_buf; in sctp_load_addresses_from_init()
6117 if (plen < sizeof(struct sctp_paramhdr)) { in sctp_load_addresses_from_init()
6127 (struct sctp_paramhdr *)&p4_buf, in sctp_load_addresses_from_init()
6222 (struct sctp_paramhdr *)&p6_buf, in sctp_load_addresses_from_init()
6347 (struct sctp_paramhdr *)&lstore, in sctp_load_addresses_from_init()
6400 (struct sctp_paramhdr *)&zero_chksum, in sctp_load_addresses_from_init()
6469 (struct sctp_paramhdr *)random_store, in sctp_load_addresses_from_init()
6492 (struct sctp_paramhdr *)hmacs_store, in sctp_load_addresses_from_init()
[all …]
H A Dsctp_input.c1192 if (cause_length >= sizeof(struct sctp_error_cause) + sizeof(struct sctp_paramhdr)) { in sctp_handle_error()
1193 struct sctp_paramhdr *unrec_parameter; in sctp_handle_error()
1195 unrec_parameter = (struct sctp_paramhdr *)(cause + 1); in sctp_handle_error()
3955 struct sctp_paramhdr pstore; in sctp_handle_stream_reset()
3962 struct sctp_paramhdr *ph; in sctp_handle_stream_reset()
4005 while (remaining_length >= sizeof(struct sctp_paramhdr)) { in sctp_handle_stream_reset()
4006 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, sizeof(pstore), (uint8_t *)&pstore); in sctp_handle_stream_reset()
4013 (param_len < (sizeof(struct sctp_paramhdr) + sizeof(uint32_t)))) { in sctp_handle_stream_reset()
4017 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, min(param_len, sizeof(cstore)), in sctp_handle_stream_reset()
H A Dsctputil.c3075 struct sctp_paramhdr *
3078 struct sctp_paramhdr *pull, in sctp_get_next_param()
3082 return ((struct sctp_paramhdr *)sctp_m_getptr(m, offset, pull_limit, in sctp_get_next_param()
5002 if (info_len > (SCTP_MAX_CAUSE_LENGTH - sizeof(struct sctp_paramhdr))) { in sctp_generate_cause()
5005 len = (uint16_t)(sizeof(struct sctp_paramhdr) + info_len); in sctp_generate_cause()
/freebsd/sys/netinet/libalias/
H A Dalias_sctp.c1055 struct sctp_paramhdr *param_hdr; in sctp_PktParser()
1182 param_hdr = (struct sctp_paramhdr *) in sctp_PktParser()
1188 param_hdr = (struct sctp_paramhdr *) in sctp_PktParser()
1213 param_hdr = (struct sctp_paramhdr *) ((char *) chunk_hdr in sctp_PktParser()
1278 struct sctp_paramhdr ph;/* type=SCTP_VTAG_PARAM */ in GetAsconfVtags()
1284 struct sctp_paramhdr *param; in GetAsconfVtags()
1344 struct sctp_paramhdr *param = NULL; in AddGlobalIPAddresses()
1407 param = (struct sctp_paramhdr *) &((struct sctp_asconf_addrv4_param *) param)->addrp; in AddGlobalIPAddresses()
1507 struct sctp_paramhdr *param; in RmGlobalIPAddresses()
1607 struct sctp_paramhdr *param; in IsASCONFack()
[all …]
H A Dalias_sctp.h157 struct sctp_paramhdr *Asconf; /**< Pointer to ASCONF chunk */
/freebsd/usr.sbin/traceroute6/
H A Dtraceroute6.c1109 struct sctp_paramhdr *param; in send_probe()
1176 sizeof(struct sctp_paramhdr))) { in send_probe()
1177 param = (struct sctp_paramhdr *)(init + 1); in send_probe()
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.c1523 struct sctp_paramhdr *param; in sctp_prep()
1556 sizeof(struct sctp_paramhdr))) { in sctp_prep()
1557 param = (struct sctp_paramhdr *)(init + 1); in sctp_prep()
/freebsd/sys/netpfil/pf/
H A Dpf.c6305 struct sctp_paramhdr h; in pf_multihome_scan()
6320 (sizeof(struct sctp_paramhdr) + sizeof(t))) in pf_multihome_scan()
6362 (sizeof(struct sctp_paramhdr) + sizeof(t))) in pf_multihome_scan()