|
NAMEsysdecode_socket_protocol —
lookup name of socket protocol
LIBRARYSystem Argument Decoding Library (libsysdecode, -lsysdecode)SYNOPSIS#include <sys/types.h>
#include <stdbool.h>
#include <sysdecode.h>
const char *
DESCRIPTIONThesysdecode_socket_protocol () function returns a text
description of the protocol passed in the protocol
argument to
socket(2).
sysdecode_socket_protocol () takes the
protocol as well as the domain to
uniquely identify the protocol.
Visit the GSP FreeBSD Man Page Interface. |