*** 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: pkon | Section: 2 | Source: UNIX v7 | File: pkon.2
PKON(2) System Calls Manual PKON(2) NAME pkon, pkoff - establish packet protocol SYNOPSIS pkon(fd, size) pkoff(fd) DESCRIPTION Pkon establishes packet protocol (see pk(4)) on the open character spe- cial file whose file descriptor is fd. Size is a desired packet size, a power of 2 in the range 32<=size<=4096. The size is negotiated with a remote packet driver, and a possibly smaller actual packet size is returned. An asynchronous line used for packet communication should be in raw mode; see tty(4). Pkoff turns off the packet driver on the channel whose file descriptor is fd. SEE ALSO pk(4), pkopen(3), tty(4), signal(2) DIAGNOSTICS Pkon returns -1 if fd does not describe an open file, or if packet com- munication cannot be established. Pkoff returns -1 for an unknown file descriptor. Writing on a packet driver link that has been shut down by close or pkoff at the other end raises signal SIGPIPE in the writing process. PKON(2)

Navigation Options