Manual Page Search Parameters
sysdecode_sctp_sinfo_flags(3) Library Functions Manual sysdecode_sctp_sinfo_flags(3)

sysdecode_sctp_sinfo_flagsoutput textual description of the sinfo_flags field of struct sctp_sndrcvinfo

System Argument Decoding Library (libsysdecode, -lsysdecode)

#include <sysdecode.h>

void
sysdecode_sctp_sinfo_flags(FILE *fp, int sinfo_flags);

The () function outputs a textual description of the sinfo_flags member of a struct sctp_sndrcvinfo to the stream fp. In particular, the embedded PR-SCTP policies are handled.

sysdecode(3), sysdecode_sctp_pr_policy(3)

January 14, 2018 dev