MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sctp_get_next_param

Function sctp_get_next_param

freebsd/netinet/sctputil.c:3087–3096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3085}
3086
3087struct sctp_paramhdr *
3088sctp_get_next_param(struct mbuf *m,
3089 int offset,
3090 struct sctp_paramhdr *pull,
3091 int pull_limit)
3092{
3093 /* This just provides a typed signature to Peter's Pull routine */
3094 return ((struct sctp_paramhdr *)sctp_m_getptr(m, offset, pull_limit,
3095 (uint8_t *)pull));
3096}
3097
3098struct mbuf *
3099sctp_add_pad_tombuf(struct mbuf *m, int padlen)

Calls 1

sctp_m_getptrFunction · 0.85

Tested by

no test coverage detected