Symbol: SCTP_SIZE32
sys/netinet/sctp_asconf.c
1465
ack_length -= SCTP_SIZE32(param_length);
sys/netinet/sctp_asconf.c
1470
offset += SCTP_SIZE32(param_length);
sys/netinet/sctp_asconf.c
2299
p_length = SCTP_SIZE32(aa->ap.aph.ph.param_length);
sys/netinet/sctp_asconf.c
2332
lookup->ph.param_length = htons(SCTP_SIZE32(p_size));
sys/netinet/sctp_asconf.c
2334
m_asconf_chk->m_len += SCTP_SIZE32(p_size);
sys/netinet/sctp_asconf.c
2350
m_asconf->m_len += SCTP_SIZE32(p_length);
sys/netinet/sctp_asconf.c
2351
ptr += SCTP_SIZE32(p_length);
sys/netinet/sctp_asconf.c
2392
lookup->ph.param_length = htons(SCTP_SIZE32(p_size));
sys/netinet/sctp_asconf.c
2394
m_asconf_chk->m_len += SCTP_SIZE32(p_size);
sys/netinet/sctp_asconf.c
2404
lookup->ph.param_length = htons(SCTP_SIZE32(sizeof(struct sctp_ipv4addr_param)));
sys/netinet/sctp_asconf.c
2406
m_asconf_chk->m_len += SCTP_SIZE32(sizeof(struct sctp_ipv4addr_param));
sys/netinet/sctp_asconf.c
2574
offset += SCTP_SIZE32(plen);
sys/netinet/sctp_asconf.c
2712
offset += SCTP_SIZE32(plen);
sys/netinet/sctp_asconf.c
770
m_result->m_len = SCTP_SIZE32(m_result->m_len);
sys/netinet/sctp_asconf.c
777
offset += SCTP_SIZE32(param_length);
sys/netinet/sctp_indata.c
2623
if (SCTP_SIZE32(chk_length) == *offset - length) {
sys/netinet/sctp_indata.c
2650
*offset += SCTP_SIZE32(chk_length);
sys/netinet/sctp_input.c
1116
initack_offset = init_offset + SCTP_SIZE32(chk_length);
sys/netinet/sctp_input.c
1453
initack_offset = init_offset + SCTP_SIZE32(chk_length);
sys/netinet/sctp_input.c
1484
initack_limit = initack_offset + SCTP_SIZE32(chk_length);
sys/netinet/sctp_input.c
2748
ph = (struct sctp_paramhdr *)((vaddr_t)ph + SCTP_SIZE32(param_len));
sys/netinet/sctp_input.c
2749
chk_length -= SCTP_SIZE32(param_len);
sys/netinet/sctp_input.c
2881
if (SCTP_SIZE32(at) > chlen) {
sys/netinet/sctp_input.c
2884
chlen -= SCTP_SIZE32(at);
sys/netinet/sctp_input.c
2889
ch = (struct sctp_chunkhdr *)((vaddr_t)ch + SCTP_SIZE32(at));
sys/netinet/sctp_input.c
3276
(sctp_strict_init && (length - *offset > SCTP_SIZE32(chk_length)))) {
sys/netinet/sctp_input.c
3326
(sctp_strict_init && (length - *offset > SCTP_SIZE32(chk_length)))) {
sys/netinet/sctp_input.c
3331
SCTP_SIZE32(chk_length));
sys/netinet/sctp_input.c
3599
(length - *offset > SCTP_SIZE32(chk_length))) {
sys/netinet/sctp_input.c
3709
SCTP_SIZE32(chk_length),
sys/netinet/sctp_input.c
3713
SCTP_SIZE32(chk_length) +
sys/netinet/sctp_input.c
3743
*offset += SCTP_SIZE32(chk_length);
sys/netinet/sctp_input.c
881
adjust = SCTP_SIZE32(error_len);
sys/netinet/sctp_output.c
2935
limit -= SCTP_SIZE32(plen);
sys/netinet/sctp_output.c
2973
at += SCTP_SIZE32(plen);
sys/netinet/sctp_output.c
3087
at += SCTP_SIZE32(plen);
sys/netinet/sctp_output.c
3231
offset += SCTP_SIZE32(plen);
sys/netinet/sctp_output.c
3805
sz_of = SCTP_SIZE32(ntohs(init_chk->ch.chunk_length));
sys/netinet/sctp_output.c
6066
at += SCTP_SIZE32(plen);
sys/netinet/sctp_output.c
8719
chk->data->m_pkthdr.len = chk->data->m_len = SCTP_SIZE32(chk->send_size);
sys/netinet/sctp_output.c
8720
if (M_TRAILINGSPACE(chk->data) < (int)SCTP_SIZE32(chk->send_size)) {
sys/netinet/sctp_output.c
8730
if (M_TRAILINGSPACE(chk->data) < (int)SCTP_SIZE32(chk->send_size)) {
sys/netinet/sctp_output.c
8873
chk->data->m_pkthdr.len = chk->data->m_len = SCTP_SIZE32(chk->send_size);
sys/netinet/sctp_output.c
8874
if (M_TRAILINGSPACE(chk->data) < (int)SCTP_SIZE32(chk->send_size)) {
sys/netinet/sctp_output.c
8884
if (M_TRAILINGSPACE(chk->data) < (int)SCTP_SIZE32(chk->send_size)) {
sys/netinet/sctp_pcb.c
1046
offset += SCTP_SIZE32(plen);
sys/netinet/sctp_pcb.c
4286
offset += SCTP_SIZE32(plen);
sys/netinet/sctputil.c
2746
offset += SCTP_SIZE32(chk_length);
sys/netinet/sctputil.c
2788
offset += SCTP_SIZE32(chk_length);