|
NAMEsysdecode_sctp_sinfo_flags —
output textual description of the sinfo_flags field of struct
sctp_sndrcvinfo
LIBRARYSystem Argument Decoding Library (libsysdecode, -lsysdecode)SYNOPSIS#include <sys/types.h>
#include <stdbool.h>
#include <stdio.h>
#include <sysdecode.h>
void
DESCRIPTIONThesysdecode_sctp_sinfo_flags () 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.
SEE ALSOsysdecode(3) sysdecode_sctp_pr_policy(3)
Visit the GSP FreeBSD Man Page Interface. |