|
NAMEsysdecode_cmsg_type —
lookup name of cmsg type
LIBRARYSystem Argument Decoding Library (libsysdecode, -lsysdecode)SYNOPSIS#include <sys/types.h>
#include <stdbool.h>
#include <sysdecode.h>
const char *
DESCRIPTIONThesysdecode_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 ALSOsysdecode(3)
Visit the GSP FreeBSD Man Page Interface. |