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

Function sctp_get_auth_chunk_len

freebsd/netinet/sctp_auth.c:813–820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

811}
812
813uint32_t
814sctp_get_auth_chunk_len(uint16_t hmac_algo)
815{
816 int size;
817
818 size = sizeof(struct sctp_auth_chunk) + sctp_get_hmac_digest_len(hmac_algo);
819 return (SCTP_SIZE32(size));
820}
821
822uint32_t
823sctp_get_hmac_digest_len(uint16_t hmac_algo)

Callers 4

sctp_get_frag_pointFunction · 0.85
sctp_med_chunk_outputFunction · 0.85
sctp_pathmtu_adjustmentFunction · 0.85

Calls 1

sctp_get_hmac_digest_lenFunction · 0.85

Tested by

no test coverage detected