[Previous] [Contents] [Index] [Next]

vp_ktom()

Convert a TCP/IP stack address to an application address

Synopsis:

#include <net/if_vp.h>

caddr_t vp_ktom( vpid_t id, 
                 caddr_t addr );

Library:

vpack3r.lib, vpack3s.lib

Description:

The vp_ktom() function converts an address from the TCP/IP stack to an application address space.

Returns:

A pointer to an application address space, or NULL if it can't convert.

Classification:

QNX 4

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

vp_mtok()


[Previous] [Contents] [Index] [Next]