Query: pkon
OS: v7
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PKON(2) System Calls Manual PKON(2)NAMEpkon, pkoff - establish packet protocolSYNOPSISpkon(fd, size) pkoff(fd)DESCRIPTIONPkon establishes packet protocol (see pk(4)) on the open character special 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 ALSOpk(4), pkopen(3), tty(4), signal(2)DIAGNOSTICSPkon returns -1 if fd does not describe an open file, or if packet communication 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)
Related Man Pages |
---|
ldns_pkt_edns_udp_size(3) - debian |
ldns_pkt_edns_version(3) - debian |
ldns_pkt_set_edns_extended_rcode(3) - debian |
ldns_pkt_set_edns_version(3) - debian |
pk(4) - v7 |
Similar Topics in the Unix Linux Community |
---|
Formatting of file to an desired one |
Shell programming ksh AIX - beginner |