|
inet(7) -- Internet protocol family
|
The Internet protocol family is a collection of protocols layered atop the Internet Protocol (IP) transport layer, and utilizing the Internet address format. The Internet family provides protocol support for the SOCK_STREAM, SOCK_DGRAM, and SOCK_RAW socket types; the SOCK_RAW interface provides access to the IP protocol. |
input(7) -- input devices
|
The calcomp tablet uses a streams module named "calcomp" but reports an X name of "tablet". The Drawing Pad II is 7" by 7" and has a resolution of 1000 points per inch. To scale raw tablet events to screen coordinates (1280x1024) we create /usr/lib/X11/input/config/tablet (name of X device) with the contents: x_init { scalewhich "none" scalex "914/5000" scaley "914/5000" scale0 "914/5000" scale1 "914/5000" } To make the calcomp tablet control the cursor automatically, we would ad... |
|
intro(7) -- introduction to special files
|
MAKEDEV(1M), fx(1M), hinv(1M), mt(1), prtvtoc(1M). |
ip(7) -- Internet Protocol
|
IP is the network layer protocol used by the Internet protocol family. Options may be set at the IP level when using higher-level protocols that are based on IP (such as TCP and UDP). It may also be accessed through a "raw socket" when developing new protocols, or special purpose applications. There are several IP-level setsockopt(2)/getsockopt(2) options. IP_OPTIONS may be used to provide IP header options to be transmitted in each outgoing packet or to examine the header options on incoming ... |
ipx(7) -- IPX Streams Multiplexor Driver
|
dlpi(7), ipxlink(1), ml(1M), snetd(1M) |
isdn(7) -- Integrated Services Digital Network
|
isdnd(1m), isdnstat(1m), ISDN User's Guide PPPPaaaaggggeeee 1111 |
jag(7) -- obsolete VME-SCSI disk driver
|
dksc(7M). PPPPaaaaggggeeee 1111 |
kbd(7) -- generalized string translation module
|
/usr/lib/kbd - directory containing system standard table files. /usr/lib/kbd/*.map - source for some system table files. |
keyboard(7) -- keyboard specifications
|
Indy, Indigo2, O2, OCTANE and Onyx2 use a PS/2 style keyboard (detailed in pckeyboard(7)) that uses a different scan code set. This difference may break compatibility for some programs that operate with raw scan codes. |
klog(7) -- kernel error logging interface
|
/dev/klog special file |
ldap(7) -- Lightweight Directory Access Protocol (Client)
|
Lightweight Directory Access Protocol (LDAP) is a specification for a client-server protocol to retrieve and manage directory information. Originally intended as a means for clients on lightweight workstations to access X.500 directories, it can be used with any directory system which follows the X.500 data model. The libns_ldap.so shared library contains routines to contact a remote LDAP server daemon, fetch information, and format it so that it is available to local name service routines. This... |
llc2(7) -- DLPI multiplexor-driver
|
dlpi(7) PPPPaaaaggggeeee 1111 |
log(7) -- interface to STREAMS error logging and event tracing
|
Example of I_ERRLOG notification. struct strioctl ioc; ioc.ic_cmd = I_ERRLOG; ioc.ic_timout = 0; /* default timeout (15 secs.) */ ioc.ic_len = 0; ioc.ic_dp = NULL; ... |
mdbm(7) -- local name service database
|
The mdbm client library fetches name service data out of an mdbm(3B) format database file on the local host. This library is meant to be used only by the nsd(1M) daemon to efficiently access local name service data. The library /var/ns/lib/libns_mdbm.so is opened by the nsd(1M) daemon when mdbm is listed as the protocol for some map in a nsswitch.conf file. The library contains code to fetch data from a local mdbm file and present it as lines from the configuration file from which it came. The n... |
mem(7) -- core memory
|
/dev/mem /dev/kmem /dev/mmem |