debian man page for dnet_ntoa

Query: dnet_ntoa

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DNET_NTOA(3)						     Library Functions Manual						      DNET_NTOA(3)

NAME
dnet_ntoa - DECnet address to ascii translation
SYNOPSIS
#include <netdnet/dn.h> #include <netdnet/dnetdb.h> char *dnet_ntoa (struct dn_naddr *addr)
DESCRIPTION
dnet_ntoa Converts the binary DECnet address addr into area.node ascii notation (1.1, 63.4, etc).
EXAMPLE
#include <netdnet/dn.h> #include <netdnet/dnetdb.h> #include <sys/socket.h> main(void) { struct dn_naddr binaddr; binaddr.a_len = 2; binaddr.a_addr[0] = 0x02; binaddr.a_addr[1] = 0x04; printf ("DECnet area.node is %s",dnet_ntoa(binaddr)); }
SEE ALSO
dnet_addr(3), dnet_htoa(3), dnet_conn(3), getnodeadd(3), getnodebyname(3), getnodebyaddr(3), setnodeent(3) DECnet database functions July 28, 1998 DNET_NTOA(3)
Related Man Pages
dnet_conn(3) - debian
dnet_daemon(3) - debian
getnodebyaddr(3) - debian
getnodeadd(3) - debian
getnodebyname(3) - debian
Similar Topics in the Unix Linux Community
Detecting unused variables...
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections