Searched refs:sctp_paramhdr (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_header.h | 63 struct sctp_paramhdr ph;/* type=SCTP_IPV4_PARAM_TYPE, len=8 */ 71 struct sctp_paramhdr ph;/* type=SCTP_IPV6_PARAM_TYPE, len=20 */ 77 struct sctp_paramhdr ph;/* type=SCTP_COOKIE_PRESERVE, len=8 */ 84 struct sctp_paramhdr ph;/* type=SCTP_HOSTNAME_ADDRESS */ 95 struct sctp_paramhdr ph;/* type=SCTP_SUPPORTED_ADDRTYPE */ 101 struct sctp_paramhdr ph; 117 struct sctp_paramhdr ph; 123 struct sctp_paramhdr ph;/* a SCTP parameter header */ 148 struct sctp_paramhdr ph;/* type = 0x8008 len = x */ 244 struct sctp_paramhdr ph; [all …]
|
D | sctp_asconf.c | 160 struct sctp_paramhdr *ph; in sctp_process_asconf_add_ip() 178 if (aparam_length < sizeof(struct sctp_asconf_paramhdr) + sizeof(struct sctp_paramhdr)) { in sctp_process_asconf_add_ip() 181 ph = (struct sctp_paramhdr *)(aph + 1); in sctp_process_asconf_add_ip() 324 struct sctp_paramhdr *ph; in sctp_process_asconf_delete_ip() 342 if (aparam_length < sizeof(struct sctp_asconf_paramhdr) + sizeof(struct sctp_paramhdr)) { in sctp_process_asconf_delete_ip() 345 ph = (struct sctp_paramhdr *)(aph + 1); in sctp_process_asconf_delete_ip() 466 struct sctp_paramhdr *ph; in sctp_process_asconf_set_primary() 483 if (aparam_length < sizeof(struct sctp_asconf_paramhdr) + sizeof(struct sctp_paramhdr)) { in sctp_process_asconf_set_primary() 486 ph = (struct sctp_paramhdr *)(aph + 1); in sctp_process_asconf_set_primary() 706 …p_addr = (struct sctp_ipv6addr_param *)sctp_m_getptr(m, offset, sizeof(struct sctp_paramhdr), (uin… in sctp_handle_asconf() [all …]
|
D | sctp_auth.c | 1396 struct sctp_paramhdr *phdr, tmp_param; 1413 phdr = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, 1414 sizeof(struct sctp_paramhdr), (uint8_t *)&tmp_param); 1419 if ((plen < sizeof(struct sctp_paramhdr)) || 1427 (struct sctp_paramhdr *)random_store, plen); 1440 (struct sctp_paramhdr *)hmacs_store, plen); 1462 (struct sctp_paramhdr *)chunks_store, plen); 1479 if (offset + sizeof(struct sctp_paramhdr) > length) 1481 phdr = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, sizeof(struct sctp_paramhdr), 1812 struct sctp_paramhdr *phdr, param_buf; [all …]
|
D | sctp_output.c | 1977 struct sctp_paramhdr *paramh; in sctp_add_addr_to_mbuf() 1999 paramh = (struct sctp_paramhdr *)(SCTP_BUF_AT(m, SCTP_BUF_LEN(m))); in sctp_add_addr_to_mbuf() 2013 paramh = mtod(mret, struct sctp_paramhdr *); in sctp_add_addr_to_mbuf() 3952 struct sctp_paramhdr *ph; 3956 sizeof(struct sctp_paramhdr)), 0, 3984 ph = mtod(mret, struct sctp_paramhdr *); 3986 sizeof(struct sctp_paramhdr); 3988 sizeof(struct sctp_paramhdr)); 5081 struct sctp_paramhdr *ph; 5163 parameter_len = (uint16_t)sizeof(struct sctp_paramhdr); [all …]
|
D | sctputil.h | 159 struct sctp_paramhdr * 161 struct sctp_paramhdr *, int);
|
D | sctp.h | 81 struct sctp_paramhdr { struct
|
D | sctp_pcb.c | 2396 struct sctp_paramhdr *phdr, param_buf; 2445 (struct sctp_paramhdr *)&ip4_param, sizeof(ip4_param)); 2466 (struct sctp_paramhdr *)&ip6_param, sizeof(ip6_param)); 2666 struct sctp_paramhdr param_buf, *phdr; 2678 ¶m_buf, sizeof(struct sctp_paramhdr)); 7009 struct sctp_paramhdr *phdr, param_buf; 7143 if (plen < sizeof(struct sctp_paramhdr)) { 7153 (struct sctp_paramhdr *)&p4_buf, 7245 (struct sctp_paramhdr *)&p6_buf, 7338 (struct sctp_paramhdr *)&ai, sizeof(ai)); [all …]
|
D | sctp_input.c | 1359 if (cause_length >= sizeof(struct sctp_error_cause) + sizeof(struct sctp_paramhdr)) { in sctp_handle_error() 1360 struct sctp_paramhdr *unrec_parameter; in sctp_handle_error() 1362 unrec_parameter = (struct sctp_paramhdr *)(cause + 1); in sctp_handle_error() 2766 cause->cause.length = htons((sizeof(struct sctp_paramhdr) + 4381 struct sctp_paramhdr pstore; 4388 struct sctp_paramhdr *ph; 4431 while (remaining_length >= sizeof(struct sctp_paramhdr)) { 4432 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, sizeof(pstore), (uint8_t *)&pstore); 4439 (param_len < (sizeof(struct sctp_paramhdr) + sizeof(uint32_t)))) { 4443 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, min(param_len, sizeof(cstore)),
|
D | sctputil.c | 3201 struct sctp_paramhdr * 3204 struct sctp_paramhdr *pull, in sctp_get_next_param() 3208 return ((struct sctp_paramhdr *)sctp_m_getptr(m, offset, pull_limit, in sctp_get_next_param() 5460 if (info_len > (SCTP_MAX_CAUSE_LENGTH - sizeof(struct sctp_paramhdr))) { 5463 len = (uint16_t)(sizeof(struct sctp_paramhdr) + info_len);
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 52934 struct sctp_paramhdr { struct 52989 struct sctp_paramhdr param_hdr; 52994 struct sctp_paramhdr param_hdr; 52999 struct sctp_paramhdr param_hdr; 53004 struct sctp_paramhdr param_hdr; 53009 struct sctp_paramhdr param_hdr; 53014 struct sctp_paramhdr param_hdr; 53019 struct sctp_paramhdr param_hdr; 53024 struct sctp_paramhdr param_hdr; 53029 struct sctp_paramhdr param_hdr; [all …]
|