logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

setnodeent - DECnet database seek function

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 */
       }

Name

       setnodeent - DECnet database seek function

See Also

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

DECnet database functions                         July 28, 1998                                    SETNODEENT(3)

Synopsis

#include<netdnet/dn.h>#include<netdnet/dnetdb.h>voidsetnodeent(intent)

See Also