*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: sysdecode_sockopt_name | Section: 3 | Source: FreeBSD | File: sysdecode_sockopt_name.3.gz
sysdecode_sockopt_name(3) FreeBSD Library Functions Manual NAME sysdecode_sockopt_name - lookup name of socket option LIBRARY System Argument Decoding Library (libsysdecode, -lsysdecode) SYNOPSIS #include <sysdecode.h> const char * sysdecode_sockopt_name(int level, int optname); DESCRIPTION The sysdecode_sockopt_name() function returns a text description of the socket option name passed in the optname argument to getsockopt(2). sysdecode_sockopt_name() takes the socket option level as well as the option name to uniquely identify the option. SEE ALSO sysdecode_sockopt_level(3) BUGS Socket option levels and names are protocol-specific. Both sysdecode_sockopt_level() and sysdecode_sockopt_name() should possibly accept the protocol family as an additional argument. FreeBSD 14.1-RELEASE-p8 October 17, 2016 FreeBSD 14.1-RELEASE-p8

Navigation Options