[Previous] [Contents] [Next]

netmgr_remote_nd()

Get the node descriptor of the client

Synopsis:

#include <sys/netmgr.h>

int netmgr_remote_nd( int remote_nd, 
                      int local_nd );

Library:

libc

Description:

The netmgr_remote_nd() function gets the client's node descriptor as viewed by the server.

Returns:

The node descriptor of the client machine.

Classification:

QNX 6

Safety:
Cancellation point No
Interrupt handler No
Signal handler Yes
Thread Yes

See also:

netmgr_ndtostr(), netmgr_strtond()


[Previous] [Contents] [Next]