1*1e6455d8SMichael Tuexen.\" 2*1e6455d8SMichael Tuexen.\" Copyright (c) 2018 Michael Tuexen <tuexen@FreeBSD.org> 3*1e6455d8SMichael Tuexen.\" All rights reserved. 4*1e6455d8SMichael Tuexen.\" 5*1e6455d8SMichael Tuexen.\" Redistribution and use in source and binary forms, with or without 6*1e6455d8SMichael Tuexen.\" modification, are permitted provided that the following conditions 7*1e6455d8SMichael Tuexen.\" are met: 8*1e6455d8SMichael Tuexen.\" 1. Redistributions of source code must retain the above copyright 9*1e6455d8SMichael Tuexen.\" notice, this list of conditions and the following disclaimer. 10*1e6455d8SMichael Tuexen.\" 2. Redistributions in binary form must reproduce the above copyright 11*1e6455d8SMichael Tuexen.\" notice, this list of conditions and the following disclaimer in the 12*1e6455d8SMichael Tuexen.\" documentation and/or other materials provided with the distribution. 13*1e6455d8SMichael Tuexen.\" 14*1e6455d8SMichael Tuexen.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 15*1e6455d8SMichael Tuexen.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 16*1e6455d8SMichael Tuexen.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 17*1e6455d8SMichael Tuexen.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 18*1e6455d8SMichael Tuexen.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 19*1e6455d8SMichael Tuexen.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 20*1e6455d8SMichael Tuexen.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 21*1e6455d8SMichael Tuexen.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 22*1e6455d8SMichael Tuexen.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 23*1e6455d8SMichael Tuexen.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 24*1e6455d8SMichael Tuexen.\" SUCH DAMAGE. 25*1e6455d8SMichael Tuexen.\" 26*1e6455d8SMichael Tuexen.\" $FreeBSD$ 27*1e6455d8SMichael Tuexen.\" 28*1e6455d8SMichael Tuexen.Dd January 14, 2018 29*1e6455d8SMichael Tuexen.Dt sysdecode_sctp_sinfo_flags 3 30*1e6455d8SMichael Tuexen.Os 31*1e6455d8SMichael Tuexen.Sh NAME 32*1e6455d8SMichael Tuexen.Nm sysdecode_sctp_sinfo_flags 33*1e6455d8SMichael Tuexen.Nd output textual description of the sinfo_flags field of struct sctp_sndrcvinfo 34*1e6455d8SMichael Tuexen.Sh LIBRARY 35*1e6455d8SMichael Tuexen.Lb libsysdecode 36*1e6455d8SMichael Tuexen.Sh SYNOPSIS 37*1e6455d8SMichael Tuexen.In sys/types.h 38*1e6455d8SMichael Tuexen.In stdbool.h 39*1e6455d8SMichael Tuexen.In stdio.h 40*1e6455d8SMichael Tuexen.In sysdecode.h 41*1e6455d8SMichael Tuexen.Ft void 42*1e6455d8SMichael Tuexen.Fn sysdecode_sctp_sinfo_flags "FILE *fp" "int sinfo_flags" 43*1e6455d8SMichael Tuexen.Sh DESCRIPTION 44*1e6455d8SMichael TuexenThe 45*1e6455d8SMichael Tuexen.Fn sysdecode_sctp_sinfo_flags 46*1e6455d8SMichael Tuexenfunction outputs a textual description of the 47*1e6455d8SMichael Tuexen.Fa sinfo_flags 48*1e6455d8SMichael Tuexenmember of a 49*1e6455d8SMichael Tuexen.Vt struct sctp_sndrcvinfo 50*1e6455d8SMichael Tuexento the stream 51*1e6455d8SMichael Tuexen.Fa fp . 52*1e6455d8SMichael TuexenIn particular, the embedded PR-SCTP policies are handled. 53*1e6455d8SMichael Tuexen.Sh SEE ALSO 54*1e6455d8SMichael Tuexen.Xr sysdecode 3 55*1e6455d8SMichael Tuexen.Xr sysdecode_sctp_pr_policy 3 56