sysdecode_cmsg_type(3)                        FreeBSD Library Functions Manual

NAME

     sysdecode_cmsg_type - lookup name of cmsg type

LIBRARY

     System Argument Decoding Library (libsysdecode, -lsysdecode)

SYNOPSIS

     #include <sysdecode.h>

     const char *
     sysdecode_cmsg_type(int cmsg_level, int cmsg_type);

DESCRIPTION

     The sysdecode_cmsg_type() function returns a text description of the
     cmsg_type member of a struct cmsghdr.  sysdecode_cmsg_type() also takes
     the cmsg_level to uniquely identify the type.

SEE ALSO

     sysdecode(3)

FreeBSD 15.1-STABLE-HBSD       January 15, 2018         sysdecode_cmsg_type(3)