Provided by: libdnet-dev_2.65_amd64 bug

NAME

       setnodeent - DECnet database seek function

SYNOPSIS

       #include <netdnet/dn.h>
       #include <netdnet/dnetdb.h>

       void setnodeent(int ent)

DESCRIPTION

       setnodeent  seeks the next record to be retrieved by getnodeent. Actually this function is
       present only for compatibility with X11R6.

EXAMPLE

       #include <netdnet/dn.h>
       #include <netdnet/dnetdb.h>
       #include <sys/socket.h>

       main(void)
       {
            setnodeent(1); /* points to the first entry in decnet.conf */
       }

SEE ALSO

       dnet_htoa(3), dnet_ntoa(3), dnet_conn(3), dnet_addr(3),  getnodebyaddr(3),  getnodeadd(3),
       getnodebyname(3)