OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCTP_SIZE32
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/netinet/
sctp_asconf.c
770
m_result->m_len =
SCTP_SIZE32
(m_result->m_len);
777
offset +=
SCTP_SIZE32
(param_length);
1465
ack_length -=
SCTP_SIZE32
(param_length);
1470
offset +=
SCTP_SIZE32
(param_length);
2299
p_length =
SCTP_SIZE32
(aa->ap.aph.ph.param_length);
2332
lookup->ph.param_length = htons(
SCTP_SIZE32
(p_size));
2334
m_asconf_chk->m_len +=
SCTP_SIZE32
(p_size);
2350
m_asconf->m_len +=
SCTP_SIZE32
(p_length);
2351
ptr +=
SCTP_SIZE32
(p_length);
2392
lookup->ph.param_length = htons(
SCTP_SIZE32
(p_size))
[
all
...]
sctp_input.c
881
adjust =
SCTP_SIZE32
(error_len);
1116
initack_offset = init_offset +
SCTP_SIZE32
(chk_length);
1453
initack_offset = init_offset +
SCTP_SIZE32
(chk_length);
1484
initack_limit = initack_offset +
SCTP_SIZE32
(chk_length);
2748
ph = (struct sctp_paramhdr *)((vaddr_t)ph +
SCTP_SIZE32
(param_len));
2749
chk_length -=
SCTP_SIZE32
(param_len);
2881
if (
SCTP_SIZE32
(at) > chlen) {
2884
chlen -=
SCTP_SIZE32
(at);
2889
ch = (struct sctp_chunkhdr *)((vaddr_t)ch +
SCTP_SIZE32
(at));
3276
(sctp_strict_init && (length - *offset >
SCTP_SIZE32
(chk_length))))
[
all
...]
sctp_constants.h
198
#define
SCTP_SIZE32
(x) ((((x)+3) >> 2) << 2)
sctp_output.c
2935
limit -=
SCTP_SIZE32
(plen);
2973
at +=
SCTP_SIZE32
(plen);
3087
at +=
SCTP_SIZE32
(plen);
3231
offset +=
SCTP_SIZE32
(plen);
3805
sz_of =
SCTP_SIZE32
(ntohs(init_chk->ch.chunk_length));
6066
at +=
SCTP_SIZE32
(plen);
8719
chk->data->m_pkthdr.len = chk->data->m_len =
SCTP_SIZE32
(chk->send_size);
8720
if (M_TRAILINGSPACE(chk->data) < (int)
SCTP_SIZE32
(chk->send_size)) {
8730
if (M_TRAILINGSPACE(chk->data) < (int)
SCTP_SIZE32
(chk->send_size)) {
8873
chk->data->m_pkthdr.len = chk->data->m_len =
SCTP_SIZE32
(chk->send_size)
[
all
...]
sctp_pcb.c
1046
offset +=
SCTP_SIZE32
(plen);
4286
offset +=
SCTP_SIZE32
(plen);
sctp_indata.c
2623
if (
SCTP_SIZE32
(chk_length) == *offset - length) {
2650
*offset +=
SCTP_SIZE32
(chk_length);
sctputil.c
2746
offset +=
SCTP_SIZE32
(chk_length);
2788
offset +=
SCTP_SIZE32
(chk_length);
Completed in 46 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025